Navigation Menu

Skip to content

Commit

Permalink
updated maven pom to use repo.jenkins-ci.org repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Apr 6, 2012
1 parent 7c04c84 commit aa976cc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pom.xml
Expand Up @@ -44,8 +44,8 @@

<repositories>
<repository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

Expand Down Expand Up @@ -193,4 +193,12 @@
</build>


</project>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit aa976cc

Please sign in to comment.