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/01/03 10:00:29 UTC

[commons-fileupload] branch 1.x updated: Update version for 1.5 development

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


The following commit(s) were added to refs/heads/1.x by this push:
     new 161a3b1  Update version for 1.5 development
161a3b1 is described below

commit 161a3b177943af4949c3bfa1aba8dab5b0106ae6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 3 10:00:24 2023 +0000

    Update version for 1.5 development
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d883abd..8d06653 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>commons-fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.4</version>
+  <version>1.5-SNAPSHOT</version>
 
   <name>Apache Commons FileUpload</name>
   <description>
@@ -215,9 +215,9 @@
     <japicmp.skip>true</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <commons.release.version>1.4</commons.release.version>
-    <commons.bc.version>1.3.3</commons.bc.version>
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.release.version>1.5</commons.release.version>
+    <commons.bc.version>1.4</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>
     <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>