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>.