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

Legend:

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

    r35975 r36344  
    44    <property name="commit.message" value="Remove the action, add importing SVG to File/Open"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="18464"/>
     6    <property name="plugin.main.version" value="19044"/>
    77
    88    <property name="plugin.author" value="Upliner"/>
  • applications/editors/josm/plugins/importvec/pom.xml

    r36325 r36344  
    1717    <properties>
    1818        <plugin.src.dir>src</plugin.src.dir>
    19         <plugin.main.version>18464</plugin.main.version>
     19        <plugin.main.version>19044</plugin.main.version>
    2020        <plugin.author>Upliner</plugin.author>
    2121        <plugin.class>org.openstreetmap.josm.plugins.importvec.ImportVecPlugin</plugin.class>
Note: See TracChangeset for help on using the changeset viewer.