update mvn clean deploy for 2.3.0

This commit is contained in:
wing328 2017-07-01 15:49:00 +08:00
parent 9269dac6cf
commit a177e09fbd

View File

@ -104,8 +104,8 @@ script:
after_success:
# push a snapshot version to maven repo
- if [ $SONATYPE_USERNAME ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_BRANCH" = "master" ]; then
- if [ $SONATYPE_USERNAME ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_BRANCH" = "2.3.0" ]; then
mvn clean deploy --settings .travis/settings.xml;
echo "Finished mvn clean deploy";
echo "Finished mvn clean deploy for 2.3.0";
fi;