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

Log Message

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

Modified Paths


Diff

Modified: trunk/hudson/plugins/sep/pom.xml (40492 => 40493)


--- trunk/hudson/plugins/sep/pom.xml	2012-04-06 16:14:36 UTC (rev 40492)
+++ trunk/hudson/plugins/sep/pom.xml	2012-04-06 16:14:40 UTC (rev 40493)
@@ -18,15 +18,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>
 

Reply via email to