branch master updated (31a0b8ee -> b41ed014)
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 31a0b8ee release 2.4.1 adds 91af1eed Correction de fuite mémoire à l'ouverture des demandes adds 0a151c61 modification de la version en 2.4.2-SNAPSHOT adds bb963d9f Fix release 2.4.2 new dd0ec219 [jgitflow-maven-plugin]updating poms for branch'release/2.4.2' with non-snapshot versions new b41ed014 Merge branch 'release/2.4.2' 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 b41ed014dd7805eb9c04b905b42e6d40adb925e1 Merge: 31a0b8ee dd0ec219 Author: Maven Release <maven-release@codelutin.com> Date: Fri Nov 17 17:25:20 2017 +0100 Merge branch 'release/2.4.2' Conflicts: faxtomail-persistence/pom.xml faxtomail-service/pom.xml faxtomail-ui-swing/pom.xml faxtomail-ui-web/pom.xml pom.xml commit dd0ec2192e879b4f4bb76cd7a08d8954ebb0feb4 Author: Maven Release <maven-release@codelutin.com> Date: Fri Nov 17 17:06:13 2017 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.4.2' with non-snapshot versions Summary of changes: faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- .../faxtomail/ui/swing/FaxToMailUIContext.java | 4 + .../ui/swing/actions/ShowDemandeAction.java | 4 +- .../ui/swing/content/demande/DemandeUIHandler.java | 98 +++++++++++----------- .../ui/swing/content/demande/DemandesUI.jaxx | 3 +- .../swing/content/demande/DemandesUIHandler.java | 28 +------ .../demande/demandgroup/DemandGroupUIHandler.java | 1 + ...I.java => FaxToMailValidatorMessageWidget.java} | 19 +++-- .../util/toolbar/AbstractToolbarPopupButton.java | 50 ++++++----- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 108 insertions(+), 109 deletions(-) copy faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/util/{ReloadableListUI.java => FaxToMailValidatorMessageWidget.java} (61%) -- 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 dd0ec2192e879b4f4bb76cd7a08d8954ebb0feb4 Author: Maven Release <maven-release@codelutin.com> Date: Fri Nov 17 17:06:13 2017 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.4.2' 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 ec636bf0..92b2a51f 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.2-SNAPSHOT</version> + <version>2.4.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index cd0e2b8a..84c73636 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.2-SNAPSHOT</version> + <version>2.4.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index c6359698..00dd71c9 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.2-SNAPSHOT</version> + <version>2.4.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 7bb3f4af..4c7807fb 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.2-SNAPSHOT</version> + <version>2.4.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 45699e05..fc2e4b89 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</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 b41ed014dd7805eb9c04b905b42e6d40adb925e1 Merge: 31a0b8ee dd0ec219 Author: Maven Release <maven-release@codelutin.com> Date: Fri Nov 17 17:25:20 2017 +0100 Merge branch 'release/2.4.2' 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 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- .../faxtomail/ui/swing/FaxToMailUIContext.java | 4 + .../ui/swing/actions/ShowDemandeAction.java | 4 +- .../ui/swing/content/demande/DemandeUIHandler.java | 98 +++++++++++----------- .../ui/swing/content/demande/DemandesUI.jaxx | 3 +- .../swing/content/demande/DemandesUIHandler.java | 28 +------ .../demande/demandgroup/DemandGroupUIHandler.java | 1 + .../util/FaxToMailValidatorMessageWidget.java | 42 ++++++++++ .../util/toolbar/AbstractToolbarPopupButton.java | 50 ++++++----- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 137 insertions(+), 103 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm