This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-maven-report-plugin. See https://gitlab.nuiton.org/nuiton/nuiton-maven-report-plugin.git commit c45585b1d5826a7f239b65636f2feda1812811b1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 11 18:21:22 2016 +0200 Can stay on java 6 for the moment --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 535bcc0..2a2e4a4 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,8 @@ <projectId>nuiton-maven-report-plugin</projectId> <ciViewId>nuiton-maven-report-plugin</ciViewId> - <javaVersion>1.7</javaVersion> - <signatureArtifactId>java17</signatureArtifactId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <doxiaVersion>1.5</doxiaVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.