Skip to content

Commit 2d09283

Browse files
authored
Merge pull request #51 from basil/scm
Use standard format for SCM URLs
2 parents 649ee93 + 8573845 commit 2d09283

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
@@ -17,8 +17,8 @@
1717
<url>https://github.com/jenkinsci/docker-java-api-plugin</url>
1818

1919
<scm>
20-
<connection>scm:git:ssh://github.com/jenkinsci/docker-java-api-plugin.git</connection>
21-
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/docker-java-api-plugin.git</developerConnection>
20+
<connection>scm:git:https://github.com/jenkinsci/docker-java-api-plugin.git</connection>
21+
<developerConnection>scm:git:[email protected]:jenkinsci/docker-java-api-plugin.git</developerConnection>
2222
<url>https://github.com/jenkinsci/docker-java-api-plugin</url>
2323
<tag>${scmTag}</tag>
2424
</scm>

0 commit comments

Comments
 (0)