Skip to content

Commit

Permalink
Bump minimum JOSM version to JOSM 19044 due to Java version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Jun 17, 2024
1 parent 4c6e6f4 commit da18da3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 25 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ant-manual.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
needs: check-release-needed
strategy:
matrix:
josm-revision: ["", "r14945"]
josm-revision: ["", "r19044"]
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2
with:
josm-revision: ${{ matrix.josm-revision }}
perform-revision-tagging: ${{ matrix.josm-revision == 'r14945' && needs.check-release-needed.outputs.release_needed == 'true' }}
perform-revision-tagging: ${{ matrix.josm-revision == 'r19044' && needs.check-release-needed.outputs.release_needed == 'true' }}
secrets: inherit

13 changes: 0 additions & 13 deletions .github/workflows/reports.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="gridify" default="dist" basedir=".">
<property name="commit.message" value="Commit message"/>
<property name="plugin.main.version" value="14945"/>
<property name="plugin.main.version" value="19044"/>

<property name="plugin.author" value="Jeroen Hoek"/>
<property name="plugin.class" value="nl.jeroenhoek.josm.gridify.GridifyPlugin"/>
Expand All @@ -19,6 +19,7 @@
<target name="additional-manifest">
<manifest file="MANIFEST" mode="update">
<attribute name="Plugin-Version" value="${last-commit-ts}"/>
<attribute name="14945_Plugin-Url" value="1606242219;https://github.com/JOSM/gridify/releases/download/v1.4.2/gridify.jar"/>
</manifest>
</target>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<plugin.src.dir>src</plugin.src.dir>
<plugin.main.version>14945</plugin.main.version>
<plugin.main.version>19044</plugin.main.version>

<plugin.author>Jeroen Hoek</plugin.author>
<plugin.class>nl.jeroenhoek.josm.gridify.GridifyPlugin</plugin.class>
Expand Down

0 comments on commit da18da3

Please sign in to comment.