Skip to content

Commit

Permalink
Fix changes report link for new version of Maven Changes plugin from …
Browse files Browse the repository at this point in the history
…commons-parent 79 #388
  • Loading branch information
garydgregory authored Jan 14, 2025
1 parent e3408fc commit 2099a51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2099a51

Please sign in to comment.