Ignore:
Timestamp:
2024-10-01T21:46:31+02:00 (4 months ago)
Author:
taylor.smock
Message:

Set minimum JOSM version to r19044

r19044 was the first Java 11+ only version of JOSM.

Location:
applications/editors/josm/plugins/junctionchecking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/junctionchecking/build.xml

    r34525 r36344  
    33    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="14153"/>
     5    <property name="plugin.main.version" value="19044"/>
    66   
    77    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/junctionchecking/pom.xml

    r36325 r36344  
    1818        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1919        <plugin.src.dir>src</plugin.src.dir>
    20         <plugin.main.version>14153</plugin.main.version>
     20        <plugin.main.version>19044</plugin.main.version>
    2121        <plugin.author>Jörg Possin</plugin.author>
    2222        <plugin.class>org.openstreetmap.josm.plugins.JunctionChecker.JunctionCheckerPlugin</plugin.class>
Note: See TracChangeset for help on using the changeset viewer.