You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/12/11 05:43:30 UTC

svn commit: r485494 - /struts/struts1/trunk/pom.xml

Author: wsmoak
Date: Sun Dec 10 20:43:29 2006
New Revision: 485494

URL: http://svn.apache.org/viewvc?view=rev&rev=485494
Log:
Disable releases for the snapshot repository.  Struts 1 releases are no longer staged there.
STR-2978

Modified:
    struts/struts1/trunk/pom.xml

Modified: struts/struts1/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?view=diff&rev=485494&r1=485493&r2=485494
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Sun Dec 10 20:43:29 2006
@@ -239,7 +239,7 @@
             <id>apache.snapshots</id>
             <name>Apache Maven Repository (Snapshots and Test Builds)</name>
             <url>http://people.apache.org/maven-snapshot-repository</url>
-            <releases><enabled>true</enabled></releases>
+            <releases><enabled>false</enabled></releases>
             <snapshots><enabled>true</enabled></snapshots>
         </repository>
     </repositories>