Skip to content

Commit f69ec1d

Browse files
committed
Add github token to push changes back to github
1 parent f441615 commit f69ec1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@
247247
</repository>
248248
</distributionManagement>
249249
<scm>
250-
<connection>scm:git:git://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>
250+
<connection>scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git</connection>
251+
<developerConnection>scm:git:https://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>

0 commit comments

Comments
 (0)