File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 <maven .compiler.source>${java.version} </maven .compiler.source>
2525 <maven .compiler.target>${java.version} </maven .compiler.target>
2626 <useReleaseProfile >false</useReleaseProfile >
27+ <GITHUB_TOKEN ></GITHUB_TOKEN >
2728 </properties >
2829
2930 <dependencies >
246247 </repository >
247248 </distributionManagement >
248249 <scm >
249- <connection >scm:git:git ://github.com/graphql-java-kickstart/graphql-java-tools.git</connection >
250+ <connection >scm:git:https ://${GITHUB_TOKEN} @ github.com/graphql-java-kickstart/graphql-java-tools.git</connection >
250251 <developerConnection >scm:git:git@github.com:graphql-java-kickstart/graphql-java-tools.git</developerConnection >
251- <url >http ://github.com/graphql-java-kickstart/graphql-java-tools</url >
252+ <url >https ://github.com/graphql-java-kickstart/graphql-java-tools</url >
252253 <tag >HEAD</tag >
253254 </scm >
254255</project >
You can’t perform that action at this time.
0 commit comments