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 24
24
<maven .compiler.source>${java.version} </maven .compiler.source>
25
25
<maven .compiler.target>${java.version} </maven .compiler.target>
26
26
<useReleaseProfile >false</useReleaseProfile >
27
- <GITHUB_TOKEN ></ GITHUB_TOKEN >
27
+ <project .scm.id>github</ project .scm.id >
28
28
</properties >
29
29
30
30
<dependencies >
247
247
</repository >
248
248
</distributionManagement >
249
249
<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 >
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 @@ -14,6 +14,11 @@ saveMavenSettings() {
14
14
<username>${BINTRAY_USER} </username>
15
15
<password>${BINTRAY_PASS} </password>
16
16
</server>
17
+ <server>
18
+ <id>github</id>
19
+ <username>${GITHUB_USER} </username>
20
+ <password>${GITHUB_TOKEN} </username>
21
+ </server>
17
22
</servers>
18
23
</settings>
19
24
EOL
You can’t perform that action at this time.
0 commit comments