Upgrade to maven-pmd-plugin 2.5 (=PMD 4.2.5) from 2.4 (=PMD 4.2.2). The reports are the same.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1189254 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 438bda2..d8a67f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>