We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbdf0e commit da6e875Copy full SHA for da6e875
1 file changed
pom.xml
@@ -40,8 +40,8 @@
40
</developers>
41
42
<scm>
43
- <connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
44
- <developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
+ <connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
+ <developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
45
<url>https://github.com/${gitHubRepo}</url>
46
<tag>${scmTag}</tag>
47
</scm>
0 commit comments