Title: [40497] trunk/hudson/plugins/silktestsuite/pom.xml: updated maven pom to use repo.jenkins-ci.org repository
- Revision
- 40497
- Author
- ndeloof
- Date
- 2012-04-06 12:15:24 -0400 (Fri, 06 Apr 2012)
Log Message
updated maven pom to use repo.jenkins-ci.org repository
Modified Paths
Diff
Modified: trunk/hudson/plugins/silktestsuite/pom.xml (40496 => 40497)
--- trunk/hudson/plugins/silktestsuite/pom.xml 2012-04-06 16:14:56 UTC (rev 40496)
+++ trunk/hudson/plugins/silktestsuite/pom.xml 2012-04-06 16:15:24 UTC (rev 40497)
@@ -16,7 +16,7 @@
<name>GPLv3</name>
<distribution>repo</distribution>
<comments>
- Copyright (C) 2011 Thomas Fürer
+ Copyright (C) 2011 Thomas F\x9Frer
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -49,8 +49,8 @@
</organization>
<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>maven.jenkins-ci.org</id>
@@ -65,8 +65,8 @@
</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>
<dependencies>