This is an automated email from the git hooks/post-receive script. New commit to branch release/1.20 in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git commit a038222ac6feb7917bc1e14819ce26572a7ef341 Author: Maven Release <maven-release@codelutin.com> Date: Wed Dec 20 11:50:33 2017 +0100 Update to JDK8, no choice since struts 2.15.14 requires a freemarker version needing JDK8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fc680cf..e072cd7 100644 --- a/pom.xml +++ b/pom.xml @@ -112,8 +112,8 @@ <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> <projectId>nuiton-web</projectId> <ciViewId>nuiton-web</ciViewId> - <javaVersion>1.7</javaVersion> - <signatureArtifactId>java17</signatureArtifactId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <eugeneVersion>3.0-alpha-10</eugeneVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.