This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See https://gitlab.nuiton.org/nuiton/scmwebeditor.git commit df41700bc991ec742c44b1381c378ae68b295f68 Author: CHRE <CHATELLIER@codelutin.com> Date: Wed Aug 10 09:26:41 2016 +0200 Fix build --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2d5e5ad..469faec 100644 --- a/pom.xml +++ b/pom.xml @@ -85,9 +85,9 @@ <!-- redmine project Id --> <projectId>scmwebeditor</projectId> <ciViewId>ScmWebEditor</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> - <signatureVersion>1.1</signatureVersion> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <!--Multilanguage maven-site --> <locales>fr,en</locales> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.