Skip to content

Commit da6e875

Browse files
committed
Use SCM HTTPS URL
1 parent 8bbdf0e commit da6e875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
</developers>
4141

4242
<scm>
43-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
44-
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
43+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
44+
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
4545
<url>https://github.com/${gitHubRepo}</url>
4646
<tag>${scmTag}</tag>
4747
</scm>

0 commit comments

Comments
 (0)