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/03/20 12:15:13 UTC

[commons-io] 04/04: Bump japicmp-maven-plugin from 0.15.6 to 0.15.7.

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-io.git

commit c7cb67f5862b3b419c362285e9298955d328e965
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 20 08:14:26 2022 -0400

    Bump japicmp-maven-plugin from 0.15.6 to 0.15.7.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a30e637..9ebbad8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@ file comparators, endian transformation classes, and much more.
     <checkstyle.impl.version>9.3</checkstyle.impl.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
-    <commons.japicmp.version>0.15.6</commons.japicmp.version>
+    <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.enforcer.version>3.0.0</commons.enforcer.version>
     <commons.moditect.version>1.0.0.RC2</commons.moditect.version>
     <commons.spotbugs.plugin.version>4.5.3.0</commons.spotbugs.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index afc9a10..8a8c20c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -376,7 +376,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump spotbugs from 4.5.2 to 4.5.3 #313, #317.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump japicmp-maven-plugin from 0.15.3 to 0.15.6.
+        Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.
       </action>
     </release>
     <release version="2.11.0" date="2021-07-09" description="Java 8 required.">