diff options
-rwxr-xr-x | travis.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/travis.sh b/travis.sh index cf085da8f5a..196773cfbcc 100755 --- a/travis.sh +++ b/travis.sh @@ -32,10 +32,6 @@ CI) INITIAL_VERSION=`maven_expression "project.version"` if [[ $INITIAL_VERSION =~ "-SNAPSHOT" ]]; then - set_maven_build_version $TRAVIS_BUILD_NUMBER - fi - - if [[ $INITIAL_VERSION =~ "-SNAPSHOT" ]]; then echo "======= Found SNAPSHOT version =======" # Do not deploy a SNAPSHOT version but the release version related to this build set_maven_build_version $TRAVIS_BUILD_NUMBER |