We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a8bcc commit 5161a4dCopy full SHA for 5161a4d
.travis.yml
@@ -20,9 +20,7 @@ deploy:
20
on:
21
tags: true
22
23
-after_deploy: mvn org.codehaus.mojo:versions-maven-plugin:2.3:set -DnewVersion=$TRAVIS_TAGmvn clean deploy --settings cfg/maven/CI/settings.xml -DskipTests=true -DnewVersion=$TRAVIS_TAG -B -U -Prelease
24
-
25
-after_script: mvn clean deploy --settings cfg/maven/CI/settings.xml -DskipTests=true --batch-mode --update-snapshots -Prelease
+after_deploy: mvn clean deploy --settings cfg/maven/CI/settings.xml -DskipTests=true -DnewVersion=$TRAVIS_TAG -B -U -Prelease
26
27
notifications:
28
email:
0 commit comments