Last change
on this file since 19026 was 18979, checked in by taylor.smock, 9 months ago |
Dependency updates
ivy.xml
- OpeningHoursParser: 0.28.0 -> 0.28.1
- junit: 5.10.1 -> 5.10.2
- equalsverifier: 3.15.5 -> 3.15.6
- tag2link: 2023.11.21 -> 2024.2.8
tools/ivy.xml
- proguard: 7.4.1 -> 7.4.2
- error_prone: 2.24.0 -> 2.24.1
|
File size:
582 bytes
|
Rev | Line | |
---|
[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/" />
|
---|
[15977] | 7 | </resolvers>
|
---|
[18871] | 8 | <!-- Remove error_prone 2.10.0 specific statements in build.xml when we drop Java 8 as a build platform -->
|
---|
| 9 | <property name="versions.error_prone" value="2.10.0" unlessset="isJava11"/>
|
---|
[18979] | 10 | <property name="versions.error_prone" value="2.24.1" ifset="isJava11"/>
|
---|
[15977] | 11 | </ivysettings>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.