You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/01/22 23:05:15 UTC

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

Author: brianf
Date: Tue Jan 22 14:05:14 2008
New Revision: 614347

URL: http://svn.apache.org/viewvc?rev=614347&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=614347&r1=614346&r2=614347&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Tue Jan 22 14:05:14 2008
@@ -28,7 +28,7 @@
   <artifactId>maven-dependency-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Dependency Plugin</name>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0.3</maven>
   </prerequisites>
@@ -328,12 +328,4 @@
 -->
 
   </dependencies>
-
-
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plugin-2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-dependency-plugin-2.0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/tags/maven-dependency-plugin-2.0</url>
-  </scm>
 </project>