We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a80020 commit e8a46c5Copy full SHA for e8a46c5
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
-
59
name: Update version
60
if: steps.check-tag.outputs.tag
61
- run: mvn --batch-mode "-Dstyle.color=always" "org.eclipse.tycho:tycho-versions-plugin:set-version" "-DnewVersion=${{ steps.check-tag.outputs.tag }}"
+ run: mvn --batch-mode "-Dstyle.color=always" "org.eclipse.tycho:tycho-versions-plugin:2.7.5:set-version" "-DnewVersion=${{ steps.check-tag.outputs.tag }}"
62
63
name: Compile
64
run: mvn --batch-mode "-Dstyle.color=always" compile
0 commit comments