File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 248248 </distributionManagement >
249249 <scm >
250250 <connection >scm:git:https://${GITHUB_TOKEN} @github.com/graphql-java-kickstart/graphql-java-tools.git</connection >
251- <developerConnection >scm:git:git @github.com: graphql-java-kickstart/graphql-java-tools.git</developerConnection >
251+ <developerConnection >scm:git:https:// ${GITHUB_TOKEN} @github.com/ graphql-java-kickstart/graphql-java-tools.git</developerConnection >
252252 <url >https://github.com/graphql-java-kickstart/graphql-java-tools</url >
253253 <tag >HEAD</tag >
254254 </scm >
Original file line number Diff line number Diff line change @@ -24,7 +24,4 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] &
2424 saveMavenSettings
2525 git checkout -f ${TRAVIS_BRANCH}
2626 mvn release:clean release:prepare release:perform -B -e -Pbintray
27- else
28- echo " Building and verifying"
29- mvn -B verify
3027fi
You can’t perform that action at this time.
0 commit comments