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 2021/11/29 17:14:30 UTC

[commons-vfs] branch master updated: Update commons.japicmp.version 0.15.3 -> 0.15.4.

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 0241ee6  Update commons.japicmp.version 0.15.3 -> 0.15.4.
0241ee6 is described below

commit 0241ee621dc3e8a35f6ce04819a3d8a0c47713df
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 29 12:14:27 2021 -0500

    Update commons.japicmp.version 0.15.3 -> 0.15.4.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb90921..ef97bdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
     <jackrabbit1.version>1.6.5</jackrabbit1.version>
     <jackrabbit2.version>2.21.8</jackrabbit2.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
-    <commons.japicmp.version>0.15.3</commons.japicmp.version>
+    <commons.japicmp.version>0.15.4</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.spotbugs.version>4.5.0.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.5.0</commons.spotbugs.impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 58f9436..4bc265c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -136,6 +136,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump biz.aQute.bnd:biz.aQute.bndlib 5.3.0 -> 6.1.0.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update commons.japicmp.version 0.15.3 -> 0.15.4.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->