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 a29b75b commit 203fc17Copy full SHA for 203fc17
.travis.yml
@@ -87,7 +87,7 @@ script:
87
88
after_success:
89
# push a snapshot version to maven repo
90
- - if [ $SONATYPE_USERNAME ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_BRANCH" = "release-rc1" ]; then
+ - if [ $SONATYPE_USERNAME ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_BRANCH" = "3.0.0" ]; then
91
mvn clean deploy --settings .travis/settings.xml;
92
echo "Finished mvn clean deploy for $TRAVIS_BRANCH";
93
fi;
0 commit comments