Title: [40374] trunk/hudson/plugins/BlameSubversion/pom.xml: updated maven pom to use repo.jenkins-ci.org repository
Revision
40374
Author
ndeloof
Date
2012-04-06 11:48:03 -0400 (Fri, 06 Apr 2012)

Log Message

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

Modified Paths


Diff

Modified: trunk/hudson/plugins/BlameSubversion/pom.xml (40373 => 40374)


--- trunk/hudson/plugins/BlameSubversion/pom.xml	2012-04-06 15:47:58 UTC (rev 40373)
+++ trunk/hudson/plugins/BlameSubversion/pom.xml	2012-04-06 15:48:03 UTC (rev 40374)
@@ -60,4 +60,20 @@
       <email>[email protected]</email>
     </developer>
   </developers>
-</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>  
+  
+

Reply via email to