Changeset 36373 in osm for applications


Ignore:
Timestamp:
2025-01-27T15:07:07+01:00 (4 days ago)
Author:
taylor.smock
Message:

Release 2.23

This also fixes the isJava9 property for Java 20+.

Location:
applications/viewer/jmapviewer
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer

    • Property ReleaseVersion changed from 2.22 to 2.23
  • applications/viewer/jmapviewer/build.xml

    r36293 r36373  
    1414    <property name="jacoco.inclnolocationclasses" value="false" />
    1515    <!-- For Java specific stuff by version -->
    16     <condition property="isJava9"><matches string="${ant.java.version}" pattern="(1.)?(9|1[0-9])" /></condition>
     16    <condition property="isJava9"><matches string="${ant.java.version}" pattern="(1.)?(9|[2-9][0-9])" /></condition>
    1717    <condition property="isJava23"><matches string="${ant.java.version}" pattern="2[3-9]|[3-9][0-9]" /></condition>
    1818    <!-- Disable jacoco 0.8.11 on Java 23+, see https://www.jacoco.org/jacoco/trunk/doc/changes.html for latest supported version -->
  • applications/viewer/jmapviewer/pom.xml

    r36329 r36373  
    66    <groupId>org.openstreetmap.jmapviewer</groupId>
    77    <artifactId>jmapviewer</artifactId>
    8     <version>2.23-SNAPSHOT</version>
     8    <version>2.24-SNAPSHOT</version>
    99
    1010    <name>JMapViewer</name>
Note: See TracChangeset for help on using the changeset viewer.