Skip to content

Commit 56a729e

Browse files
authored
Use HTTPS SCM URL (#109)
1 parent 4e2dfca commit 56a729e

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
@@ -41,7 +41,7 @@
4141
</developers>
4242

4343
<scm>
44-
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
44+
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
4545
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
4646
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
4747
<tag>${scmTag}</tag>

0 commit comments

Comments
 (0)