Ignore:
Timestamp:
2024-08-28T20:42:06+02:00 (22 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/opendata/pom.xml

    r36323 r36325  
    55        <groupId>org.openstreetmap.josm.plugins</groupId>
    66        <artifactId>opendata-parent</artifactId>
    7         <version>1.0-SNAPSHOT</version>
     7        <version>SNAPSHOT</version>
    88        <relativePath>modules</relativePath>
    99    </parent>
     
    3333            <groupId>org.openstreetmap.josm.plugins</groupId>
    3434            <artifactId>apache-commons</artifactId>
    35             <version>1.0-SNAPSHOT</version>
     35            <version>SNAPSHOT</version>
    3636            <scope>provided</scope>
    3737        </dependency>
     
    4444            <groupId>org.openstreetmap.josm.plugins</groupId>
    4545            <artifactId>jaxb</artifactId>
    46             <version>1.0-SNAPSHOT</version>
     46            <version>SNAPSHOT</version>
    4747            <scope>provided</scope>
    4848        </dependency>
     
    5050            <groupId>org.openstreetmap.josm.plugins</groupId>
    5151            <artifactId>jts</artifactId>
    52             <version>1.0-SNAPSHOT</version>
     52            <version>SNAPSHOT</version>
    5353            <scope>provided</scope>
    5454        </dependency>
     
    5656            <groupId>org.openstreetmap.josm.plugins</groupId>
    5757            <artifactId>ejml</artifactId>
    58             <version>1.0-SNAPSHOT</version>
     58            <version>SNAPSHOT</version>
    5959            <scope>provided</scope>
    6060        </dependency>
     
    6262            <groupId>org.openstreetmap.josm.plugins</groupId>
    6363            <artifactId>geotools</artifactId>
    64             <version>1.0-SNAPSHOT</version>
     64            <version>SNAPSHOT</version>
    6565            <scope>provided</scope>
    6666        </dependency>
     
    6868            <groupId>org.openstreetmap.josm.plugins</groupId>
    6969            <artifactId>utilsplugin2</artifactId>
    70             <version>1.0-SNAPSHOT</version>
     70            <version>SNAPSHOT</version>
    7171            <scope>provided</scope>
    7272        </dependency>
Note: See TracChangeset for help on using the changeset viewer.