This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 903c941c6bc8ab00018afd48f3c23dd515f4dd58 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 09:41:42 2016 +0100 Use java 8 now --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a641326..59a2e40 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,9 @@ <!-- Lizmap version --> <lizmapVersion>2.9.4</lizmapVersion> <qgisMapServerVersion>2.8.4</qgisMapServerVersion> - + + <javaVersion>8</javaVersion> + </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.