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 d074265  Update commons.japicmp.version 0.14.4 -> 0.15.1.
     new 2b2aa18  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-fileupload
d074265 is described below

commit d0742654660382c2d9a8672aa1ab79d3a797b23e
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 31 00:48:24 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 e292430..a17ce74 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.14.4</commons.japicmp.version>
+    <commons.japicmp.version>0.15.1</commons.japicmp.version>
     <japicmp.skip>true</japicmp.skip>
 
     <!-- Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9968301..0667d85 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +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>
+      <action                        dev="ggregory" type="update" due-to="Gary 
Gregory">Update commons.japicmp.version 0.13.0 -> 0.15.1.</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>

Reply via email to