branch faxtomail-2.3.x updated (e5099b9 -> 02ad8f4)
This is an automated email from the git hooks/post-receive script. New change to branch faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from e5099b9 [jgitflow-maven-plugin]updating poms for 2.3.2-SNAPSHOT development new c669008 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 95d051b [jgitflow-maven-plugin]updating poms for branch'release/2.3.1' with non-snapshot versions new d6962e3 [jgitflow-maven-plugin]merging 'release/2.3.1' into 'master' new 5658ee1 [jgitflow-maven-plugin]merging 'master' into 'faxtomail-2.3.x' new 02ad8f4 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 5 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 02ad8f446939867e762d4867c5e1c11a006612a0 Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:20:45 2017 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 5658ee16df564d64219707f3a53f4bd371e8401a Merge: c669008 d6962e3 Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:20:45 2017 +0200 [jgitflow-maven-plugin]merging 'master' into 'faxtomail-2.3.x' commit c669008c5b6c911d2088bb4410a5c27d3fb2bd53 Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:20:45 2017 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit d6962e37bd5ffb723e9d1fca350145d6a620361c Merge: 7febca8 95d051b Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:20:44 2017 +0200 [jgitflow-maven-plugin]merging 'release/2.3.1' into 'master' commit 95d051bd339a40ace24e4606b8f6dadc853a1380 Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:18:58 2017 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.3.1' with non-snapshot versions Summary of changes: -- 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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 95d051bd339a40ace24e4606b8f6dadc853a1380 Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:18:58 2017 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.3.1' with non-snapshot versions --- 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 27fe61d..3feb67e 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.3.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 03ec62c..36ed99a 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.3.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 0faabf7..2e33cb3 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.3.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 78eb653..d859856 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.3.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 9f3e62d..5f150a6 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.1</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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit d6962e37bd5ffb723e9d1fca350145d6a620361c Merge: 7febca8 95d051b Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:20:44 2017 +0200 [jgitflow-maven-plugin]merging 'release/2.3.1' into 'master' faxtomail-persistence/pom.xml | 2 +- .../faxtomail/persistence/entities/EmailTopiaDao.java | 18 ++++-------------- faxtomail-service/pom.xml | 2 +- .../faxtomail/services/service/EmailServiceImpl.java | 1 + faxtomail-ui-swing/pom.xml | 2 +- .../ui/swing/actions/PrintOnDefaultPrinterAction.java | 15 +++++++++------ .../swing/content/demande/DemandeListTableFilter.java | 8 ++++++++ .../faxtomail/ui/swing/util/FaxToMailUIUtil.java | 4 ---- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 4 +++- 10 files changed, 29 insertions(+), 29 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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit c669008c5b6c911d2088bb4410a5c27d3fb2bd53 Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:20:45 2017 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- 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 d85ae49..3feb67e 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.3.2-SNAPSHOT</version> + <version>2.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index c2858a3..36ed99a 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.3.2-SNAPSHOT</version> + <version>2.3.1</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 9bdfd39..2e33cb3 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.3.2-SNAPSHOT</version> + <version>2.3.1</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 4280525..d859856 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.3.2-SNAPSHOT</version> + <version>2.3.1</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 91f8867..5f150a6 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.3.2-SNAPSHOT</version> + <version>2.3.1</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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 5658ee16df564d64219707f3a53f4bd371e8401a Merge: c669008 d6962e3 Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:20:45 2017 +0200 [jgitflow-maven-plugin]merging 'master' into 'faxtomail-2.3.x' -- 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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 02ad8f446939867e762d4867c5e1c11a006612a0 Author: Maven Release <maven-release@codelutin.com> Date: Mon Mar 27 09:20:45 2017 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- 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 3feb67e..d85ae49 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.3.1</version> + <version>2.3.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 36ed99a..c2858a3 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.3.1</version> + <version>2.3.2-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 2e33cb3..9bdfd39 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.3.1</version> + <version>2.3.2-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index d859856..4280525 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.3.1</version> + <version>2.3.2-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 5f150a6..91f8867 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.3.1</version> + <version>2.3.2-SNAPSHOT</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>.
participants (1)
-
codelutin.com scm