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 b87c477a Set floor at Java 8
b87c477a is described below

commit b87c477a0da9cd1eb23bd5eb12ed9868bc70d231
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon May 20 08:16:09 2024 -0400

    Set floor at Java 8
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff1d349f..7996100e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,8 +199,8 @@
   </distributionManagement>
 
   <properties>
-    <maven.compiler.source>8</maven.compiler.source>
-    <maven.compiler.target>8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>fileupload</commons.componentid>
     <commons.module.name>org.apache.commons.fileupload</commons.module.name>
     <commons.release.version>1.6.0</commons.release.version>

Reply via email to