Skip to content

Commit

Permalink
scm info in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonnette committed Nov 3, 2011
1 parent 4824821 commit 2bc8552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>codecover</artifactId>
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
<packaging>hpi</packaging>

<name>Jenkins CodeCover plugin</name>
Expand All @@ -26,6 +26,7 @@
<scm>
<connection>scm:git:git://github.com/jenkinsci/CodeCover-Jenkins-Plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/CodeCover-Jenkins-Plugin.git</developerConnection>
<url>http://github.com/jenkinsci/codecover-plugin</url>
</scm>

<properties>
Expand Down

0 comments on commit 2bc8552

Please sign in to comment.