Author: dkulp Date: Fri Mar 16 09:09:33 2007 New Revision: 519032 URL: http://svn.apache.org/viewvc?view=rev&rev=519032 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=519032&r1=519031&r2=519032 ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Fri Mar 16 09:09:33 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,11 +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>