You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/02/13 10:48:38 UTC

[commons-fileupload] branch 1.x updated (ad4e691 -> f19fd9c)

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

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


    from ad4e691  [maven-release-plugin] prepare for next development iteration
     new 655dd24  Add release date for 1.5
     new f19fd9c  Increment versions for next development iteration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[commons-fileupload] 01/02: Add release date for 1.5

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 655dd24b2aef103312515dd88a9ccb333efc87ed
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Feb 13 10:46:31 2023 +0000

    Add release date for 1.5
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b5a810d..e39fc91 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <release version="1.5" date="TBD" description="1.5 Release">
+    <release version="1.5" date="2023-02-13" description="1.5 Release">
       <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>


[commons-fileupload] 02/02: Increment versions for next development iteration

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f19fd9cfdaeffb04e9ca1025456c732603d04f17
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Feb 13 10:48:32 2023 +0000

    Increment versions for next development iteration
    
    Assumes 1.5.1 is next. Changes will be required if next release is 1.6.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a6e2f3a..932c9ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5.1-SNAPSHOT</version>
 
   <name>Apache Commons FileUpload</name>
   <description>
@@ -203,7 +203,7 @@
     <maven.compiler.target>1.6</maven.compiler.target>
     <commons.componentid>fileupload</commons.componentid>
     <commons.module.name>org.apache.commons.fileupload</commons.module.name>
-    <commons.release.version>1.5</commons.release.version>
+    <commons.release.version>1.5.1</commons.release.version>
     <commons.release.desc>(requires Java ${maven.compiler.target} or later)</commons.release.desc>
     <commons.jira.id>FILEUPLOAD</commons.jira.id>
     <commons.jira.pid>12310476</commons.jira.pid>
@@ -216,7 +216,7 @@
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>1.4</commons.bc.version>
+    <commons.bc.version>1.5</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>