From 20af3d997bdfdb5e7ecf111e7892865709d646f7 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 22 Nov 2019 10:42:46 +0100 Subject: [PATCH] Update compiler used by Maven, in order to support Java 11 compilation. --- pom.xml | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 44c19d10b..e86d2c678 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.argeo.commons argeo-commons @@ -137,9 +139,10 @@ limitations under the License. maven-compiler-plugin - 3.3 + 3.8.1 1.8 + 1.8 eclipse @@ -152,7 +155,12 @@ limitations under the License. org.codehaus.plexus plexus-compiler-eclipse - 2.6 + 2.8.5 + + + org.eclipse.jdt + ecj + 3.19.0 @@ -550,8 +558,10 @@ limitations under the License. - - + + @@ -576,8 +586,10 @@ limitations under the License. - - + + -- 2.30.2