This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository processor. See https://gitlab.nuiton.org/nuiton/processor.git commit def30195a6da50cd535d06a9060b5b96d26b3f0d Author: CHRE <CHATELLIER@codelutin.com> Date: Wed Aug 10 09:24:16 2016 +0200 Fix build --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7e3207b..ca3d66c 100644 --- a/pom.xml +++ b/pom.xml @@ -89,11 +89,10 @@ <mavenVersion>2.2.1</mavenVersion> <antVersion>1.8.3</antVersion> - <!-- Stay on jdk5 (requirement for some other project using this library) --> <ciViewId>processor</ciViewId> - <javaVersion>1.5</javaVersion> - <signatureArtifactId>java15</signatureArtifactId> - <signatureVersion>1.0</signatureVersion> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.