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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r36176 r36344  
    44    <property name="commit.message" value="recompile for compatibility with JOSM r17896"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="18723"/>
     6    <property name="plugin.main.version" value="19044"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/cadastre-fr/pom.xml

    r36325 r36344  
    2121        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    2222        <plugin.src.dir>src</plugin.src.dir>
    23         <plugin.main.version>18723</plugin.main.version>
     23        <plugin.main.version>19044</plugin.main.version>
    2424        <plugin.author>Pieren;Don-vip</plugin.author>
    2525        <plugin.class>org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin</plugin.class>
Note: See TracChangeset for help on using the changeset viewer.