Author: dennisl Date: Fri Jan 4 06:48:33 2008 New Revision: 608874 URL: http://svn.apache.org/viewvc?rev=608874&view=rev Log: [maven-release-plugin] prepare for next development iteration
Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=608874&r1=608873&r2=608874&view=diff ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Fri Jan 4 06:48:33 2008 @@ -27,7 +27,7 @@ <artifactId>maven-pmd-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven PMD Plugin</name> - <version>2.3</version> + <version>2.4-SNAPSHOT</version> <description> A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste fragments, @@ -99,9 +99,9 @@ </contributor> </contributors> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.3</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.3</developerConnection> - <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-pmd-plugin-2.3</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/</developerConnection> + <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/</url> </scm> <dependencies> <dependency>