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

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new f8d9b0ab80 Enforce Java version 11 for build
f8d9b0ab80 is described below

commit f8d9b0ab80828662b20a68d044c0cfcce5ac041a
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Oct 6 11:54:49 2023 +0200

    Enforce Java version 11 for build
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b0489361e6..c721ab4106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
     <maven.compiler.release>8</maven.compiler.release>
     <maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
     <!-- JDK version of the main Maven process (used in ASF parent POM) -->
-    <minimalJavaBuildVersion>[11, )</minimalJavaBuildVersion>
+    <minimalJavaBuildVersion>[11,12)</minimalJavaBuildVersion>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- Fixed `project.build.outputTimestamp` is required for reproducible 
builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     <project.build.outputTimestamp>1676697577</project.build.outputTimestamp>

Reply via email to