Changeset 19206 in josm for trunk/pom.xml


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

    r19148 r19206  
    77    <groupId>org.openstreetmap.josm</groupId>
    88    <artifactId>josm-parent</artifactId>
    9     <version>1.0-SNAPSHOT</version>
     9    <version>SNAPSHOT</version>
    1010    <relativePath>./nodist/pom.xml</relativePath>
    1111  </parent>
Note: See TracChangeset for help on using the changeset viewer.