You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/10 05:27:09 UTC

svn commit: r392878 - /struts/action/trunk/pom.xml

Author: wsmoak
Date: Sun Apr  9 20:27:07 2006
New Revision: 392878

URL: http://svn.apache.org/viewcvs?rev=392878&view=rev
Log:
Override the apache.snapshots repository configuration inherited from the Apache parent pom, and enable releases so that our test builds (which do not have a SNAPSHOT identifier) will be downloaded from it.

Modified:
    struts/action/trunk/pom.xml

Modified: struts/action/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=392878&r1=392877&r2=392878&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Sun Apr  9 20:27:07 2006
@@ -120,9 +120,11 @@
 
     <repositories>
         <repository>
-            <id>apache-snapshot</id>
-            <name>Apache Internal Repository</name>
+            <id>apache.snapshots</id>
+            <name>Apache Maven Repository (Snapshots and Test Builds)</name>
             <url>http://cvs.apache.org/maven-snapshot-repository</url>
+            <releases><enabled>true</enabled></releases>
+            <snapshots><enabled>true</enabled></snapshots>
         </repository>
     </repositories>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org