Skip to content

Commit 8573845

Browse files
committed
Use standard format for SCM URLs
1 parent 649ee93 commit 8573845

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://git@github.com/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:git@github.com: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)