This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 88fbef42 Bump pmd from 6.44.0 to 6.49.0.
88fbef42 is described below

commit 88fbef424cb4e6cb6d459481738fffa99e494fcc
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Sep 29 10:23:28 2022 -0400

    Bump pmd from 6.44.0 to 6.49.0.
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a3debdc..3730121f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <!-- old version used by japicmp -->
     <commons.bc.version>1.21</commons.bc.version>
     <mockito.version>4.8.0</mockito.version>
-    <commons.pmd-plugin.version>3.19.0</commons.pmd-plugin.version>
+    <commons.pmd.version>3.19.0</commons.pmd.version>
+    <commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
+
 
     
<commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>
     
<commons.manifestfile>${commons.manifestlocation}/MANIFEST.MF</commons.manifestfile>
@@ -459,7 +461,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>${commons.pmd-plugin.version}</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -498,7 +499,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
         <!-- generate the PMD reports -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>${commons.pmd-plugin.version}</version>
         <configuration>
           <minimumTokens>200</minimumTokens>
           <targetJdk>${maven.compiler.source}</targetJdk>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 371b2ab5..92054cb2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -173,6 +173,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
         Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #296, #309, #311.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump pmd from 6.44.0 to 6.49.0.
+      </action>
       <action type="update" dev="kinow" due-to="Gary Gregory">
         Bump commons.japicmp.version from 0.15.3 to 0.16.0.
       </action>

Reply via email to