File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 248248 <scm >
249249 <connection >scm:git:git://github.com/graphql-java-kickstart/graphql-java-tools.git</connection >
250250 <developerConnection >scm:git:git@github.com:graphql-java-kickstart/graphql-java-tools.git</developerConnection >
251- <url >http://github.com/graphql-javakickstart /graphql-java-tools</url >
251+ <url >http://github.com/graphql-java-kickstart /graphql-java-tools</url >
252252 <tag >HEAD</tag >
253253 </scm >
254254</project >
Original file line number Diff line number Diff line change 2222if [ " ${TRAVIS_PULL_REQUEST} " = " false" ] && [ " ${TRAVIS_BRANCH} " = " master" ] && [ " ${RELEASE} " = " true" ]; then
2323 echo " Deploying release to Bintray"
2424 saveMavenSettings
25- mvn release:clean release:prepare -B -e -Pbintray
26- git commit -m ' Prepared next release'
27- git push
28- mvn release:perform -B -e -Pbintray
25+ mvn release:clean release:prepare release:perform -B -e -Pbintray
2926else
3027 echo " Building and verifying"
3128 mvn -B verify
You can’t perform that action at this time.
0 commit comments