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-dbutils.git
The following commit(s) were added to refs/heads/master by this push: new 8c61fb6 Update commons.japicmp.version 0.14.3 -> 0.14.4. 8c61fb6 is described below commit 8c61fb6ecab38e2cd906fb00b3cbd5f9fecd2e1e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 29 18:50:48 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 3ae6d69..6af864a 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,7 @@ <!-- generate report even if there are binary incompatible changes --> <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> - <commons.japicmp.version>0.14.3</commons.japicmp.version> + <commons.japicmp.version>0.14.4</commons.japicmp.version> <commons.componentid>dbutils</commons.componentid> <commons.module.name>org.apache.commons.dbutils</commons.module.name> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 46abd83..1fa3617 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -105,6 +105,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot"> Bump mockito-core from 3.4.6 to 3.6.0 #46. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Update commons.japicmp.version 0.14.3 -> 0.14.4. + </action> </release> <release version="1.7" date="2017-07-20" description="Bug fixes and separate column & property handlers using SPI">