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

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


The following commit(s) were added to refs/heads/release/2.21.0 by this push:
     new 24820a46cd Enforce Java version 11 for build
24820a46cd is described below

commit 24820a46cd17fc1bf9533ac658f39f85cffe4173
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 e30244d5f1..7f953b6615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,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>
     <docLabel>Site Documentation</docLabel>
     <projectDir />
     <module.name />

Reply via email to