You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/07/09 18:32:42 UTC

[logging-log4j2] branch master updated: Try using Java 11 to compile the Java 9 stuff

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9518ca6  Try using Java 11 to compile the Java 9 stuff
9518ca6 is described below

commit 9518ca67c29cc2d078ef29f7200c5ac0d9b9bd43
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Tue Jul 9 11:32:32 2019 -0700

    Try using Java 11 to compile the Java 9 stuff
---
 log4j-api-java9/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-api-java9/pom.xml b/log4j-api-java9/pom.xml
index 6d6e534..e9bad12 100644
--- a/log4j-api-java9/pom.xml
+++ b/log4j-api-java9/pom.xml
@@ -60,7 +60,7 @@
         <configuration>
           <toolchains>
             <jdk>
-              <version>[9, )</version>
+              <version>[11, )</version>
             </jdk>
           </toolchains>
         </configuration>