Ignore:
Timestamp:
2024-08-28T20:42:06+02:00 (6 weeks 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/cadastre-fr/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>cadastre-fr</artifactId>
     
    3535            <groupId>org.openstreetmap.josm.plugins</groupId>
    3636            <artifactId>apache-commons</artifactId>
    37             <version>1.0-SNAPSHOT</version>
     37            <version>SNAPSHOT</version>
    3838            <scope>provided</scope>
    3939        </dependency>
     
    4747            <groupId>org.openstreetmap.josm.plugins</groupId>
    4848            <artifactId>ejml</artifactId>
    49             <version>1.0-SNAPSHOT</version>
     49            <version>SNAPSHOT</version>
    5050            <scope>provided</scope>
    5151        </dependency>
     
    5353            <groupId>org.openstreetmap.josm.plugins</groupId>
    5454            <artifactId>jts</artifactId>
    55             <version>1.0-SNAPSHOT</version>
     55            <version>SNAPSHOT</version>
    5656            <scope>provided</scope>
    5757        </dependency>
     
    5959            <groupId>org.openstreetmap.josm.plugins</groupId>
    6060            <artifactId>geotools</artifactId>
    61             <version>1.0-SNAPSHOT</version>
     61            <version>SNAPSHOT</version>
    6262            <scope>provided</scope>
    6363        </dependency>
Note: See TracChangeset for help on using the changeset viewer.