From 62c3bfe9dab5031ca4c948eb832b58098d7bc6fe Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 28 Dec 2019 18:47:08 +0100 Subject: [PATCH] Java 11 source level --- pom.xml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 679d8c5d0..93900e68c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.argeo.commons argeo-commons @@ -139,12 +141,12 @@ limitations under the License. maven-compiler-plugin 3.8.1 - 1.8 - + + 11 1.8 eclipse - true + target/classes target/test-classes @@ -556,8 +558,10 @@ limitations under the License. - - + + @@ -582,8 +586,10 @@ limitations under the License. - - + + -- 2.30.2