source: josm/trunk/ivysettings.xml@ 17368

Last change on this file since 17368 was 17128, checked in by simon04, 4 years ago

see #16860 - Apache Ivy: only use josm-nexus repository by default

File size: 515 bytes
RevLine 
[15977]1<?xml version="1.0" encoding="utf-8"?>
2<!-- License: GPL. For details, see LICENSE file. -->
3<ivysettings>
[17128]4 <settings defaultResolver="josm-nexus"/>
[15977]5 <resolvers>
[17128]6 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
7 <ibiblio name="jcenter" m2compatible="true" root="https://jcenter.bintray.com/" />
[15977]8 </resolvers>
[17128]9 <modules>
10 <module organisation="ch.poole" name="OpeningHoursParser" resolver="jcenter"/>
11 </modules>
[15977]12</ivysettings>
Note: See TracBrowser for help on using the repository browser.