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/14 18:54:21 UTC

svn commit: r537913 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: carlos
Date: Mon May 14 09:54:20 2007
New Revision: 537913

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

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

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?view=diff&rev=537913&r1=537912&r2=537913
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Mon May 14 09:54:20 2007
@@ -8,7 +8,7 @@
   <artifactId>maven-install-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Install Plugin</name>
-  <version>2.2</version>
+  <version>2.3-SNAPSHOT</version>
   <inceptionYear>2004</inceptionYear>
   <prerequisites>
     <maven>2.0</maven>
@@ -50,10 +50,4 @@
       <version>1.0</version>
     </dependency>
   </dependencies>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.2</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-install-plugin-2.2</url>
-  </scm>
 </project>