branch develop updated (40099ed -> c42fdf6)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 40099ed fixes #8917 Envoi d’un mail d’accusé de réception pour chaque document reçu new c42fdf6 repassage à java 7 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 c42fdf64d2a44d49dbffd020d37ffa99bded6a32 Author: Kevin Morin <morin@codelutin.com> Date: Thu Jan 19 16:56:00 2017 +0100 repassage à java 7 Summary of changes: pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm