Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 20, 2012
1 parent ff1a2da commit 315170a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Expand Up @@ -44,9 +44,9 @@
</developers>

<scm>
<connection>scm:git:git@github.com:jeluard/ion-deployer-plugin</connection>
<developerConnection>scm:git:git@github.com:jeluard/ion-deployer-plugin</developerConnection>
<url>scm:git:git@github.com:jeluard/ion-deployer-plugin</url>
<connection>scm:git:git://github.com/jenkinsci/ion-deployer-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/ion-deployer-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/ion-deployer-plugin</url>
</scm>

<issueManagement>
Expand Down Expand Up @@ -100,4 +100,11 @@
</plugins>
</build>

<repositories>
<repository>
<id>jenkins-ci</id>
<url>http://maven.jenkins-ci.org/content/groups/artifacts/</url>
</repository>
</repositories>

</project>

0 comments on commit 315170a

Please sign in to comment.