This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/1.x by this push:
     new e01beeb3 Bump org.apache.commons:commons-parent from 81 to 83
e01beeb3 is described below

commit e01beeb38b29e8d7a2a96b0dd78da8ea69048cdd
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 3 09:15:04 2025 -0400

    Bump org.apache.commons:commons-parent from 81 to 83
---
 pom.xml                 |  2 +-
 src/changes/changes.xml | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f64b048..8eef86ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>81</version>
+    <version>83</version>
   </parent>
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8fce72a5..f29404e1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <release version="1.6.0" date="YYYY-MM-DD" description="1.6.0 Release, 
requires Java 8.">
+    <release version="1.6.0" date="YYYY-MM-DD" description="This release 
requires Java 8.">
       <!-- ADD -->
       <action dev="ggregory" type="add" due-to="mufasa1976, Jochen Wiedmann, 
Gary Gregory">[1.x] Enable multipart/related on FileUpload #314.</action>
       <!-- FIX -->
@@ -54,13 +54,13 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses 
directive from maven-bundle-plugin. OSGi package imports now state 'uses' 
definitions for package imports, this doesn't affect JPMS (from 
org.apache.commons:commons-parent:80).</action>
       <action type="fix" dev="ggregory" due-to="Gary 
Gregory">DiskFileItem.getInputStream() now uses NIO.</action>
       <!--  UPDATE -->
-      <action dev="ggregory" type="update">Bump Java from 6 to 8.</action>
-      <action dev="ggregory" type="update">Bump 
org.apache.commons:commons-parent from 62 to 81, upgrades Doxia from 1 to 
2.</action>
-      <action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 
2.19.0.</action>
-      <action dev="ggregory" type="update">Bump javax.servlet:servlet-api from 
2.4 to 2.5.</action>
-      <action dev="ggregory" type="update">Bump JUnit from junit:junit:4.13.2 
org.junit.vintage:junit-vintage-engine from parent POM.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Java 
from 6 to 8.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 62 to 83, upgrades Doxia from 1 to 
2.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io from 2.11.0 to 2.19.0.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
javax.servlet:servlet-api from 2.4 to 2.5.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JUnit 
from junit:junit:4.13.2 org.junit.vintage:junit-vintage-engine from parent 
POM.</action>
     </release>
-    <release version="1.5" date="2023-02-13" description="1.5 Release">
+    <release version="1.5" date="2023-02-13" description="This release 
requires Java 6.">
       <action                        dev="markt" type="update">Bump Commons IO 
to 2.11.0</action>
       <action issue="FILEUPLOAD-293" dev="jochen" 
type="fix">DiskFileItem.write(File) had been changed to use FileUtils.moveFile 
internally, preventing an existing file as the target</action>
       <action                        dev="markt" due-to="David Georg Reichelt" 
type="fix">Improve parsing speed</action>

Reply via email to