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 2016/04/19 00:01:53 UTC

commons-compress git commit: Update PMD plugin from 3.2 to 3.6: no more false positives.

Repository: commons-compress
Updated Branches:
  refs/heads/master 7fb627730 -> 07eb6d96c


Update PMD plugin from 3.2 to 3.6: no more false positives.

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/07eb6d96
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/07eb6d96
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/07eb6d96

Branch: refs/heads/master
Commit: 07eb6d96c856f4b7e87b4e1c1c44d619ee3ebd9b
Parents: 7fb6277
Author: ggregory <gg...@apache.org>
Authored: Mon Apr 18 15:01:51 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Apr 18 15:01:51 2016 -0700

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/07eb6d96/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e699204..1fa096e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,6 @@ jar, tar, zip, dump, 7z, arj.
           </ignorePathsToDelete>
         </configuration>
       </plugin>
-      <!-- use PMD 5.1.3 because of false positives for "unused private method" -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>