This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 9316918fe82a369db50bf6298f55e8f51057991d Author: David Cossé <cosse@codelutin.com> Date: Mon Jul 11 17:41:03 2016 +0200 refs #1314 passage en java 1.8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aa63bfe..cd6756a 100644 --- a/pom.xml +++ b/pom.xml @@ -204,8 +204,8 @@ <ciViewId>Lima</ciViewId> - <javaVersion>1.7</javaVersion> - <signatureArtifactId>java17</signatureArtifactId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> </properties> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.