This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 7e7b1f5e13d039c3f8259164a2fc0ca7153b9d83 Author: Tony CHEMIT <dev@tchemit.fr> Date: Tue Jan 3 10:21:35 2017 +0100 let's pollen use java 8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2444bef..4800c76 100644 --- a/pom.xml +++ b/pom.xml @@ -205,8 +205,8 @@ <siteSourcesType>rst</siteSourcesType> <ciViewId>Pollen</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>.