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

    r36282 r36325  
    88    <groupId>org.openstreetmap.josm</groupId>
    99    <artifactId>josm-parent</artifactId>
    10     <version>1.0-SNAPSHOT</version>
     10    <version>SNAPSHOT</version>
    1111    <relativePath>../core/nodist/pom.xml</relativePath>
    1212  </parent>
     
    3737    <manifest.windows>MANIFEST-windows</manifest.windows>
    3838    <manifest.osx>MANIFEST-osx</manifest.osx>
    39     <plugin.compile.version>1.0-SNAPSHOT</plugin.compile.version>
     39    <plugin.compile.version>SNAPSHOT</plugin.compile.version>
    4040    <plugin.jar>${project.name}.jar</plugin.jar>
    4141    <plugin.unixoid.jar>${project.name}-unixoid.jar</plugin.unixoid.jar>
     
    122122    <module>jackson</module>
    123123    <module>jaxb</module>
    124     <module>javafx</module>
    125124    <module>jna</module>
    126125    <module>jts</module>
     
    195194        <groupId>org.openstreetmap.josm</groupId>
    196195        <artifactId>josm-unittest</artifactId>
    197         <version>1.0-SNAPSHOT</version>
     196        <version>SNAPSHOT</version>
    198197        <scope>test</scope>
    199198      </dependency>
     
    488487      </activation>
    489488      <modules>
     489        <module>javafx</module>
    490490        <module>imageio</module>
    491491        <module>pmtiles</module>
Note: See TracChangeset for help on using the changeset viewer.