branch develop updated (269b335 -> 903c941)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from 269b335 Fixes #8000 Merge branch 'feature/8000' into develop new 903c941 Use java 8 now The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 903c941c6bc8ab00018afd48f3c23dd515f4dd58 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 09:41:42 2016 +0100 Use java 8 now Summary of changes: pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm