Author: dennisl Date: Sun Sep 9 13:19:32 2007 New Revision: 574069 URL: http://svn.apache.org/viewvc?rev=574069&view=rev 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?rev=574069&r1=574068&r2=574069&view=diff ============================================================================== --- maven/plugins/trunk/maven-one-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-one-plugin/pom.xml Sun Sep 9 13:19:32 2007 @@ -27,7 +27,7 @@ <artifactId>maven-one-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven One Plugin</name> - <version>1.2</version> + <version>1.3-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.2</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.2</developerConnection> - <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.2</url> - </scm> </project>