branch master updated (cc48b3fd -> 0801b08e)
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 cc48b3fd Merge branch 'release/2.4.3' adds 466ddeab [jgitflow-maven-plugin]updating poms for 2.4.4-SNAPSHOT development adds 7323ca3c fixes #9622 : Mails bloqués dans une boîte adds 6417d128 Add a way to test PDF opening adds 43351859 Use Jaxx 2.44 to improve ComboBox filtering adds d89f5da2 Wait for 3 chars to init clientComboBox adds edd6d3cc Update data after 3 cars entered adds 571eb9c8 Merge branch 'feature/9645-filtreListeClient' into develop adds 0130df39 Fix release ... new 0d39eea3 Fix release ... new ef1cb08a [jgitflow-maven-plugin]updating poms for branch'release/2.4.4' with non-snapshot versions new 0801b08e Merge branch 'release/2.4.4' 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 0801b08ee89e493ca8d98e1a9ce7aa8615f80280 Merge: cc48b3fd ef1cb08a Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 17:51:14 2018 +0100 Merge branch 'release/2.4.4' Conflicts: faxtomail-persistence/pom.xml faxtomail-service/pom.xml faxtomail-ui-swing/pom.xml faxtomail-ui-web/pom.xml pom.xml commit ef1cb08a62d96544779ca649df916272f4a1ade9 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 17:42:25 2018 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.4.4' with non-snapshot versions commit 0d39eea398faaf5c9e9a6d75c5ef11d00460b8cc Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 17:42:12 2018 +0100 Fix release ... Summary of changes: faxtomail-persistence/pom.xml | 2 +- .../persistence/entities/ClientTopiaDao.java | 12 ++++ faxtomail-service/pom.xml | 2 +- .../faxtomail/services/service/ClientService.java | 2 + .../services/service/ClientServiceImpl.java | 13 +++++ .../services/service/ConfigurationServiceImpl.java | 2 +- faxtomail-ui-swing/pom.xml | 2 +- .../ui/swing/content/demande/DemandeUIHandler.java | 28 +++++++++- .../faxtomail/ui/swing/OpenPDFTest.java | 64 ++++++++++++++++++++++ faxtomail-ui-web/pom.xml | 2 +- pom.xml | 4 +- 11 files changed, 124 insertions(+), 9 deletions(-) create mode 100644 faxtomail-ui-swing/src/test/java/com/franciaflex/faxtomail/ui/swing/OpenPDFTest.java -- 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 0d39eea398faaf5c9e9a6d75c5ef11d00460b8cc Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 17:42:12 2018 +0100 Fix release ... --- .../faxtomail/ui/swing/OpenPDFTest.java | 26 +++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/faxtomail-ui-swing/src/test/java/com/franciaflex/faxtomail/ui/swing/OpenPDFTest.java b/faxtomail-ui-swing/src/test/java/com/franciaflex/faxtomail/ui/swing/OpenPDFTest.java index 6395d49e..9c54a0ff 100644 --- a/faxtomail-ui-swing/src/test/java/com/franciaflex/faxtomail/ui/swing/OpenPDFTest.java +++ b/faxtomail-ui-swing/src/test/java/com/franciaflex/faxtomail/ui/swing/OpenPDFTest.java @@ -1,5 +1,29 @@ package com.franciaflex.faxtomail.ui.swing; +/*- + * #%L + * FaxToMail :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2018 Mac-Groupe, Code Lutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.junit.Test; @@ -37,4 +61,4 @@ public class OpenPDFTest { } } -} \ No newline at end of file +} -- 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 ef1cb08a62d96544779ca649df916272f4a1ade9 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 17:42:25 2018 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.4.4' 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 7c3ab205..7c28a7df 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.4.4-SNAPSHOT</version> + <version>2.4.4</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 01a99fe8..43d61a16 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.4.4-SNAPSHOT</version> + <version>2.4.4</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 625de360..4e11eaa5 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.4.4-SNAPSHOT</version> + <version>2.4.4</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 586aada4..ecc7b8d2 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.4.4-SNAPSHOT</version> + <version>2.4.4</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 8f4e9ef9..bb1046c1 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.4.4-SNAPSHOT</version> + <version>2.4.4</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 0801b08ee89e493ca8d98e1a9ce7aa8615f80280 Merge: cc48b3fd ef1cb08a Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 17:51:14 2018 +0100 Merge branch 'release/2.4.4' Conflicts: faxtomail-persistence/pom.xml faxtomail-service/pom.xml faxtomail-ui-swing/pom.xml faxtomail-ui-web/pom.xml pom.xml faxtomail-persistence/pom.xml | 2 +- .../persistence/entities/ClientTopiaDao.java | 12 ++++ faxtomail-service/pom.xml | 2 +- .../faxtomail/services/service/ClientService.java | 2 + .../services/service/ClientServiceImpl.java | 13 +++++ .../services/service/ConfigurationServiceImpl.java | 2 +- faxtomail-ui-swing/pom.xml | 2 +- .../ui/swing/content/demande/DemandeUIHandler.java | 28 +++++++++- .../faxtomail/ui/swing/OpenPDFTest.java | 64 ++++++++++++++++++++++ faxtomail-ui-web/pom.xml | 2 +- pom.xml | 4 +- 11 files changed, 124 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm