branch master updated (109e0814 -> 2c7e0fbb)
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 109e0814 Merge branch 'release/2.5.2' adds f8bf0a2b Merge branch 'release/2.5.2' into develop adds 033bf5a0 [gitflow-maven-plugin]Update for next development version adds 263386af fixes #11068 : Pas de délock à l'archivage et délock trop tôt lorsqu'on quitte un élément adds 88f73ad1 Clean code new 91192e42 [gitflow-maven-plugin]Update versions for release new 2c7e0fbb Merge branch 'release/2.5.3' The 2 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 2c7e0fbbba2a320afbb051f1c2722abb646e2172 Merge: 109e0814 91192e42 Author: Jean Couteau <couteau@codelutin.com> Date: Mon Nov 9 14:58:32 2020 +0100 Merge branch 'release/2.5.3' commit 91192e42c63a29db7e5a44d47f792a2c49879d38 Author: Jean Couteau <couteau@codelutin.com> Date: Mon Nov 9 14:49:44 2020 +0100 [gitflow-maven-plugin]Update versions for release Summary of changes: faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- .../services/service/EmailServiceImpl.java | 2 ++ faxtomail-ui-swing/pom.xml | 2 +- .../ui/swing/content/demande/DemandeUIHandler.java | 28 +++++++----------- .../content/demande/actions/ArchiveAction.java | 34 ++++++++++++---------- .../content/transmit/actions/TransmitAction.java | 11 +++---- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 41 insertions(+), 44 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 91192e42c63a29db7e5a44d47f792a2c49879d38 Author: Jean Couteau <couteau@codelutin.com> Date: Mon Nov 9 14:49:44 2020 +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 70f9229f..2d5b5190 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.3-SNAPSHOT</version> + <version>2.5.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index fc67848c..b5da5569 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.3-SNAPSHOT</version> + <version>2.5.3</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 916e6d90..a086d2fa 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.3-SNAPSHOT</version> + <version>2.5.3</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index a633640a..ba921def 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.3-SNAPSHOT</version> + <version>2.5.3</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index d35e2e60..10562ed4 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.5.3-SNAPSHOT</version> + <version>2.5.3</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 2c7e0fbbba2a320afbb051f1c2722abb646e2172 Merge: 109e0814 91192e42 Author: Jean Couteau <couteau@codelutin.com> Date: Mon Nov 9 14:58:32 2020 +0100 Merge branch 'release/2.5.3' faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- .../services/service/EmailServiceImpl.java | 2 ++ faxtomail-ui-swing/pom.xml | 2 +- .../ui/swing/content/demande/DemandeUIHandler.java | 28 +++++++----------- .../content/demande/actions/ArchiveAction.java | 34 ++++++++++++---------- .../content/transmit/actions/TransmitAction.java | 11 +++---- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 41 insertions(+), 44 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm