Changeset 19206 in josm for trunk/nodist


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

    r19203 r19206  
    55    <groupId>org.openstreetmap.josm</groupId>
    66    <artifactId>josm-parent</artifactId>
    7     <version>1.0-SNAPSHOT</version>
     7    <version>SNAPSHOT</version>
    88    <packaging>pom</packaging>
    99    <properties>
     
    4040        </pluginRepository>
    4141    </pluginRepositories>
     42    <distributionManagement>
     43        <snapshotRepository>
     44            <id>josm-snapshots</id>
     45            <name>JOSM snapshots</name>
     46            <url>https://josm.openstreetmap.de/nexus/content/repositories/snapshots</url>
     47        </snapshotRepository>
     48    </distributionManagement>
    4249    <build>
    4350        <pluginManagement>
Note: See TracChangeset for help on using the changeset viewer.