branch release/2.5.0 updated (7ad6e5b6 -> 7d343de1)
This is an automated email from the git hooks/post-receive script. New change to branch release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 7ad6e5b6 [jgitflow-maven-plugin]updating poms for 2.5.0 branch with snapshot versions new 7d202a9e Fix release ... new 3b328861 [jgitflow-maven-plugin]updating poms for branch'release/2.5.0' with non-snapshot versions new 815f4137 Fix release ... new 9817e8ad Fix release ... new 1b09b08b Fix release ... new 049cfcb3 Fix release ... new 65808b15 Fix release ... new 7d343de1 Fix release ... The 8 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 7d343de10c57e238c20d9f39c7e27432bfe9a0b4 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 15:11:42 2019 +0100 Fix release ... commit 65808b15f164dcb16c5aae438593e9d0f50422b5 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 15:02:11 2019 +0100 Fix release ... commit 049cfcb37c82fbbf5e8335ee522c024ce8b394fd Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 14:58:03 2019 +0100 Fix release ... commit 1b09b08bc8bfa97c8c848e012c5c8fbc5fe14cdb Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 14:53:59 2019 +0100 Fix release ... commit 9817e8ad4df5eff0cc03ec0aa2122b63cbc169b4 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 14:49:52 2019 +0100 Fix release ... commit 815f41370596d2b44a0df9073668a995174e38bf Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 14:24:55 2019 +0100 Fix release ... commit 3b32886130fb06b0b45e10ac8ae9a0c04e201362 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 11:03:51 2019 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.5.0' with non-snapshot versions commit 7d202a9edc0266da506cc4886636605e801bb84c Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 11:01:41 2019 +0100 Fix release ... Summary of changes: faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- .../faxtomail/ui/swing/util/HTMLPane.java | 24 ++++++++++++++++++++++ faxtomail-ui-web/pom.xml | 2 +- pom.xml | 17 +++++++++++---- 6 files changed, 41 insertions(+), 8 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 release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 7d202a9edc0266da506cc4886636605e801bb84c Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 11:01:41 2019 +0100 Fix release ... --- .../faxtomail/ui/swing/util/HTMLPane.java | 24 ++++++++++++++++++++++ pom.xml | 5 +++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/util/HTMLPane.java b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/util/HTMLPane.java index 284d6166..bb9c962a 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/util/HTMLPane.java +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/util/HTMLPane.java @@ -1,5 +1,29 @@ package com.franciaflex.faxtomail.ui.swing.util; +/*- + * #%L + * FaxToMail :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2019 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 javafx.application.Platform; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; diff --git a/pom.xml b/pom.xml index c9b667ba..351ca90d 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <h2Version>1.3.176</h2Version> <guavaVersion>18.0</guavaVersion> - <jaxxVersion>2.43</jaxxVersion> + <jaxxVersion>2.44</jaxxVersion> <!-- do not upgrade to 1.6.5-1 --> <swingXVersion>1.6.4</swingXVersion> <xworkVersion>2.3.16.3</xworkVersion> @@ -128,7 +128,8 @@ <commonsLang3Version>3.7</commonsLang3Version> <commonsHttpClientVersion>3.1</commonsHttpClientVersion> <commonsLoggingVersion>1.2</commonsLoggingVersion> - + + <junitVersion>4.11</junitVersion> <i18n.bundles>fr_FR,en_GB</i18n.bundles> -- 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 release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 3b32886130fb06b0b45e10ac8ae9a0c04e201362 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 11:03:51 2019 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.5.0' 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 933acea8..05c3835a 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.0-SNAPSHOT</version> + <version>2.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index c961b8d5..f8879e89 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.0-SNAPSHOT</version> + <version>2.5.0</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 50f0a043..3a0def81 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.0-SNAPSHOT</version> + <version>2.5.0</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 78554d53..d3934938 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.0-SNAPSHOT</version> + <version>2.5.0</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 351ca90d..474d68de 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</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 release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 815f41370596d2b44a0df9073668a995174e38bf Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 14:24:55 2019 +0100 Fix release ... --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 474d68de..473e9733 100644 --- a/pom.xml +++ b/pom.xml @@ -146,6 +146,7 @@ <!-- issues status to include in changelog --> <!--<redmine.statusIds>18,19,3,10,11</redmine.statusIds>--> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> </properties> -- 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 release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 9817e8ad4df5eff0cc03ec0aa2122b63cbc169b4 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 14:49:52 2019 +0100 Fix release ... --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 473e9733..08813a15 100644 --- a/pom.xml +++ b/pom.xml @@ -147,6 +147,7 @@ <!-- issues status to include in changelog --> <!--<redmine.statusIds>18,19,3,10,11</redmine.statusIds>--> <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> + <animal.sniffer.skip>true</animal.sniffer.skip> </properties> -- 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 release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 1b09b08bc8bfa97c8c848e012c5c8fbc5fe14cdb Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 14:53:59 2019 +0100 Fix release ... --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 08813a15..610091bf 100644 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,7 @@ <!--<redmine.statusIds>18,19,3,10,11</redmine.statusIds>--> <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> <animal.sniffer.skip>true</animal.sniffer.skip> + <redmine.safe>false</redmine.safe> </properties> -- 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 release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 049cfcb37c82fbbf5e8335ee522c024ce8b394fd Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 14:58:03 2019 +0100 Fix release ... --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 610091bf..e07633ab 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,7 @@ <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> <animal.sniffer.skip>true</animal.sniffer.skip> <redmine.safe>false</redmine.safe> + <redmine.skipCollectReleaseAttachments>true</redmine.skipCollectReleaseAttachments> </properties> -- 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 release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 65808b15f164dcb16c5aae438593e9d0f50422b5 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 15:02:11 2019 +0100 Fix release ... --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e07633ab..be5187b5 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,7 @@ <animal.sniffer.skip>true</animal.sniffer.skip> <redmine.safe>false</redmine.safe> <redmine.skipCollectReleaseAttachments>true</redmine.skipCollectReleaseAttachments> + <redmine.skipGenerateNewsAnnouncement>true</redmine.skipGenerateNewsAnnouncement> </properties> -- 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 release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 7d343de10c57e238c20d9f39c7e27432bfe9a0b4 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 15:11:42 2019 +0100 Fix release ... --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be5187b5..657f47da 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,10 @@ <redmine.safe>false</redmine.safe> <redmine.skipCollectReleaseAttachments>true</redmine.skipCollectReleaseAttachments> <redmine.skipGenerateNewsAnnouncement>true</redmine.skipGenerateNewsAnnouncement> - + <changes.skipGenerateEmailAnnouncement>true</changes.skipGenerateEmailAnnouncement> + <redmine.skipPublishNews>true</redmine.skipPublishNews> + <redmine.skipNextVersion>true</redmine.skipNextVersion> + <redmine.skipUpdateVersion>true</redmine.skipUpdateVersion> </properties> <repositories> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm