Changeset 19367 in josm
- Timestamp:
- 2025-03-29T00:58:08+01:00 (4 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r19250 r19367 25 25 <property name="ivy.jar.file" location="${ivy.jar.dir}/ivy-${ivy.version}.jar"/> 26 26 <mkdir dir="${ivy.jar.dir}"/> 27 <get src="https://josm.openstreetmap.de/ nexus/content/repositories/public/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"27 <get src="https://josm.openstreetmap.de/repository/public/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar" 28 28 dest="${ivy.jar.file}" 29 29 skipexisting="true" -
trunk/ivysettings.xml
r19293 r19367 4 4 <settings defaultResolver="josm-nexus"/> 5 5 <resolvers> 6 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/ nexus/content/repositories/public/" />6 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/repository/public/" /> 7 7 </resolvers> 8 8 <!-- Remove junit5-system-exit specific statements in build.xml when we drop Java 11 as a build platform --> -
trunk/nodist/pom.xml
r19365 r19367 33 33 <repository> 34 34 <id>JOSM</id> 35 <url>https://josm.openstreetmap.de/ nexus/content/repositories/public/</url>35 <url>https://josm.openstreetmap.de/repository/public/</url> 36 36 </repository> 37 37 </repositories> … … 39 39 <pluginRepository> 40 40 <id>JOSM</id> 41 <url>https://josm.openstreetmap.de/ nexus/content/repositories/public/</url>41 <url>https://josm.openstreetmap.de/repository/public/</url> 42 42 </pluginRepository> 43 43 </pluginRepositories> … … 46 46 <id>josm-snapshots</id> 47 47 <name>JOSM snapshots</name> 48 <url>https://josm.openstreetmap.de/ nexus/content/repositories/snapshots</url>48 <url>https://josm.openstreetmap.de/repository/snapshots</url> 49 49 </snapshotRepository> 50 50 </distributionManagement>
Note:
See TracChangeset
for help on using the changeset viewer.