This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit c42fdf64d2a44d49dbffd020d37ffa99bded6a32 Author: Kevin Morin <morin@codelutin.com> Date: Thu Jan 19 16:56:00 2017 +0100 repassage à java 7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 19730f9..361b623 100644 --- a/pom.xml +++ b/pom.xml @@ -137,8 +137,8 @@ <license.licenseName>gpl_v3</license.licenseName> <!-- Java version --> - <javaVersion>1.8</javaVersion> - <signatureArtifactId>java18</signatureArtifactId> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <!-- issues status to include in changelog --> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.