We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb14348 + fa7d20c commit 81dd8b3Copy full SHA for 81dd8b3
.travis.yml
@@ -47,7 +47,7 @@ script:
47
- mvn test -B
48
49
before_deploy:
50
- - if [ ! -z "$TRAVIS_TAG" ]; then mvn org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${TRAVIS_TAG}; fi
+ - if [ ! -z "$TRAVIS_TAG" ]; then VERSION=$(tr -d "/v/" <<<$TRAVIS_TAG); mvn org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${VERSION}; fi
51
52
deploy:
53
- provider: script
0 commit comments