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/31 05:56:44 UTC

[commons-io] branch master updated: Update commons.japicmp.version 0.14.4 -> 0.15.1.

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


The following commit(s) were added to refs/heads/master by this push:
     new 8c6f4f8  Update commons.japicmp.version 0.14.4 -> 0.15.1.
8c6f4f8 is described below

commit 8c6f4f81549498ec91920727caa326143a0d7c74
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 31 00:56:39 2020 -0500

    Update commons.japicmp.version 0.14.4 -> 0.15.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c3ea6de..d828f40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@ file comparators, endian transformation classes, and much more.
     <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
-    <commons.japicmp.version>0.14.4</commons.japicmp.version>
+    <commons.japicmp.version>0.15.1</commons.japicmp.version>
     <spotbugs.plugin.version>4.1.4</spotbugs.plugin.version>
     <spotbugs.impl.version>4.2.0</spotbugs.impl.version>    
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a915649..cef0e6e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -141,7 +141,10 @@ The <action> type attribute can be add,update,fix,remove.
         Update maven-surefire-plugin from 2.22.2 to 3.0.0-M5.
       </action>
       <action dev="ggregory" type="update" due-to="Arturo Bernal">
-        Minor improvements #176, 177.s
+        Minor improvements #176, 177.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update commons.japicmp.version 0.14.4 -> 0.15.1.
       </action>
     </release>
     <!-- The release date is the date RC is cut -->