Title: [40398] trunk/hudson/plugins/distTest/pom.xml: updated maven pom to use repo.jenkins-ci.org repository
Revision
40398
Author
ndeloof
Date
2012-04-06 11:54:12 -0400 (Fri, 06 Apr 2012)

Log Message

updated maven pom to use repo.jenkins-ci.org repository

Modified Paths


Diff

Modified: trunk/hudson/plugins/distTest/pom.xml (40397 => 40398)


--- trunk/hudson/plugins/distTest/pom.xml	2012-04-06 15:53:54 UTC (rev 40397)
+++ trunk/hudson/plugins/distTest/pom.xml	2012-04-06 15:54:12 UTC (rev 40398)
@@ -24,8 +24,8 @@
   <!-- 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>
     <repository>
       <id>maven-repository</id>
@@ -39,8 +39,8 @@
     <url>http://jarvana.com/jarvana/browse</url>
   </pluginRepository>-->
     <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>
     
     <pluginRepository>

Reply via email to