Author: dennisl
Date: Mon Mar 19 15:37:20 2007
New Revision: 520140
URL: http://svn.apache.org/viewvc?view=rev&rev=520140
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/plugins/trunk/maven-plugin-plugin/pom.xml
Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/pom.xml?view=diff&rev=520140&r1=520139&r2=520140
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Mon Mar 19 15:37:20 2007
@@ -28,7 +28,7 @@
<artifactId>maven-plugin-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven PLUGIN Plugin</name>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</version>
<description>
The Plugin Plugin is used to create a Maven plugin descriptor for any
Mojo's found in the source tree,
to include in the JAR. It is also used to generate Xdoc files for the
Mojos as well as for updating the
@@ -143,11 +143,5 @@
<version>2.0</version>
</dependency>
</dependencies>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.3</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.3</developerConnection>
-
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.3</url>
- </scm>
</project>