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/31 17:44:56 UTC

[commons-fileupload] 01/04: Better align with master

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 75fc5a3a5a982a4e3fac3645707c4444a62d5aa8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 31 17:18:07 2023 +0000

    Better align with master
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7200978..d5c7529 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,6 +202,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.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>
@@ -215,7 +216,6 @@
     <japicmp.skip>true</japicmp.skip>
 
     <!-- Commons Release Plugin -->
-    <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>