We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6379198 commit 137edffCopy full SHA for 137edff
1 file changed
pom.xml
@@ -11,7 +11,12 @@
11
<version>0.1-SNAPSHOT</version>
12
<packaging>hpi</packaging>
13
<name>Docker plugin</name>
14
-
+
15
+ <scm>
16
+ <connection>scm:git:ssh://github.com/jenkinsci/docker-plugin.git</connection>
17
+ <developerConnection>scm:git:ssh://git@github.com/jenkinsci/docker-plugin.git</developerConnection>
18
+ <url>https://github.com/jenkinsci/docker-plugin</url>
19
+ </scm>
20
21
22
<dependencies>
0 commit comments