This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 7d31a69 Allow Java 11 to be used to fix Travis
7d31a69 is described below
commit 7d31a694f82b80c688fa4c8088691bf48b16a982
Author: Ralph Goers <[email protected]>
AuthorDate: Thu Nov 21 23:41:06 2019 -0700
Allow Java 11 to be used to fix Travis
---
log4j-core-java9/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml
index bedb149..1459b63 100644
--- a/log4j-core-java9/pom.xml
+++ b/log4j-core-java9/pom.xml
@@ -65,7 +65,7 @@
<configuration>
<toolchains>
<jdk>
- <version>9</version>
+ <version>[9, )</version>
</jdk>
</toolchains>
</configuration>