Author: dkulp Date: Thu Mar 15 08:05:17 2007 New Revision: 518655 URL: http://svn.apache.org/viewvc?view=rev&rev=518655 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?view=diff&rev=518655&r1=518654&r2=518655 ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Thu Mar 15 08:05:17 2007 @@ -28,7 +28,7 @@ <artifactId>maven-pmd-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven PMD Plugin</name> - <version>2.2</version> + <version>2.3-SNAPSHOT</version> <inceptionYear>2005</inceptionYear> <issueManagement> <system>JIRA</system> @@ -169,12 +169,5 @@ </plugin> </plugins> </reporting> - - - <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.2</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.2</developerConnection> - <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.2</url> - </scm> </project>