Skip to content

Commit 66d3bd0

Browse files
pom.xml
- switch to git connection instead of https - take 2
1 parent 11169f2 commit 66d3bd0

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
@@ -36,8 +36,8 @@
3636
</licenses>
3737

3838
<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>
39+
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
40+
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
4141
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
4242
<tag>${scmTag}</tag>
4343
</scm>

0 commit comments

Comments
 (0)