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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 1b0cdf7 Update commons.japicmp.version 0.14.4 -> 0.15.1.
1b0cdf7 is described below
commit 1b0cdf7842f55faa0a543ccf1a4edd309571244b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 31 02:30:59 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 e436656..8dc29b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
<!-- generate report even if there are binary incompatible changes -->
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
- <commons.japicmp.version>0.14.4</commons.japicmp.version>
+ <commons.japicmp.version>0.15.1</commons.japicmp.version>
<japicmp.skip>false</japicmp.skip>
<clirr.skip>true</clirr.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index de7d849..e301474 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="kinow"
due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #186.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump graalvm.version from 20.2.0 to 20.3.0 #185.</action>
<action type="update" dev="ggregory" due-to="Arturo
Bernal">Minor Improvements #192.</action>
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Update commons.japicmp.version 0.14.3 -> 0.14.4.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.1.</action>
</release>
<release version="1.9" date="2020-07-21" description="Release 1.9. Requires
Java 8.">
<action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko
Maunu">Removed non-existing parameter from Javadocs and spelled out parameters
in throws.</action>