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 81b1fd50 Bump org.apache.commons:commons-parent from 96 to 97.
81b1fd50 is described below
commit 81b1fd5054a05b513522bde67e35b3b65ef0cb10
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 27 21:01:44 2026 -0500
Bump org.apache.commons:commons-parent from 96 to 97.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 75c1c475..3e26b109 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>96</version>
+ <version>97</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 d5766178..08e0e530 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Henri
Biestro, Gary Gregory">Fix migration documentation to mention Java 11.</action>
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 97.</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 -->