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.
1 parent 465eac8 commit e7a2feeCopy full SHA for e7a2fee
.travis.yml
@@ -25,7 +25,7 @@ script:
25
26
## Get the project version
27
before_deploy:
28
- - export CURRENT_VERSION=$(mvn help:evaluate -q -DforceStdout -Dexpression=project.version | grep -v '\[')
+ - export CURRENT_VERSION=$(mvn help:evaluate -q -DforceStdout -Dexpression=project.version)
29
- echo CURRENT_VERSION=$CURRENT_VERSION
30
- export TRAVIS_TAG=$CURRENT_VERSION
31
- if [[ $TRAVIS_BRANCH != "master" ]]; then git tag $TRAVIS_TAG; fi
0 commit comments