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 248
248
</distributionManagement >
249
249
<scm >
250
250
<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 >
252
252
<url >https://github.com/graphql-java-kickstart/graphql-java-tools</url >
253
253
<tag >HEAD</tag >
254
254
</scm >
Original file line number Diff line number Diff line change @@ -24,7 +24,4 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] &
24
24
saveMavenSettings
25
25
git checkout -f ${TRAVIS_BRANCH}
26
26
mvn release:clean release:prepare release:perform -B -e -Pbintray
27
- else
28
- echo " Building and verifying"
29
- mvn -B verify
30
27
fi
You can’t perform that action at this time.
0 commit comments