You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/04/18 20:58:40 UTC

svn commit: r649655 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

Author: bentmann
Date: Fri Apr 18 11:58:38 2008
New Revision: 649655

URL: http://svn.apache.org/viewvc?rev=649655&view=rev
Log:
[MPMD-78] Update to PMD 4.2.1

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=649655&r1=649654&r2=649655&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Fri Apr 18 11:58:38 2008
@@ -171,7 +171,7 @@
     <dependency>
       <groupId>pmd</groupId>
       <artifactId>pmd-jdk14</artifactId>
-      <version>4.1.1</version>
+      <version>4.2.1</version>
     </dependency>
     <!-- test -->
     <dependency>