Changeset 19206 in josm for trunk/test
- Timestamp:
- 2024-08-28T20:42:11+02:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.