Changeset 36273 in osm for applications/editors/josm/plugins/jackson
- Timestamp:
- 2024-06-05T22:44:48+02:00 (7 months ago)
- Location:
- applications/editors/josm/plugins/jackson
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/jackson/build.xml
r35958 r36273 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="1 0580"/>7 <property name="plugin.main.version" value="19044"/> 8 8 9 9 <property name="plugin.author" value="Taylor Smock"/> -
applications/editors/josm/plugins/jackson/ivy.xml
r36176 r36273 4 4 <info organisation="org.openstreetmap.josm.plugins" module="jackson"/> 5 5 <dependencies> 6 <dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.1 5.3" conf="default->default"/>6 <dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.17.1" conf="default->default"/> 7 7 </dependencies> 8 8 </ivy-module>
Note:
See TracChangeset
for help on using the changeset viewer.