branch master updated (fbe65432 -> ca798379)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from fbe65432 Merge branch 'release/2.5.5' adds d1e0e4d7 Merge branch 'release/2.5.5' into develop adds 2bb52480 [gitflow-maven-plugin]Update for next development version adds 6fd22ea7 Ne pas créer de doublon en cas d'erreur d'envoi d'accusé de réception new ffcc11a2 [gitflow-maven-plugin]Update versions for release new 1d139117 Fix dependency issue new ca798379 Merge branch 'release/2.5.6' The 3 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 ca79837996dbf8537b2aa5433de88cfd034f7037 Merge: fbe65432 1d139117 Author: Jean Couteau <couteau@codelutin.com> Date: Fri Mar 26 16:28:04 2021 +0100 Merge branch 'release/2.5.6' commit 1d139117e96709fa8bca53cf8f6b378d0dfeac70 Author: Jean Couteau <couteau@codelutin.com> Date: Fri Mar 26 16:19:35 2021 +0100 Fix dependency issue commit ffcc11a2cacbb7c79cc60ddd826b76963b01e28c Author: Jean Couteau <couteau@codelutin.com> Date: Fri Mar 26 16:10:49 2021 +0100 [gitflow-maven-plugin]Update versions for release Summary of changes: faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- faxtomail-ui-web/pom.xml | 7 ++++++- .../franciaflex/faxtomail/web/job/MailFilterJob.java | 20 +++++++++++++------- pom.xml | 2 +- 6 files changed, 23 insertions(+), 12 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 master in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit ffcc11a2cacbb7c79cc60ddd826b76963b01e28c Author: Jean Couteau <couteau@codelutin.com> Date: Fri Mar 26 16:10:49 2021 +0100 [gitflow-maven-plugin]Update versions for release --- faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/faxtomail-persistence/pom.xml b/faxtomail-persistence/pom.xml index 03514154..9533bc40 100644 --- a/faxtomail-persistence/pom.xml +++ b/faxtomail-persistence/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>2.5.6-SNAPSHOT</version> + <version>2.5.6</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 711f6920..dac618dc 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>2.5.6-SNAPSHOT</version> + <version>2.5.6</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index fb26354b..9e083d81 100644 --- a/faxtomail-ui-swing/pom.xml +++ b/faxtomail-ui-swing/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.5.6-SNAPSHOT</version> + <version>2.5.6</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index c7a89a10..6a07c521 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.5.6-SNAPSHOT</version> + <version>2.5.6</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index b21e0852..3c47026b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.5.6-SNAPSHOT</version> + <version>2.5.6</version> <packaging>pom</packaging> <name>FaxToMail</name> -- 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 master in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 1d139117e96709fa8bca53cf8f6b378d0dfeac70 Author: Jean Couteau <couteau@codelutin.com> Date: Fri Mar 26 16:19:35 2021 +0100 Fix dependency issue --- faxtomail-ui-web/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 6a07c521..3ab33e60 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -128,6 +128,11 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-email</artifactId> + </dependency> <dependency> <groupId>javax.servlet</groupId> -- 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 master in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit ca79837996dbf8537b2aa5433de88cfd034f7037 Merge: fbe65432 1d139117 Author: Jean Couteau <couteau@codelutin.com> Date: Fri Mar 26 16:28:04 2021 +0100 Merge branch 'release/2.5.6' faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- faxtomail-ui-web/pom.xml | 7 ++++++- .../franciaflex/faxtomail/web/job/MailFilterJob.java | 20 +++++++++++++------- pom.xml | 2 +- 6 files changed, 23 insertions(+), 12 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm