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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 9d82b5b Update commons.japicmp.version 0.13.0 -> 0.14.4. 9d82b5b is described below commit 9d82b5b7a314cdaa7a9530659729e50e04969f11 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 29 18:53:01 2020 -0500 Update commons.japicmp.version 0.13.0 -> 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 fd54ed4..e292430 100644 --- a/pom.xml +++ b/pom.xml @@ -218,7 +218,7 @@ <commons.osgi.export>!org.apache.commons.fileupload.util.mime,org.apache.commons.*;version=${project.version};-noimport:=true</commons.osgi.export> <commons.osgi.import>!javax.portlet,*</commons.osgi.import> <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport> - <commons.japicmp.version>0.13.0</commons.japicmp.version> + <commons.japicmp.version>0.14.4</commons.japicmp.version> <japicmp.skip>true</japicmp.skip> <!-- Commons Release Plugin --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 962a42e..9968301 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot">Update junit-jupiter from 5.5.2 to 5.6.2 #31.</action> <action dev="ggregory" type="update" due-to="Emmanuel Lécharny">Slight optim: resuse the index position instead of recomputing it #49.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #48.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Update commons.japicmp.version 0.13.0 -> 0.14.4.</action> </release> <release version="1.4" date="2018-12-23" description="1.4 Release"> <action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create un-needed resources in FileUploadBase.java</action>