You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/10/26 17:00:21 UTC

svn commit: r1189254 - /commons/proper/compress/trunk/pom.xml

Author: ggregory
Date: Wed Oct 26 15:00:21 2011
New Revision: 1189254

URL: http://svn.apache.org/viewvc?rev=1189254&view=rev
Log:
Upgrade to maven-pmd-plugin 2.5 (=PMD 4.2.5) from 2.4 (=PMD 4.2.2). The reports are the same.

Modified:
    commons/proper/compress/trunk/pom.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1189254&r1=1189253&r2=1189254&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Wed Oct 26 15:00:21 2011
@@ -183,7 +183,7 @@
         <!-- generate the PMD reports -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5</version>
         <configuration>
           <minimumTokens>200</minimumTokens>
           <targetJdk>${maven.compile.source}</targetJdk>