You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/02/29 16:45:59 UTC

svn commit: r1295161 - /archiva/trunk/pom.xml

Author: olamy
Date: Wed Feb 29 15:45:58 2012
New Revision: 1295161

URL: http://svn.apache.org/viewvc?rev=1295161&view=rev
Log:
codehaus plugin snapshots repo for selenium

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1295161&r1=1295160&r2=1295161&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Feb 29 15:45:58 2012
@@ -1763,7 +1763,7 @@
         <repository>
           <id>apache.snapshots</id>
           <name>Apache Snapshots</name>
-          <url>https://repository.apache.org/content/groups/snapshots-group/</url>
+          <url>https://repository.apache.org/content/groups/snapshots/</url>
           <releases>
             <enabled>false</enabled>
           </releases>
@@ -1776,7 +1776,17 @@
         <pluginRepository>
           <id>apache.snapshots</id>
           <name>Apache Snapshots</name>
-          <url>https://repository.apache.org/content/groups/snapshots-group/</url>
+          <url>https://repository.apache.org/content/groups/snapshots/</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </pluginRepository>
+        <pluginRepository>
+          <id>codehaus.snapshots</id>
+          <url>https://nexus.codehaus.org/content/groups/snapshots-group/</url>
           <releases>
             <enabled>false</enabled>
           </releases>