Changeset 19206 in josm
- Timestamp:
- 2024-08-28T20:42:11+02:00 (3 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nodist/pom.xml
r19203 r19206 5 5 <groupId>org.openstreetmap.josm</groupId> 6 6 <artifactId>josm-parent</artifactId> 7 <version> 1.0-SNAPSHOT</version>7 <version>SNAPSHOT</version> 8 8 <packaging>pom</packaging> 9 9 <properties> … … 40 40 </pluginRepository> 41 41 </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> 42 49 <build> 43 50 <pluginManagement> -
trunk/pom.xml
r19148 r19206 7 7 <groupId>org.openstreetmap.josm</groupId> 8 8 <artifactId>josm-parent</artifactId> 9 <version> 1.0-SNAPSHOT</version>9 <version>SNAPSHOT</version> 10 10 <relativePath>./nodist/pom.xml</relativePath> 11 11 </parent> -
trunk/test/pom.xml
r19097 r19206 3 3 <modelVersion>4.0.0</modelVersion> 4 4 <artifactId>josm-unittest</artifactId> 5 <version> 1.0-SNAPSHOT</version>5 <version>SNAPSHOT</version> 6 6 7 7 <parent> 8 8 <groupId>org.openstreetmap.josm</groupId> 9 9 <artifactId>josm-parent</artifactId> 10 <version> 1.0-SNAPSHOT</version>10 <version>SNAPSHOT</version> 11 11 <relativePath>../nodist/pom.xml</relativePath> 12 12 </parent> … … 18 18 <groupId>org.openstreetmap.josm</groupId> 19 19 <artifactId>josm</artifactId> 20 <version> 1.0-SNAPSHOT</version>20 <version>SNAPSHOT</version> 21 21 <scope>provided</scope> 22 22 </dependency>
Note:
See TracChangeset
for help on using the changeset viewer.