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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 9801f93 Update commons.japicmp.version 0.14.3 -> 0.14.4. 9801f93 is described below commit 9801f93d47198855dc85f0d8bdad6e7237750734 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 29 18:54:45 2020 -0500 Update commons.japicmp.version 0.14.3 -> 0.14.4. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e110274..57f34d3 100644 --- a/pom.xml +++ b/pom.xml @@ -632,7 +632,7 @@ <!-- never generate report if there are binary incompatible changes --> <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> - <commons.japicmp.version>0.14.3</commons.japicmp.version> + <commons.japicmp.version>0.14.4</commons.japicmp.version> <!-- Commons Release Plugin --> <commons.bc.version>3.11</commons.bc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 94abb8d..b1e4f10 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -99,6 +99,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Update maven-surefire-plugin 2.22.2 -> 3.0.0-M5.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #660.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump jmh.version from 1.21 to 1.27 #674.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.14.4.</action> </release> <release version="3.11" date="2020-07-12" description="New features and bug fixes."> <action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>