Skip to content

Commit 137edff

Browse files
committed
Add github SCM details.
Signed-off-by: Nigel Magnay <nigel.magnay@gmail.com>
1 parent 6379198 commit 137edff

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
<version>0.1-SNAPSHOT</version>
1212
<packaging>hpi</packaging>
1313
<name>Docker plugin</name>
14-
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>
1520

1621

1722
<dependencies>

0 commit comments

Comments
 (0)