We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32e928 commit d103b36Copy full SHA for d103b36
2 files 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:1.7.0:set-version -DnewVersion=${{ steps.next-version.outputs.version }}-SNAPSHOT
+ run: mvn org.eclipse.tycho:tycho-versions-plugin:3.0.5:set-version -DnewVersion=${{ steps.next-version.outputs.version }}-SNAPSHOT
84
85
- name: Commit version number change
86
run: |
.mvn/extensions.xml
@@ -2,6 +2,6 @@
2
<extension>
3
<groupId>org.eclipse.tycho</groupId>
4
<artifactId>tycho-build</artifactId>
5
- <version>3.0.4</version>
+ <version>3.0.5</version>
6
</extension>
7
</extensions>
0 commit comments