This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git commit aa9e6a2cd9b646b249fa5d775b700573ee6b499b Author: CHRE <CHATELLIER@codelutin.com> Date: Wed Aug 10 09:50:58 2016 +0200 Fix build --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2d41b13..e30d107 100644 --- a/pom.xml +++ b/pom.xml @@ -114,9 +114,9 @@ License along with this program. If not, see <!-- redmine project Id --> <projectId>nuiton-web</projectId> <ciViewId>nuiton-web</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> - <signatureVersion>1.1</signatureVersion> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <eugeneVersion>3.0-alpha-5</eugeneVersion> @@ -141,7 +141,7 @@ License along with this program. If not, see <shiroVersion>1.2.5</shiroVersion> <servletApiVersion>3.0.1</servletApiVersion> - <jettyVersion>9.3.10.v20160621</jettyVersion> + <jettyVersion>9.2.18.v20160721</jettyVersion> <!--Multilanguage maven-site --> <locales>fr</locales> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.