This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit f4300b1ddf628b3441b6b82d58018b5e388ad25e Author: jcouteau <couteau@codelutin.com> Date: Fri May 4 10:56:30 2018 +0200 Switch Coser to java 8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d5adb1b..3f87ede 100644 --- a/pom.xml +++ b/pom.xml @@ -112,8 +112,8 @@ <locales>fr,en</locales> <siteSourcesType>rst</siteSourcesType> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <ciViewId>Coser</ciViewId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.