Author: mperham
Date: Mon Jul 10 12:23:25 2006
New Revision: 420616
URL: http://svn.apache.org/viewvc?rev=420616&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=420616&r1=420615&r2=420616&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Mon Jul 10 12:23:25 2006
@@ -9,7 +9,7 @@
<artifactId>maven-pmd-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven PMD Plugin</name>
- <version>2.1</version>
+ <version>2.2-SNAPSHOT</version>
<inceptionYear>2005</inceptionYear>
<description>
A Maven plugin for the PMD toolkit, that produces a report on both code
rule violations and detected copy and paste
@@ -64,10 +64,4 @@
</plugin>
</plugins>
</reporting>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.1</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.1</developerConnection>
-
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-pmd-plugin-2.1</url>
- </scm>
</project>