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 a2d5760  Use Java 11 compiler to fix Jenkins builds
a2d5760 is described below

commit a2d57605851bd92284a70466aae3419e9d11b3fd
Author: Ralph Goers <[email protected]>
AuthorDate: Tue Jul 9 16:06:13 2019 -0700

    Use Java 11 compiler to fix Jenkins builds
---
 log4j-perf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 5c4f676..2b599b5 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -170,7 +170,7 @@
         <configuration>
           <toolchains>
             <jdk>
-              <version>[9, )</version>
+              <version>[11, )</version>
             </jdk>
           </toolchains>
         </configuration>

Reply via email to