Author: brett
Date: Tue Jun 27 07:18:15 2006
New Revision: 417467
URL: http://svn.apache.org/viewvc?rev=417467&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/plugins/trunk/maven-deploy-plugin/pom.xml
Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=417467&r1=417466&r2=417467&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Tue Jun 27 07:18:15 2006
@@ -8,7 +8,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Deploy Plugin</name>
- <version>2.2.1</version>
+ <version>2.2.2-SNAPSHOT</version>
<inceptionYear>2004</inceptionYear>
<dependencies>
<dependency>
@@ -43,10 +43,4 @@
<version>1.0-beta-1</version>
</dependency>
</dependencies>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</developerConnection>
-
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</url>
- </scm>
</project>