[BUGFIX] Solved issue with naming

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