Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Fix bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mundacho committed Sep 9, 2019
1 parent 9b39209 commit 2386d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ $ARGC -eq 2 ]; then
git commit -a -m "Bump version to $NEW_VERSION"
git tag -a v$RELEASE_VERSION
git push --tags --force origin master
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$NEW_VERSION -f parent.pom.xml
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$NEW_VERSION -f parent/pom.xml
git commit -a -m "Bump version to $NEW_VERSION-SNAPSHOT"
git push origin master
else
Expand Down

0 comments on commit 2386d01

Please sign in to comment.