Author: brett
Date: Fri Dec 29 13:53:10 2006
New Revision: 491115
URL: http://svn.apache.org/viewvc?view=rev&rev=491115
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=491115&r1=491114&r2=491115
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Fri Dec 29 13:53:10 2006
@@ -28,7 +28,7 @@
<artifactId>maven-plugin-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven PLUGIN Plugin</name>
- <version>2.2</version>
+ <version>2.3-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.2</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.2</developerConnection>
-
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugin-plugin-2.2</url>
- </scm>
</project>