You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/11 14:29:11 UTC

[commons-fileupload] branch master updated: Call it Java 8

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 f217ed3  Call it Java 8
f217ed3 is described below

commit f217ed3ed26f17a6cd54eba7c30ae8091da2e1bc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 11 10:29:07 2023 -0400

    Call it Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 20b177c..4b5c5de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
     <commons.componentid>fileupload</commons.componentid>
     <commons.module.name>org.apache.commons.fileupload</commons.module.name>
     <commons.release.version>2.0.0</commons.release.version>
-    <commons.release.desc>in the org.apache.commons.fileupload2 namespace for Java ${maven.compiler.target} or later</commons.release.desc>
+    <commons.release.desc>in the org.apache.commons.fileupload2 namespace for Java 8 or later</commons.release.desc>
 
     <commons.release.2.version>1.5</commons.release.2.version>
     <commons.release.2.desc>in the org.apache.commons.fileupload namespace for Java 6</commons.release.2.desc>