source: osm/applications/editors/josm/plugins/geotools/ivy_settings.xml@ 36098

Last change on this file since 36098 was 36068, checked in by taylor.smock, 22 months ago

Change geotools version from 29.0 to 28.2 (v29 is Java 11+)

The ../build.xml has an ordered plugin list, and other plugins depend upon this
one. As such, until JOSM as a whole moves to Java 11+, this plugin will most
likely be kept at geotools v28.x.

File size: 635 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<ivysettings>
3 <!-- When geotools is updated, run `ant merge-geotools-services` -->
4 <property name="gt.version" value="28.2"/>
5 <settings defaultResolver="ordered-resolvers"/>
6 <resolvers>
7 <chain name="ordered-resolvers">
8 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/nexus/content/repositories/public/" />
9 <ibiblio name="osgeo" m2compatible="true" root="https://repo.osgeo.org/repository/release/" />
10 <ibiblio name="central" m2compatible="true" root="https://repo1.maven.org/maven2/" />
11 </chain>
12 </resolvers>
13</ivysettings>
14
Note: See TracBrowser for help on using the repository browser.