Author: wsmoak Date: Sat Aug 2 14:29:39 2008 New Revision: 682052 URL: http://svn.apache.org/viewvc?rev=682052&view=rev Log: [maven-release-plugin] prepare for next development iteration
Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=682052&r1=682051&r2=682052&view=diff ============================================================================== --- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Sat Aug 2 14:29:39 2008 @@ -27,7 +27,7 @@ <artifactId>maven-deploy-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven Deploy Plugin</name> - <version>2.4</version> + <version>2.5-SNAPSHOT</version> <inceptionYear>2004</inceptionYear> <prerequisites> <maven>2.0</maven> @@ -38,9 +38,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.4</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.4</developerConnection> - <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-deploy-plugin-2.4</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin/</developerConnection> + <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/</url> </scm> <dependencies>