Changeset 36433 in osm for applications/viewer/jmapviewer/pom.xml
- Timestamp:
- 2025-04-25T18:34:30+02:00 (6 weeks ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer
-
Property ReleaseVersion
changed from
2.24
to2.25
-
Property ReleaseVersion
changed from
-
applications/viewer/jmapviewer/pom.xml
r36381 r36433 6 6 <groupId>org.openstreetmap.jmapviewer</groupId> 7 7 <artifactId>jmapviewer</artifactId> 8 <version>2.2 5-SNAPSHOT</version>8 <version>2.26-SNAPSHOT</version> 9 9 10 10 <name>JMapViewer</name> … … 71 71 <id>josm-nexus-releases</id> 72 72 <name>JOSM Nexus (Releases)</name> 73 <url>https://josm.openstreetmap.de/ nexus/content/repositories/releases/</url>73 <url>https://josm.openstreetmap.de/repository/releases/</url> 74 74 </repository> 75 75 <snapshotRepository> 76 76 <id>josm-nexus-snapshot</id> 77 77 <name>JOSM Nexus (Snapshot)</name> 78 <url>https://josm.openstreetmap.de/ nexus/content/repositories/snapshots/</url>78 <url>https://josm.openstreetmap.de/repository/snapshots/</url> 79 79 </snapshotRepository> 80 80 </distributionManagement> … … 83 83 <repository> 84 84 <id>JOSM-central</id> 85 <url>https://josm.openstreetmap.de/ nexus/content/repositories/central/</url>85 <url>https://josm.openstreetmap.de/repository/public/</url> 86 86 </repository> 87 87 </repositories> … … 89 89 <pluginRepository> 90 90 <id>JOSM-central</id> 91 <url>https://josm.openstreetmap.de/ nexus/content/repositories/central/</url>91 <url>https://josm.openstreetmap.de/repository/public/</url> 92 92 </pluginRepository> 93 93 </pluginRepositories>
Note:
See TracChangeset
for help on using the changeset viewer.