We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1c216 commit 9ff3807Copy full SHA for 9ff3807
pom.xml
@@ -55,8 +55,8 @@
55
</distributionManagement>
56
57
<scm>
58
- <connection>scm:git:https://github.com/${gitHubRepo}</connection>
59
- <developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
+ <connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
+ <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
60
<url>https://github.com/${gitHubRepo}</url>
61
<tag>${scmTag}</tag>
62
</scm>
0 commit comments