Skip to content

Commit d103b36

Browse files
sebjulliandarcadmlafon
authored andcommitted
Use tycho 3.0.5 to bump versions
1 parent a32e928 commit d103b36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
increment: patch
8181

8282
- 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
83+
run: mvn org.eclipse.tycho:tycho-versions-plugin:3.0.5:set-version -DnewVersion=${{ steps.next-version.outputs.version }}-SNAPSHOT
8484

8585
- name: Commit version number change
8686
run: |

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>org.eclipse.tycho</groupId>
44
<artifactId>tycho-build</artifactId>
5-
<version>3.0.4</version>
5+
<version>3.0.5</version>
66
</extension>
77
</extensions>

0 commit comments

Comments
 (0)