Title: [40500] trunk/hudson/plugins/SmoothDashboardView/pom.xml: updated maven pom to use repo.jenkins-ci.org repository
- Revision
- 40500
- Author
- ndeloof
- Date
- 2012-04-06 12:16:26 -0400 (Fri, 06 Apr 2012)
Log Message
updated maven pom to use repo.jenkins-ci.org repository
Modified Paths
Diff
Modified: trunk/hudson/plugins/SmoothDashboardView/pom.xml (40499 => 40500)
--- trunk/hudson/plugins/SmoothDashboardView/pom.xml 2012-04-06 16:15:55 UTC (rev 40499)
+++ trunk/hudson/plugins/SmoothDashboardView/pom.xml 2012-04-06 16:16:26 UTC (rev 40500)
@@ -55,8 +55,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>isource</id>
@@ -69,8 +69,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>