Author: jvanzyl
Date: Fri Dec 29 19:08:29 2006
New Revision: 491160
URL: http://svn.apache.org/viewvc?view=rev&rev=491160
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?view=diff&rev=491160&r1=491159&r2=491160
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Fri Dec 29 19:08:29 2006
@@ -8,7 +8,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Deploy Plugin</name>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</version>
<inceptionYear>2004</inceptionYear>
<prerequisites>
<maven>2.0</maven>
@@ -50,10 +50,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.3</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.3</developerConnection>
-
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.3</url>
- </scm>
</project>