You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/05/27 21:16:43 UTC

svn commit: r542024 - /maven/components/branches/maven-2.0.x/maven-script/maven-script-ant/pom.xml

Author: carlos
Date: Sun May 27 12:16:43 2007
New Revision: 542024

URL: http://svn.apache.org/viewvc?view=rev&rev=542024
Log:
Remove unneeded snapshot repo

Modified:
    maven/components/branches/maven-2.0.x/maven-script/maven-script-ant/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-script/maven-script-ant/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-script/maven-script-ant/pom.xml?view=diff&rev=542024&r1=542023&r2=542024
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-script/maven-script-ant/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-script/maven-script-ant/pom.xml Sun May 27 12:16:43 2007
@@ -43,14 +43,4 @@
       <artifactId>plexus-container-default</artifactId>
     </dependency>
   </dependencies>
-  <repositories>
-    <repository>
-      <id>codehaus-snapshots</id>
-      <name>Codehaus Snapshot Development Repository</name>
-      <url>http://snapshots.repository.codehaus.org/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
 </project>