Ignore:
Timestamp:
2024-10-01T21:46:31+02:00 (6 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/waydownloader
Files:
2 edited

Legend:

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

    r34569 r36344  
    55    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="14153"/>
     7    <property name="plugin.main.version" value="19044"/>
    88
    99    <property name="plugin.author" value="Harry Wood"/>
  • applications/editors/josm/plugins/waydownloader/pom.xml

    r36325 r36344  
    1717    <properties>
    1818        <plugin.src.dir>src</plugin.src.dir>
    19         <plugin.main.version>14153</plugin.main.version>
     19        <plugin.main.version>19044</plugin.main.version>
    2020
    2121        <plugin.author>Harry Wood</plugin.author>
Note: See TracChangeset for help on using the changeset viewer.