-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.apache.commons:commons-parent from 72 to 73 #343
- Loading branch information
1 parent
e123668
commit 35caf83
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,12 +36,10 @@ The <action> type attribute can be add,update,fix,remove. | |
<document xmlns="http://maven.apache.org/changes/1.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"> | ||
|
||
<properties> | ||
<title>Apache Commons FileUpload Release Notes</title> | ||
<author email="[email protected]">Apache Commons Developers</author> | ||
</properties> | ||
|
||
<body> | ||
<release version="2.0.0" date="2024-MM-DD" description="2.0.0 Release, requires Java 11."> | ||
<!-- FIX --> | ||
|
@@ -52,7 +50,7 @@ The <action> type attribute can be add,update,fix,remove. | |
<!-- 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 72 #283, #294, #335.</action> | ||
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 66 to 73 #283, #294, #335, #343.</action> | ||
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-io:commons-io from 2.16.0 to 2.16.1 #297.</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> | ||
|