File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -47,7 +47,7 @@ script:
|
47 | 47 | - mvn test -B
|
48 | 48 |
|
49 | 49 | before_deploy:
|
50 |
| -- if [ ! -z "$TRAVIS_TAG" ]; then mvn org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${TRAVIS_TAG}; fi |
| 50 | +- 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 | 51 |
|
52 | 52 | deploy:
|
53 | 53 | - provider: script
|
|
You can’t perform that action at this time.
0 commit comments