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

Log Message

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

Modified Paths


Diff

Modified: trunk/hudson/plugins/matrixtieparent/pom.xml (40442 => 40443)


--- trunk/hudson/plugins/matrixtieparent/pom.xml	2012-04-06 16:04:57 UTC (rev 40442)
+++ trunk/hudson/plugins/matrixtieparent/pom.xml	2012-04-06 16:05:06 UTC (rev 40443)
@@ -24,15 +24,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>
 </project>

Reply via email to