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

Legend:

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

    r35978 r36344  
    44    <property name="commit.message" value="recompile dure to core change"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="18494"/>
     6    <property name="plugin.main.version" value="19044"/>
    77    <property name="plugin.canloadatruntime" value="true"/>
    88   
  • applications/editors/josm/plugins/measurement/pom.xml

    r36325 r36344  
    1919    <properties>
    2020        <plugin.src.dir>src</plugin.src.dir>
    21         <plugin.main.version>18494</plugin.main.version>
     21        <plugin.main.version>19044</plugin.main.version>
    2222        <plugin.canloadatruntime>true</plugin.canloadatruntime>
    2323        <plugin.author>Raphael Mack, Reza Mohammadi</plugin.author>
Note: See TracChangeset for help on using the changeset viewer.