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 d15f27e commit 9a30ca0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -23,15 +23,15 @@
<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
<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>

<pluginRepositories>
<pluginRepository>
<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>
</pluginRepository>

</pluginRepositories>
Expand Down

0 comments on commit 9a30ca0

Please sign in to comment.