Skip to content

Commit

Permalink
See #23239: Bump JOSM revision for build
Browse files Browse the repository at this point in the history
r19044 was the first version to require Java 11.


git-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@36334 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
  • Loading branch information
tsmock committed Sep 5, 2024
1 parent 00805f6 commit c74ea95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion photoadjust/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- enter the SVN commit message -->
<property name="commit.message" value="Commit message"/>
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="18494"/>
<property name="plugin.main.version" value="19044"/>

<!-- Configure these properties (replace "..." accordingly).
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
Expand Down
2 changes: 1 addition & 1 deletion photoadjust/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</developers>
<properties>
<plugin.src.dir>src</plugin.src.dir>
<plugin.main.version>18494</plugin.main.version>
<plugin.main.version>19044</plugin.main.version>
<plugin.author>holgermappt</plugin.author>
<plugin.class>org.openstreetmap.josm.plugins.photoadjust.PhotoAdjustPlugin</plugin.class>
<plugin.description>Make photos movable and position them on the map.</plugin.description>
Expand Down

0 comments on commit c74ea95

Please sign in to comment.