Skip to content

Commit

Permalink
Bump org.apache.commons:commons-parent from 78 to 79
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 10, 2025
1 parent 4dd4714 commit 73ce7dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>78</version>
<version>79</version>
</parent>

<artifactId>commons-fileupload2</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ property to the number of days since the last release.
The <action> type attribute can be add,update,fix,remove.
-->

<document xmlns="http://maven.apache.org/changes/1.0.0"
<document xmlns="http://maven.apache.org/changes/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-2.0.0.xsd">
<properties>
<title>Apache Commons FileUpload Release Notes</title>
<author email="[email protected]">Apache Commons Developers</author>
Expand Down Expand Up @@ -143,10 +143,10 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="FILEUPLOAD-245" dev="sebb" type="fix">DiskFileItem.get() may not fully read the data</action>
<action issue="FILEUPLOAD-243" dev="sebb" type="update" due-to="Ville Skyttä">Make some MultipartStream private fields final</action>
<action dev="ecki" type="add">Site: added security report</action>
<action dev="markt" due-to="Felix Schumacher">Improve performance for large multi-part boundaries</action>
<action issue="FILEUPLOAD-286" dev="jochen" due-to="maxxedev" due-to-email="[email protected]">Added the default character set to the DiskFileItem.</action>
<action issue="FILEUPLOAD-288" dev="jochen" due-to="fangwentong" due-to-email="[email protected]">Avoid using File.exists() on temporary files, if we know that the file has been created.</action>
<action dev="jochen" due-to="Pascal Schumacher">Added .travis.yml, to fix build issues on Github.</action>
<action type="fix" dev="markt" due-to="Felix Schumacher">Improve performance for large multi-part boundaries</action>
<action type="add" issue="FILEUPLOAD-286" dev="jochen" due-to="maxxedev" due-to-email="[email protected]">Added the default character set to the DiskFileItem.</action>
<action type="fix" issue="FILEUPLOAD-288" dev="jochen" due-to="fangwentong" due-to-email="[email protected]">Avoid using File.exists() on temporary files, if we know that the file has been created.</action>
<action type="add" dev="jochen" due-to="Pascal Schumacher">Added .travis.yml, to fix build issues on Github.</action>
</release>

<release version="1.3.3" description="Bugfix release for 1.3.3" date="2017-06-13">
Expand Down

0 comments on commit 73ce7dd

Please sign in to comment.