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 2020/12/17 03:18:03 UTC

[commons-vfs] branch master updated: Update commons.japicmp.version 0.14.3 -> 0.14.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 39318d7  Update commons.japicmp.version 0.14.3 -> 0.14.4.
39318d7 is described below

commit 39318d732731326bee38cca03a2e07097e4af877
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 16 22:17:57 2020 -0500

    Update commons.japicmp.version 0.14.3 -> 0.14.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 1659845..23c25d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
     <jackrabbit.version>1.6.5</jackrabbit.version>
     <jackrabbit2.version>2.21.4</jackrabbit2.version>
     <commons.surefire.version>2.19.1</commons.surefire.version>
-    <commons.japicmp.version>0.14.3</commons.japicmp.version>
+    <commons.japicmp.version>0.14.4</commons.japicmp.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.spotbugs.version>4.1.4</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.1.3</commons.spotbugs.impl.version>    
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 38eba33..f10399d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="PeterAlfredLee, Gary Gregory" type="update">
         Modify some calls of method Collection.toArray #145.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update commons.japicmp.version 0.14.3 -> 0.14.4.
+      </action>
     </release>
     <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8.">
       <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">