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:27:25 UTC

[commons-beanutils] 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-beanutils.git


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

commit 5b58942f16716e7767a683658fcb7e1b911faafb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 31 00:27:21 2020 -0500

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

diff --git a/pom.xml b/pom.xml
index 17d0a92..2d23e47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <!-- limit memory size see BEANUTILS-291; allow command-line override -->
     <!-- Originally 25M, increased to 56M to get round Continuum CI / Travis CI build failures -->
     <surefire.argLine>-Xmx256M</surefire.argLine>
-    <commons.japicmp.version>0.14.4</commons.japicmp.version>
+    <commons.japicmp.version>0.15.1</commons.japicmp.version>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.encoding>utf-8</commons.encoding>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1d427c6..366c67e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,7 +89,7 @@
         Update Jacoco from 0.8.4 to 0.8.5.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
-        Update JApiCmp from 0.12.0 to 0.14.4, #46.
+        Update JApiCmp from 0.12.0 to 0.15,1, #46.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update maven-surefire-plugin from 2.22.1 to 3.0.0-M5.