Changeset 19521 in josm for trunk/ivysettings.xml
- Timestamp:
- 2026-02-12T17:29:23+01:00 (4 days ago)
- File:
-
- 1 edited
-
trunk/ivysettings.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ivysettings.xml
r19519 r19521 6 6 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/repository/public/" /> 7 7 </resolvers> 8 <!-- Remove junit5-system-exit specific statements in build.xml when we drop Java 11 as a build platform --> 8 9 <!-- Remove specific statements in build.xml when we drop older Java as a build platform --> 10 9 11 <property name="versions.junit5-system-exit" value="1.1.2" unlessset="isJava17"/> 10 12 <property name="versions.junit5-system-exit" value="2.0.2" ifset="isJava17"/> 13 14 <property name="versions.checkstyle" value="10.26.1" unlessset="isJava17"/> 15 <property name="versions.checkstyle" value="12.3.1" unlessset="isJava21" ifset="isJava17"/> 16 <property name="versions.checkstyle" value="13.2.0" ifset="isJava21"/> 17 18 <property name="versions.jmockit" value="1.49.a" unlessset="isJava17"/> 19 <property name="versions.jmockit" value="1.50" ifset="isJava17"/> 20 21 <property name="versions.equalsverifier" value="3.19.4" unlessset="isJava17"/> 22 <property name="versions.equalsverifier" value="4.3.1" ifset="isJava17"/> 11 23 </ivysettings>
Note:
See TracChangeset
for help on using the changeset viewer.
