Changeset 19206 in josm for trunk/test/pom.xml


Ignore:
Timestamp:
2024-08-28T20:42:11+02:00 (8 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
  • trunk/test/pom.xml

    r19097 r19206  
    33    <modelVersion>4.0.0</modelVersion>
    44    <artifactId>josm-unittest</artifactId>
    5     <version>1.0-SNAPSHOT</version>
     5    <version>SNAPSHOT</version>
    66
    77    <parent>
    88        <groupId>org.openstreetmap.josm</groupId>
    99        <artifactId>josm-parent</artifactId>
    10         <version>1.0-SNAPSHOT</version>
     10        <version>SNAPSHOT</version>
    1111        <relativePath>../nodist/pom.xml</relativePath>
    1212    </parent>
     
    1818            <groupId>org.openstreetmap.josm</groupId>
    1919            <artifactId>josm</artifactId>
    20             <version>1.0-SNAPSHOT</version>
     20            <version>SNAPSHOT</version>
    2121            <scope>provided</scope>
    2222        </dependency>
Note: See TracChangeset for help on using the changeset viewer.