Ignore:
Timestamp:
2024-10-28T19:18:41+01:00 (15 months ago)
Author:
taylor.smock
Message:

Dependency updates

Most plugins have been moved to require a minimum version of r19044 (mostly for
Java 11+ build reasons).

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

Legend:

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

    r34098 r36349  
    44    <property name="commit.message" value="JOSM/Canvec_helper: fixed a crash caused by osm directory being renamed to OSM"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="13559"/>
     6    <property name="plugin.main.version" value="19044"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/canvec_helper/pom.xml

    r36325 r36349  
    1616    <properties>
    1717        <plugin.src.dir>src</plugin.src.dir>
    18         <plugin.main.version>13559</plugin.main.version>
     18        <plugin.main.version>19044</plugin.main.version>
    1919        <plugin.author>Michael Bishop</plugin.author>
    2020        <plugin.class>org.openstreetmap.josm.plugins.canvec_helper.CanvecHelper</plugin.class>
Note: See TracChangeset for help on using the changeset viewer.