You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/03/11 19:16:13 UTC

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

Author: olamy
Date: Thu Mar 11 18:16:13 2010
New Revision: 921969

URL: http://svn.apache.org/viewvc?rev=921969&view=rev
Log:
[MPMD-97] Update to PMD 4.2.5

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=921969&r1=921968&r2=921969&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Thu Mar 11 18:16:13 2010
@@ -127,7 +127,7 @@ under the License.
     <dependency>
       <groupId>pmd</groupId>
       <artifactId>pmd-jdk14</artifactId>
-      <version>4.2.4</version>
+      <version>4.2.5</version>
     </dependency>
 
     <!-- misc -->