Author: vsiveton
Date: Thu Nov 29 05:04:41 2007
New Revision: 599428
URL: http://svn.apache.org/viewvc?rev=599428&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=599428&r1=599427&r2=599428&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Nov 29 05:04:41 2007
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Clean Plugin</name>
<description>
@@ -92,8 +92,8 @@
</build>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.2</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-2.2</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/maven/plugins/tags/maven-clean-plugin-2.2</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-clean-plugin</url>
</scm>
</project>