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/10/19 00:45:50 UTC

svn commit: r586164 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: carlos
Date: Thu Oct 18 15:45:46 2007
New Revision: 586164

URL: http://svn.apache.org/viewvc?rev=586164&view=rev
Log:
Remove unneeded repo and use current version for dependency plugin

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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=586164&r1=586163&r2=586164&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Thu Oct 18 15:45:46 2007
@@ -281,23 +281,12 @@
 
   </dependencies>
 
-  <!-- TODO: remove when plexus-archiver is released -->
-  <repositories>
-    <repository>
-      <id>codehaus.snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
   <reporting>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.0-alpha-5-SNAPSHOT</version>
+        <version>2.0-SNAPSHOT</version>
         <reportSets>
           <reportSet>
             <reports>