From 9c411e730107ba365a640423ef6bbba4c748dbea Mon Sep 17 00:00:00 2001 From: Kirill Merkushev Date: Tue, 13 Jun 2017 18:46:10 +0300 Subject: [PATCH] misc --- .travis/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 636ecfb..eaf7f99 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -4,7 +4,7 @@ then echo "on a tag -> set pom.xml to $TRAVIS_TAG" mvn --settings .travis/settings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=$TRAVIS_TAG 1>/dev/null 2>/dev/null else - echo "not on a tag -> keep snapshot version in pom.xml" + echo "not on a tag -> keep SNAPSHOT version in pom.xml" fi mvn clean deploy --settings .travis/settings.xml -DskipTests=true -B -U