Skip to content

Commit df38548

Browse files
authored
Merge pull request jenkinsci#116 from basil/scm
Use HTTPS SCM URL
2 parents d8e6e23 + f3e66a1 commit df38548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
</licenses>
4949

5050
<scm>
51-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
51+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5252
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
53-
<url>http://github.com/${gitHubRepo}</url>
53+
<url>https://github.com/${gitHubRepo}</url>
5454
<tag>${scmTag}</tag>
5555
</scm>
5656

0 commit comments

Comments
 (0)