Skip to content

Commit faee704

Browse files
committed
restore tycho version to 1.70 for version number calculation...
1 parent c6e9f34 commit faee704

1 file changed

Lines changed: 1 addition & 1 deletion

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: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: |

0 commit comments

Comments
 (0)