This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit f058407d490eb08e608fc25885c660b60b896ce8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Mar 23 10:56:16 2016 +0100 Fixes #8169 Passage en java 8 --- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index bdf372d..69f0acd 100644 --- a/pom.xml +++ b/pom.xml @@ -121,8 +121,8 @@ <projectId>echobase</projectId> <ciViewId>EchoBase</ciViewId> - <javaVersion>1.7</javaVersion> - <signatureArtifactId>java17</signatureArtifactId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <!-- libraries version --> @@ -131,8 +131,6 @@ <nuitonUtilsVersion>3.0-rc-8</nuitonUtilsVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <nuitonWebVersion>1.16</nuitonWebVersion> - - <jettyPluginVersion>9.2.15.v20160210</jettyPluginVersion> <!--<struts2Version>2.3.20</struts2Version>--> <struts2Version>2.3.15.3</struts2Version> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.