Skip to content

Commit 82e83cf

Browse files
authored
Use tycho 1.7.0 to bump version numbers
1 parent ce5920f commit 82e83cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
]
5151
5252
- name: Update version number
53-
run: mvn org.eclipse.tycho:tycho-versions-plugin:3.0.5:set-version -DnewVersion=${{ github.ref_name }}
53+
run: mvn org.eclipse.tycho:tycho-versions-plugin:1.7.0:set-version -DnewVersion=${{ github.ref_name }}
5454

5555
- name: Build with Maven
5656
run: mvn -B deploy --file pom.xml -Pflat-repo --batch-mode
@@ -80,9 +80,9 @@ jobs:
8080
increment: patch
8181

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

8585
- name: Commit version number change
8686
run: |
8787
git commit -a -m "Starting ${{ steps.next-version.outputs.version }} development"
88-
git push
88+
git push

0 commit comments

Comments
 (0)