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 27b2dcb  Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2 
-> 0.15.3.
27b2dcb is described below

commit 27b2dcba42df25be4e629b9c365230f26cb27143
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 6 19:33:00 2021 -0500

    Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2 -> 0.15.3.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99ae19e..7520276 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.15.2</commons.japicmp.version>
+    <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <japicmp.skip>true</japicmp.skip>
 
     <!-- Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1c7c3a2..44b4fda 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.15.2.</action>
+      <action                        dev="ggregory" type="update" due-to="Gary 
Gregory">Update commons.japicmp.version 0.13.0 -> 0.15.3.</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