Skip to content

Commit 8c5f60a

Browse files
committed
Use HTTPS SCM URL.
1 parent d53de9e commit 8c5f60a

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
@@ -120,7 +120,7 @@
120120
</build>
121121

122122
<scm>
123-
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
123+
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
124124
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
125125
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
126126
<tag>${scmTag}</tag>

0 commit comments

Comments
 (0)