You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/07/28 15:54:02 UTC

svn commit: r798525 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: olamy
Date: Tue Jul 28 13:54:02 2009
New Revision: 798525

URL: http://svn.apache.org/viewvc?rev=798525&view=rev
Log:
remove duplicate repo declaration

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

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=798525&r1=798524&r2=798525&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Tue Jul 28 13:54:02 2009
@@ -454,19 +454,4 @@
     </profile>    
   </profiles>
 
-  <!--  TODO remove when maven-filtering release is here -->
-  <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>
-
 </project>