We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e9f34 commit faee704Copy full SHA for faee704
1 file changed
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
increment: patch
81
82
- name: Bump version numbers for next cycle
83
- run: mvn org.eclipse.tycho:tycho-versions-plugin:3.0.5:set-version -DnewVersion=${{ steps.next-version.outputs.version }}-SNAPSHOT
+ run: mvn org.eclipse.tycho:tycho-versions-plugin:1.7.0:set-version -DnewVersion=${{ steps.next-version.outputs.version }}-SNAPSHOT
84
85
- name: Commit version number change
86
run: |
0 commit comments