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 2018/01/09 19:25:58 UTC

commons-compress git commit: Update maven-pmd-plugin 3.7 to 3.8.

Repository: commons-compress
Updated Branches:
  refs/heads/master cc7a60514 -> f24308538


Update maven-pmd-plugin 3.7 to 3.8.

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

Branch: refs/heads/master
Commit: f24308538b075c593d5c1c4e8cbad8f044080843
Parents: cc7a605
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jan 9 12:25:56 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jan 9 12:25:56 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/f2430853/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f202cfb..4f3de0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <powermock.version>1.7.3</powermock.version>
-    <commons.pmd-plugin.version>3.7</commons.pmd-plugin.version>
+    <commons.pmd-plugin.version>3.8</commons.pmd-plugin.version>
 
     <!-- only show issues of the current version -->
     <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>