Skip to content

Commit 80dcb38

Browse files
authored
Use HTTPS SCM URL (#66)
1 parent 19ae534 commit 80dcb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</pluginRepositories>
5959

6060
<scm>
61-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
61+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
6262
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
6363
<url>https://github.com/${gitHubRepo}</url>
6464
<tag>${scmTag}</tag>

0 commit comments

Comments
 (0)