Skip to content

Commit

Permalink
Switch repository to repo.jenkins-ci.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrinne committed Mar 14, 2012
1 parent cd4a56e commit c7a7278
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,16 @@
<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
<repositories>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org/content/repositories/releases</url>
</repository>
<!--<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>
<repository>
<id>java-net</id>
<url>http://download.java.net/maven/2</url>
</repository>-->
</repositories>

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

<dependencies>
Expand Down

0 comments on commit c7a7278

Please sign in to comment.