You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/01/06 10:30:07 UTC

svn commit: r731890 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: bentmann
Date: Tue Jan  6 01:30:05 2009
New Revision: 731890

URL: http://svn.apache.org/viewvc?rev=731890&view=rev
Log:
o Removed superfluos repo definition which is inherited from ASF parent

Modified:
    maven/plugins/trunk/maven-clean-plugin/pom.xml

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=731890&r1=731889&r2=731890&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Tue Jan  6 01:30:05 2009
@@ -89,21 +89,6 @@
     </dependency>
   </dependencies>
 
-  <!-- TODO: Remove when file-management:1.2.1 has been released -->
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
   <profiles>
     <profile>
       <id>run-its</id>