Index: /applications/editors/josm/plugins/javafx/ivy_settings.xml
===================================================================
--- /applications/editors/josm/plugins/javafx/ivy_settings.xml	(revision 35763)
+++ /applications/editors/josm/plugins/javafx/ivy_settings.xml	(revision 35764)
@@ -6,11 +6,9 @@
     <resolvers>
         <ibiblio name="central" m2compatible="true"/>
-        <ibiblio name="gluon" root="http://nexus.gluonhq.com/nexus/content/repositories/releases/" m2compatible="true" />
-        <ibiblio name="josm" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
-        <ibiblio name="sonatype_snapshots" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"  />
+        <ibiblio name="josm-nexus" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
     </resolvers>
     <modules>
-        <module organisation="org.openstreetmap.jmapviewer" resolver="josm"/>
-        <module organisation="org.openstreetmap.josm" resolver="josm"/>
+        <module organisation="org.openstreetmap.jmapviewer" resolver="josm-nexus"/>
+        <module organisation="org.openstreetmap.josm" resolver="josm-nexus"/>
     </modules>
 </ivysettings>
Index: /applications/editors/josm/plugins/jna/ivy_settings.xml
===================================================================
--- /applications/editors/josm/plugins/jna/ivy_settings.xml	(revision 35763)
+++ /applications/editors/josm/plugins/jna/ivy_settings.xml	(revision 35764)
@@ -6,11 +6,9 @@
     <resolvers>
         <ibiblio name="central" m2compatible="true"/>
-        <ibiblio name="gluon" root="http://nexus.gluonhq.com/nexus/content/repositories/releases/" m2compatible="true" />
-        <ibiblio name="josm" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
-        <ibiblio name="sonatype_snapshots" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"  />
+        <ibiblio name="josm-nexus" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
     </resolvers>
     <modules>
-        <module organisation="org.openstreetmap.jmapviewer" resolver="josm"/>
-        <module organisation="org.openstreetmap.josm" resolver="josm"/>
+        <module organisation="org.openstreetmap.jmapviewer" resolver="josm-nexus"/>
+        <module organisation="org.openstreetmap.josm" resolver="josm-nexus"/>
     </modules>
 </ivysettings>
