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 2099a510 Fix changes report link for new version of Maven Changes 
plugin from commons-parent 79 #388
2099a510 is described below

commit 2099a510e600a5280af27eb9bd23093a10a720b1
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 14 07:18:17 2025 -0500

    Fix changes report link for new version of Maven Changes plugin from 
commons-parent 79 #388
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5f391117..34ff3f21 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,11 +47,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="FILEUPLOAD-355" type="fix" dev="ggregory" due-to="Ana, 
Gary Gregory">[site] Update code example: Use IOUtils instead of Streams utils 
class.</action>
       <action                        type="fix" dev="ggregory" due-to="Gary 
Gregory">Replace internal use of Locale.ENGLISH with Locale.ROOT.</action>
       <action                        type="fix" dev="ggregory" due-to="Gary 
Gregory">Pick up JUnit version from parent POM.</action>
-      <action issue="FILEUPLOAD-356" type="fix" dev="ggregory" due-to="Mattias 
Reichel, GirirajSinghRathore, Gary Gregory">[site] Fix incorrect link to 
changes report in Commons FileUpload #357.</action> 
+      <action issue="FILEUPLOAD-356" type="fix" dev="ggregory" due-to="Mattias 
Reichel, GirirajSinghRathore, Gary Gregory">[site] Fix incorrect link to 
changes report in Commons FileUpload #357.</action>
+      <action                        type="fix" dev="ggregory" due-to="Filipe 
Roque">Fix changes report link for new version of Maven Changes plugin from 
commons-parent 79 #388.</action>
       <!-- ADD -->
       <action                        dev="ggregory" type="add" 
due-to="mufasa1976, Gary Gregory">Handle multipart/related Requests without 
content-disposition header.</action>
       <!-- UDPATE -->
-      <action                        dev="ggregory" type="update" due-to="Gary 
Gregory">Bump org.apache.commons:commons-parent from 66 to 78 #283, #294, #335, 
#343, #345, #351, #356, #360, #368.</action>
+      <action                        dev="ggregory" type="update" due-to="Gary 
Gregory">Bump org.apache.commons:commons-parent from 66 to 79 #283, #294, #335, 
#343, #345, #351, #356, #360, #368.</action>
       <action                        dev="ggregory" type="update" due-to="Gary 
Gregory">Bump commons-io:commons-io from 2.16.0 to 2.18.0 #297, #352, 
#377.</action>
       <action                        dev="ggregory" type="update" due-to="Gary 
Gregory">Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 
#319.</action>
       <action                        dev="ggregory" type="update" due-to="Gary 
Gregory">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 
#327.</action>

Reply via email to