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 18:01:18 UTC

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

Author: jmcconnell
Date: Tue Jun 20 09:01:17 2006
New Revision: 415719

URL: http://svn.apache.org/viewvc?rev=415719&view=rev
Log:
remove distro management since I finally realized what I was seeing wrong, whoops

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=415719&r1=415718&r2=415719&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/pom.xml Tue Jun 20 09:01:17 2006
@@ -65,11 +65,4 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/branches</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/archetype/branches</url>
   </scm>
-   <distributionManagement>
-    <snapshotRepository>
-      <id>maven-snapshots</id>
-      <name>Maven Central Development Repository</name>
-      <url>dav:https://dav.codehaus.org/snapshots.repository/maven2</url>
-    </snapshotRepository>
-  </distributionManagement>  
 </project>