Skip to content

Commit 2b2512c

Browse files
committed
Fixed typo in pom.xml
1 parent e1fe8a9 commit 2b2512c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
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>

travis-build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ EOL
2222
if [ "${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
2926
else
3027
echo "Building and verifying"
3128
mvn -B verify

0 commit comments

Comments
 (0)