File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
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 >
27+ <project .scm.id>github</ project .scm.id >
2828 </properties >
2929
3030 <dependencies >
247247 </repository >
248248 </distributionManagement >
249249 <scm >
250- <connection >scm:git:https ://${GITHUB_TOKEN} @ github.com/graphql-java-kickstart/graphql-java-tools.git</connection >
251- <developerConnection >scm:git:https:// ${GITHUB_TOKEN} @github.com/ graphql-java-kickstart/graphql-java-tools.git</developerConnection >
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 >
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 @@ -14,6 +14,11 @@ saveMavenSettings() {
1414 <username>${BINTRAY_USER} </username>
1515 <password>${BINTRAY_PASS} </password>
1616 </server>
17+ <server>
18+ <id>github</id>
19+ <username>${GITHUB_USER} </username>
20+ <password>${GITHUB_TOKEN} </username>
21+ </server>
1722 </servers>
1823</settings>
1924EOL
You can’t perform that action at this time.
0 commit comments