Title: [40446] trunk/hudson/plugins/maven1-snapshot-plugin/pom.xml: updated maven pom to use repo.jenkins-ci.org repository
Revision
40446
Author
ndeloof
Date
2012-04-06 12:05:44 -0400 (Fri, 06 Apr 2012)

Log Message

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

Modified Paths

Diff

Modified: trunk/hudson/plugins/maven1-snapshot-plugin/pom.xml (40445 => 40446)


--- trunk/hudson/plugins/maven1-snapshot-plugin/pom.xml	2012-04-06 16:05:39 UTC (rev 40445)
+++ trunk/hudson/plugins/maven1-snapshot-plugin/pom.xml	2012-04-06 16:05:44 UTC (rev 40446)
@@ -97,4 +97,12 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-</project>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>repo.jenkins-ci.org</id>
+            <url>http://repo.jenkins-ci.org/public/</url>
+        </pluginRepository>
+    </pluginRepositories>
+</project>  
+

Reply via email to