[BUGFIX] Setting versions without RC

This commit is contained in:
JKetelaar
2016-10-18 21:16:33 +02:00
parent f6d4edd5c2
commit 7511ce367f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
if [ "$TRAVIS_BRANCH" == "master" ]; then
mvn -U package
else
mvn -Dbuild.version="-$TRAVIS_BUILD_ID" -U package
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
fi