Ignore:
Timestamp:
2024-10-28T19:18:41+01:00 (5 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/DirectUpload
Files:
2 edited

Legend:

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

    r35858 r36349  
    55    <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="18173"/>
     7    <property name="plugin.main.version" value="19044"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/DirectUpload/pom.xml

    r36325 r36349  
    1818        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1919        <plugin.src.dir>src</plugin.src.dir>
    20         <plugin.main.version>18173</plugin.main.version>
     20        <plugin.main.version>19044</plugin.main.version>
    2121        <plugin.author>Subhodip Biswas</plugin.author>
    2222        <plugin.class>org.openstreetmap.josm.plugins.DirectUpload.UploadDataGuiPlugin</plugin.class>
Note: See TracChangeset for help on using the changeset viewer.