File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments