branch master updated (d0e5375c -> fbe65432)
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 d0e5375c Merge branch 'release/2.5.4' adds ce21c4f0 Merge branch 'release/2.5.4' into develop adds 4f12b136 [gitflow-maven-plugin]Update for next development version adds a221b4e7 fixes #11093 : Boutons disponibles en Archive adds 7f47fc3f fixes #11094 : Perte du contenu du mail sur Répondre ou Transféré - Gestion du cas où un email a un contenu HTML vide (et non null) adds 72c63d4d :bug: fixes #11116: Lors d’une réponse à un mail, du code s’affiche sur les mails qui ne sont pas en texte brut ce qui gêne la lisibilité. adds dc287dc3 :arrow_up: fixes #11132 : Permettre l'utilisation d'un Tomcat à jour adds 2b05ed7f :bug: Applique la limite des 1990 paramètres de requête aux groupes également, cf. #10165 adds 8b566524 Le try with ressource semble créer des problèmes adds 7af21fc5 Use basedn from conf new 44d738b5 [gitflow-maven-plugin]Update versions for release new fbe65432 Merge branch 'release/2.5.5' 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 fbe654321e5b9b345ca25deb87bb4de120f73e7d Merge: d0e5375c 44d738b5 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Feb 10 18:41:19 2021 +0100 Merge branch 'release/2.5.5' commit 44d738b5acf54a06d482def546d2c57d0ca55a08 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Feb 10 18:34:26 2021 +0100 [gitflow-maven-plugin]Update versions for release Summary of changes: faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- .../services/service/LdapServiceImpl.java | 8 ++- faxtomail-ui-swing/pom.xml | 2 +- .../ui/swing/actions/ShowDemandeAction.java | 2 +- .../ui/swing/content/reply/ReplyFormUIHandler.java | 6 +-- faxtomail-ui-web/pom.xml | 18 +++---- .../faxtomail/web/action/admin/LdapAction.java | 8 ++- .../WEB-INF/content/admin/import-archive-input.jsp | 2 +- .../main/webapp/WEB-INF/content/demand-detail.jsp | 6 +-- .../main/webapp/WEB-INF/content/search-input.jsp | 2 +- faxtomail-ui-web/src/main/webapp/WEB-INF/wro.xml | 31 ++++++++--- pom.xml | 62 +++++++++++++++++----- 13 files changed, 106 insertions(+), 45 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 master in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 44d738b5acf54a06d482def546d2c57d0ca55a08 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Feb 10 18:34:26 2021 +0100 [gitflow-maven-plugin]Update versions for release --- 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 ac02f17c..fd4fb86e 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.5-SNAPSHOT</version> + <version>2.5.5</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 2c6fe0a3..4252626e 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.5-SNAPSHOT</version> + <version>2.5.5</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index d8c2ad2b..19615066 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.5-SNAPSHOT</version> + <version>2.5.5</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index e543b40c..3d70e7e5 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.5-SNAPSHOT</version> + <version>2.5.5</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index fafb2a72..082604df 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.5.5-SNAPSHOT</version> + <version>2.5.5</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 fbe654321e5b9b345ca25deb87bb4de120f73e7d Merge: d0e5375c 44d738b5 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Feb 10 18:41:19 2021 +0100 Merge branch 'release/2.5.5' faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- .../services/service/LdapServiceImpl.java | 8 ++- faxtomail-ui-swing/pom.xml | 2 +- .../ui/swing/actions/ShowDemandeAction.java | 2 +- .../ui/swing/content/reply/ReplyFormUIHandler.java | 6 +-- faxtomail-ui-web/pom.xml | 18 +++---- .../faxtomail/web/action/admin/LdapAction.java | 8 ++- .../WEB-INF/content/admin/import-archive-input.jsp | 2 +- .../main/webapp/WEB-INF/content/demand-detail.jsp | 6 +-- .../main/webapp/WEB-INF/content/search-input.jsp | 2 +- faxtomail-ui-web/src/main/webapp/WEB-INF/wro.xml | 31 ++++++++--- pom.xml | 62 +++++++++++++++++----- 13 files changed, 106 insertions(+), 45 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm