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/02/08 14:21:02 UTC

[commons-vfs] branch master updated: Bump commons.japicmp.version 0.15.4 -> 0.15.6.

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


The following commit(s) were added to refs/heads/master by this push:
     new 366ca59  Bump commons.japicmp.version 0.15.4 -> 0.15.6.
366ca59 is described below

commit 366ca59d7afa490000c95a8aa5cd877d5008f390
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Feb 8 09:20:58 2022 -0500

    Bump commons.japicmp.version 0.15.4 -> 0.15.6.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41977b3..f563969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
     <jackrabbit1.version>1.6.5</jackrabbit1.version>
     <jackrabbit2.version>2.21.9</jackrabbit2.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
-    <commons.japicmp.version>0.15.4</commons.japicmp.version>
+    <commons.japicmp.version>0.15.6</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.spotbugs.version>4.5.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.5.2</commons.spotbugs.impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d548978..3c369ec 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -158,7 +158,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump biz.aQute.bnd:biz.aQute.bndlib 5.3.0 -> 6.1.0.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Bump commons.japicmp.version 0.15.3 -> 0.15.4.
+        Bump commons.japicmp.version 0.15.3 -> 0.15.6.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Replace JUnit 4.13.2 with 5.8.2 Vintage.