Ignore:
Timestamp:
2025-03-29T17:52:54+01:00 (17 months ago)
Author:
taylor.smock
Message:

See #23716: Update SNAPSHOT to 1.0-SNAPSHOT for plugin versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/pom.xml

    r36325 r36422  
    55        <groupId>org.openstreetmap.josm.plugins</groupId>
    66        <artifactId>opendata-parent</artifactId>
    7         <version>SNAPSHOT</version>
     7        <version>1.0-SNAPSHOT</version>
    88    </parent>
    99    <groupId>org.openstreetmap.josm.plugins.opendata</groupId>
     
    1717            <groupId>org.openstreetmap.josm.plugins</groupId>
    1818            <artifactId>apache-commons</artifactId>
    19             <version>SNAPSHOT</version>
     19            <version>1.0-SNAPSHOT</version>
    2020            <scope>provided</scope>
    2121        </dependency>
     
    2323            <groupId>org.openstreetmap.josm.plugins</groupId>
    2424            <artifactId>geotools</artifactId>
    25             <version>SNAPSHOT</version>
     25            <version>1.0-SNAPSHOT</version>
    2626            <scope>provided</scope>
    2727        </dependency>
     
    2929            <groupId>org.openstreetmap.josm.plugins</groupId>
    3030            <artifactId>opendata</artifactId>
    31             <version>SNAPSHOT</version>
     31            <version>1.0-SNAPSHOT</version>
    3232            <scope>provided</scope>
    3333        </dependency>
     
    3535            <groupId>org.openstreetmap.josm.plugins</groupId>
    3636            <artifactId>utilsplugin2</artifactId>
    37             <version>SNAPSHOT</version>
     37            <version>1.0-SNAPSHOT</version>
    3838            <scope>provided</scope>
    3939        </dependency>
Note: See TracChangeset for help on using the changeset viewer.