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 6af4e71 Convert all Java 9 modules to use Java 11 to fix Jenkins
problems
6af4e71 is described below
commit 6af4e710037f0ca950be1d9082b6e99fabd62d01
Author: Ralph Goers <[email protected]>
AuthorDate: Tue Jul 9 14:25:15 2019 -0700
Convert all Java 9 modules to use Java 11 to fix Jenkins problems
---
log4j-core-java9/pom.xml | 2 +-
log4j-plugins-java9/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml
index 32c089a..22538c0 100644
--- a/log4j-core-java9/pom.xml
+++ b/log4j-core-java9/pom.xml
@@ -65,7 +65,7 @@
<configuration>
<toolchains>
<jdk>
- <version>[9, )</version>
+ <version>[11, )</version>
</jdk>
</toolchains>
</configuration>
diff --git a/log4j-plugins-java9/pom.xml b/log4j-plugins-java9/pom.xml
index 49f81c6..26eaf20 100644
--- a/log4j-plugins-java9/pom.xml
+++ b/log4j-plugins-java9/pom.xml
@@ -64,7 +64,7 @@
<configuration>
<toolchains>
<jdk>
- <version>[9, )</version>
+ <version>[11, )</version>
</jdk>
</toolchains>
</configuration>