You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jm...@apache.org on 2006/06/20 17:15:01 UTC

svn commit: r415702 - /maven/archetype/branches/archetype-1.0.x/pom.xml

Author: jmcconnell
Date: Tue Jun 20 08:15:00 2006
New Revision: 415702

URL: http://svn.apache.org/viewvc?rev=415702&view=rev
Log:
invalid xml fix

Modified:
    maven/archetype/branches/archetype-1.0.x/pom.xml

Modified: maven/archetype/branches/archetype-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/pom.xml?rev=415702&r1=415701&r2=415702&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/pom.xml Tue Jun 20 08:15:00 2006
@@ -70,9 +70,6 @@
       <id>maven-snapshots</id>
       <name>Maven Central Development Repository</name>
       <url>dav:https://dav.codehaus.org/snapshots.repository/mojo/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases> 
     </snapshotRepository>
   </distributionManagement>  
 </project>