Title: [40396] trunk/hudson/plugins/deploy-websphere/pom.xml: updated maven pom to use repo.jenkins-ci.org repository
Revision
40396
Author
ndeloof
Date
2012-04-06 11:53:39 -0400 (Fri, 06 Apr 2012)

Log Message

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

Modified Paths


Diff

Modified: trunk/hudson/plugins/deploy-websphere/pom.xml (40395 => 40396)


--- trunk/hudson/plugins/deploy-websphere/pom.xml	2012-04-06 15:53:29 UTC (rev 40395)
+++ trunk/hudson/plugins/deploy-websphere/pom.xml	2012-04-06 15:53:39 UTC (rev 40396)
@@ -58,8 +58,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>
@@ -70,8 +70,8 @@
 
   <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