Skip to content

Commit 81c01c1

Browse files
authored
Merge pull request #27 from basil/scm
Use HTTPS SCM URL
2 parents 018c3cc + aaf7c9c commit 81c01c1

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
@@ -44,7 +44,7 @@
4444
</license>
4545
</licenses>
4646
<scm>
47-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
47+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4848
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
4949
<url>https://github.com/${gitHubRepo}</url>
5050
<tag>${scmTag}</tag>

0 commit comments

Comments
 (0)