branch develop updated (e20580b -> aa9e6a2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git from e20580b Update parent pom new aa9e6a2 Fix build 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 aa9e6a2cd9b646b249fa5d775b700573ee6b499b Author: CHRE <CHATELLIER@codelutin.com> Date: Wed Aug 10 09:50:58 2016 +0200 Fix build Summary of changes: pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm