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

Log Message

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

Modified Paths

Diff

Modified: trunk/hudson/plugins/sounds/pom.xml (40500 => 40501)


--- trunk/hudson/plugins/sounds/pom.xml	2012-04-06 16:16:26 UTC (rev 40500)
+++ trunk/hudson/plugins/sounds/pom.xml	2012-04-06 16:16:37 UTC (rev 40501)
@@ -48,15 +48,15 @@
 
 	<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