Ignore:
Timestamp:
2025-03-29T17:52:54+01:00 (11 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/ImportImagePlugin/pom.xml

    r36325 r36422  
    55        <groupId>org.openstreetmap.josm.plugins</groupId>
    66        <artifactId>plugin-root</artifactId>
    7         <version>SNAPSHOT</version>
     7        <version>1.0-SNAPSHOT</version>
    88    </parent>
    99    <artifactId>ImportImagePlugin</artifactId>
     
    4141            <groupId>org.openstreetmap.josm.plugins</groupId>
    4242            <artifactId>jts</artifactId>
    43             <version>SNAPSHOT</version>
     43            <version>1.0-SNAPSHOT</version>
    4444            <scope>provided</scope>
    4545        </dependency>
     
    4747            <groupId>org.openstreetmap.josm.plugins</groupId>
    4848            <artifactId>ejml</artifactId>
    49             <version>SNAPSHOT</version>
     49            <version>1.0-SNAPSHOT</version>
    5050            <scope>provided</scope>
    5151        </dependency>
     
    5353            <groupId>org.openstreetmap.josm.plugins</groupId>
    5454            <artifactId>geotools</artifactId>
    55             <version>SNAPSHOT</version>
     55            <version>1.0-SNAPSHOT</version>
    5656            <scope>provided</scope>
    5757        </dependency>
Note: See TracChangeset for help on using the changeset viewer.