You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/06/14 05:58:25 UTC

svn commit: r414052 - /maven/plugins/trunk/pom.xml

Author: brett
Date: Tue Jun 13 20:58:25 2006
New Revision: 414052

URL: http://svn.apache.org/viewvc?rev=414052&view=rev
Log:
remove invalid repository

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=414052&r1=414051&r2=414052&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Jun 13 20:58:25 2006
@@ -20,16 +20,6 @@
       <url>scp://minotaur.apache.org/www/maven.apache.org/plugins/</url>
     </site>
   </distributionManagement>
-  <repositories>
-    <repository>
-      <id>snapshots</id>
-      <name>Maven Central Development Repository</name>
-      <url>http://snapshots.maven.codehaus.org/maven2</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
   <modules>
     <module>maven-ant-plugin</module>
     <module>maven-antrun-plugin</module>