From: Mathieu Baudier Date: Fri, 22 Nov 2019 09:42:46 +0000 (+0100) Subject: Update compiler used by Maven, in order to support Java 11 compilation. X-Git-Tag: argeo-commons-2.1.83~7 X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=20af3d997bdfdb5e7ecf111e7892865709d646f7 Update compiler used by Maven, in order to support Java 11 compilation. --- 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. - - + +