Skip to content

Commit

Permalink
gchqgh-209 - changed release message to use artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
p013570 committed Oct 9, 2017
1 parent cc691e0 commit 2d6c732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "$RELEASE" == 'true' ] && [ "$TRAVIS_BRANCH" == 'master' ] && [ "$TRAVIS_PU
echo "Tagging version $RELEASE_VERSION"
echo "--------------------------------------"
mvn versions:set -DnewVersion=$RELEASE_VERSION -DgenerateBackupPoms=false
git commit -a -m "prepare release $repoId-$RELEASE_VERSION"
git commit -a -m "prepare release $artifactId-$RELEASE_VERSION"
git push
git tag $artifactId-$RELEASE_VERSION
git push origin --tags
Expand Down

0 comments on commit 2d6c732

Please sign in to comment.