We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11169f2 commit 66d3bd0Copy full SHA for 66d3bd0
pom.xml
@@ -36,8 +36,8 @@
36
</licenses>
37
38
<scm>
39
- <connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
40
- <developerConnection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
+ <connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
41
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
42
<tag>${scmTag}</tag>
43
</scm>
0 commit comments