Ignore:
Timestamp:
2024-08-28T20:42:06+02:00 (5 months ago)
Author:
taylor.smock
Message:

See #23875: Use SNAPSHOT instead of 1.0-SNAPSHOT since that is what our scripts currently publish

This should fix the Jenkins build for plugins.

Note: Maven warns that this may break in the future, in which case we'll have to
change our processes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/OsmInspectorPlugin/pom.xml

    r36282 r36325  
    55        <groupId>org.openstreetmap.josm.plugins</groupId>
    66        <artifactId>plugin-root</artifactId>
    7         <version>1.0-SNAPSHOT</version>
     7        <version>SNAPSHOT</version>
    88    </parent>
    99    <artifactId>OsmInspectorPlugin</artifactId>
     
    2828            <groupId>org.openstreetmap.josm.plugins</groupId>
    2929            <artifactId>jts</artifactId>
    30             <version>1.0-SNAPSHOT</version>
     30            <version>SNAPSHOT</version>
    3131            <scope>provided</scope>
    3232        </dependency>
     
    3434            <groupId>org.openstreetmap.josm.plugins</groupId>
    3535            <artifactId>geotools</artifactId>
    36             <version>1.0-SNAPSHOT</version>
     36            <version>SNAPSHOT</version>
    3737            <scope>provided</scope>
    3838        </dependency>
Note: See TracChangeset for help on using the changeset viewer.