[BUGFIX] Solved issue with maven build for non-master builds

This commit is contained in:
JKetelaar
2016-05-24 14:55:33 +02:00
parent b60a17f52f
commit 76421fcde6
+1 -1
View File
@@ -3,5 +3,5 @@
if [ "$TRAVIS_BRANCH" == "master" ]; then
mvn -U package
else
mvn -Dversion="-RC-$TRAVIS_BUILD_ID" -U package
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
fi