Author: dennisl
Date: Thu May 31 13:44:55 2007
New Revision: 543251
URL: http://svn.apache.org/viewvc?view=rev&rev=543251
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
maven/plugins/trunk/maven-one-plugin/pom.xml
Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?view=diff&rev=543251&r1=543250&r2=543251
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu May 31 13:44:55 2007
@@ -27,7 +27,7 @@
<artifactId>maven-one-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven One Plugin</name>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
<prerequisites>
<maven>2.0</maven>
</prerequisites>
@@ -140,11 +140,5 @@
</plugin>
</plugins>
</reporting>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.1</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.1</developerConnection>
-
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.1</url>
- </scm>
</project>