Changeset 19367 in josm


Ignore:
Timestamp:
2025-03-29T00:58:08+01:00 (4 months ago)
Author:
stoecker
Message:

use new repository URL

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r19250 r19367  
    2525        <property name="ivy.jar.file" location="${ivy.jar.dir}/ivy-${ivy.version}.jar"/>
    2626        <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"
    2828             dest="${ivy.jar.file}"
    2929             skipexisting="true"
  • trunk/ivysettings.xml

    r19293 r19367  
    44  <settings defaultResolver="josm-nexus"/>
    55  <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/" />
    77  </resolvers>
    88  <!-- Remove junit5-system-exit specific statements in build.xml when we drop Java 11 as a build platform -->
  • trunk/nodist/pom.xml

    r19365 r19367  
    3333        <repository>
    3434            <id>JOSM</id>
    35             <url>https://josm.openstreetmap.de/nexus/content/repositories/public/</url>
     35            <url>https://josm.openstreetmap.de/repository/public/</url>
    3636        </repository>
    3737    </repositories>
     
    3939        <pluginRepository>
    4040            <id>JOSM</id>
    41             <url>https://josm.openstreetmap.de/nexus/content/repositories/public/</url>
     41            <url>https://josm.openstreetmap.de/repository/public/</url>
    4242        </pluginRepository>
    4343    </pluginRepositories>
     
    4646            <id>josm-snapshots</id>
    4747            <name>JOSM snapshots</name>
    48             <url>https://josm.openstreetmap.de/nexus/content/repositories/snapshots</url>
     48            <url>https://josm.openstreetmap.de/repository/snapshots</url>
    4949        </snapshotRepository>
    5050    </distributionManagement>
Note: See TracChangeset for help on using the changeset viewer.