This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-j2r. See https://gitlab.nuiton.org/nuiton/nuiton-j2r.git commit f540955c34674b5ee2919b28c510e276e96cfc53 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Mar 17 11:07:43 2017 +0100 fixes #4161: Use java 7 API level --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8fdff6f..d29ae0d 100644 --- a/pom.xml +++ b/pom.xml @@ -121,9 +121,9 @@ <skipPostRelease>false</skipPostRelease> <ciViewId>${projectId}</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> - <signatureVersion>1.1</signatureVersion> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> </properties> <dependencies> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.