Changeset 19367 in josm for trunk/nodist/pom.xml


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

use new repository URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.