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-vfs.git
commit a896e17a4ff433cfc2ab6984fbcd370c7449652b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 1 12:20:40 2021 -0500 Update commons.japicmp.version 0.15.1 -> 0.15.2. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 29711a0..db56f49 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ <jackrabbit.version>1.6.5</jackrabbit.version> <jackrabbit2.version>2.21.5</jackrabbit2.version> <commons.surefire.version>2.19.1</commons.surefire.version> - <commons.japicmp.version>0.15.1</commons.japicmp.version> + <commons.japicmp.version>0.15.2</commons.japicmp.version> <commons.jacoco.version>0.8.6</commons.jacoco.version> <commons.spotbugs.version>4.1.4</commons.spotbugs.version> <commons.spotbugs.impl.version>4.2.0</commons.spotbugs.impl.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bc96f6e..25f0ef0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -99,7 +99,7 @@ The <action> type attribute can be add,update,fix,remove. Modify some calls of method Collection.toArray #145. </action> <action dev="ggregory" due-to="Gary Gregory" type="update"> - Update commons.japicmp.version 0.14.3 -> 0.15.1. + Update commons.japicmp.version 0.14.3 -> 0.15.2. </action> <action dev="ggregory" due-to="Arturo Bernal" type="update"> Minor Improvements, #152, #156.