Ignore:
Timestamp:
2024-07-18T14:19:53+02:00 (22 months ago)
Author:
taylor.smock
Message:

Replace uses of javax.json with jakarta.json

This also fixes some lint issues.

This additionally updates the minimum JOSM version to r19044 since it has Jakarta
JSON and it is Java 11+.

File:
1 edited

Legend:

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

    r35351 r36294  
    44    <!-- enter the SVN commit message -->
    55    <property name="commit.message" value="Initial version."/>
    6     <property name="plugin.main.version" value="10580"/>
     6    <property name="plugin.main.version" value="19044"/>
    77    <property name="plugin.author" value="Mouath Ibrahim"/>
    88    <property name="plugin.class"
Note: See TracChangeset for help on using the changeset viewer.