Title: [40485] trunk/hudson/plugins/script-realm-extended/pom.xml: updated maven pom to use repo.jenkins-ci.org repository
- Revision
- 40485
- Author
- ndeloof
- Date
- 2012-04-06 12:13:35 -0400 (Fri, 06 Apr 2012)
Log Message
updated maven pom to use repo.jenkins-ci.org repository
Modified Paths
Diff
Modified: trunk/hudson/plugins/script-realm-extended/pom.xml (40484 => 40485)
--- trunk/hudson/plugins/script-realm-extended/pom.xml 2012-04-06 16:13:22 UTC (rev 40484)
+++ trunk/hudson/plugins/script-realm-extended/pom.xml 2012-04-06 16:13:35 UTC (rev 40485)
@@ -12,4 +12,20 @@
<packaging>hpi</packaging>
<name>Security Realm by custom script with group support</name>
<url>http://wiki.hudson-ci.org/display/HUDSON/Script+Security+Realm+Extended</url>
-</project>
+
+ <repositories>
+ <repository>
+ <id>repo.jenkins-ci.org</id>
+ <url>http://repo.jenkins-ci.org/public/</url>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>repo.jenkins-ci.org</id>
+ <url>http://repo.jenkins-ci.org/public/</url>
+ </pluginRepository>
+ </pluginRepositories>
+</project>
+
+