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 5563b082 Bump org.apache.commons:commons-parent from 97 to 98
5563b082 is described below
commit 5563b082a59d7b80b436c6866362f765754045ce
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 7 12:44:35 2026 -0400
Bump org.apache.commons:commons-parent from 97 to 98
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3e26b109..c55d4e49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>97</version>
+ <version>98</version>
</parent>
<artifactId>commons-fileupload2</artifactId>
<version>2.0.0-M6-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5ec463f9..2190d338 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="FILEUPLOAD-362" type="fix" dev="ggregory" due-to="Kusal
Kithul-Godage, Gary Gregory">Unable to parse requests for file uploads with
special characters in filename on Windows.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 97.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 98.</action>
</release>
<release version="2.0.0-M5" date="2026-02-08" description="This is a
milestone release. Java 11 or later is required.">
<!-- FIX -->