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 2022/11/29 18:35:35 UTC

[commons-compress] 02/02: Bump japicmp-maven-plugin from 0.16.0 to 0.17.1

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

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

commit be89e73c9512785ca3fcda4126675018dff87309
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 29 13:34:13 2022 -0500

    Bump japicmp-maven-plugin from 0.16.0 to 0.17.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 44692731..6e5cb1e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <pax.exam.version>4.13.5</pax.exam.version>
     <slf4j.version>2.0.3</slf4j.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
-    <commons.japicmp.version>0.16.0</commons.japicmp.version>
+    <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <asm.version>9.4</asm.version>
   </properties>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0837d304..473c70b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump org.mockito:mockito-junit-jupiter from 4.8.0 to 4.9.0.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump japicmp-maven-plugin from 0.16.0 to 0.17.1.
+      </action>
     </release>
     <release version="1.22" date="2022-11-25" description="Minor release (Java 8)">
       <!-- FIX -->