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/7fb62773
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/7fb62773
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/7fb62773

Branch: refs/heads/master
Commit: 7fb627730ed5ad12bbe4fb4918fca1756c74c28c
Parents: 90157ea
Author: ggregory <[email protected]>
Authored: Mon Apr 18 15:01:34 2016 -0700
Committer: ggregory <[email protected]>
Committed: Mon Apr 18 15:01:34 2016 -0700

----------------------------------------------------------------------
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/7fb62773/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fbe55a6..e699204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@ jar, tar, zip, dump, 7z, arj.
     <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <powermock.version>1.6.4</powermock.version>
-    <commons.pmd-plugin.version>3.2</commons.pmd-plugin.version>
+    <commons.pmd-plugin.version>3.6</commons.pmd-plugin.version>
   </properties>
 
   <issueManagement>
@@ -243,13 +243,6 @@ jar, tar, zip, dump, 7z, arj.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
         <version>${commons.pmd-plugin.version}</version>
-        <dependencies>
-          <dependency>
-            <groupId>net.sourceforge.pmd</groupId>
-            <artifactId>pmd</artifactId>
-            <version>5.1.3</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>

Reply via email to