You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by ca...@apache.org on 2007/05/17 20:51:28 UTC

svn commit: r539078 - /maven/wagon/branches/wagon-1.x/pom.xml

Author: carlos
Date: Thu May 17 11:51:26 2007
New Revision: 539078

URL: http://svn.apache.org/viewvc?view=rev&rev=539078
Log:
Remove duplicated repositories entry

Modified:
    maven/wagon/branches/wagon-1.x/pom.xml

Modified: maven/wagon/branches/wagon-1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x/pom.xml?view=diff&rev=539078&r1=539077&r2=539078
==============================================================================
--- maven/wagon/branches/wagon-1.x/pom.xml (original)
+++ maven/wagon/branches/wagon-1.x/pom.xml Thu May 17 11:51:26 2007
@@ -78,19 +78,7 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/wagon/branches/wagon-1.x</developerConnection>
     <url>https://svn.apache.org/repos/asf/maven/wagon/branches/wagon-1.x</url>
   </scm>
-  <repositories>
-    <!-- TODO: Remove once plexus-interactivity-api is released -->
-    <repository>
-      <id>snapshots.codehaus</id>
-      <url>http://snapshots.repository.codehaus.org</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
+
   <build>
     <pluginManagement>
       <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org