branch faxtomail-2.3.x updated (9f850d26 -> 3357ba5e)
This is an automated email from the git hooks/post-receive script. New change to branch faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 9f850d26 [jgitflow-maven-plugin]updating poms for 2.4.10-SNAPSHOT development new c445ab8b [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new b8483288 [jgitflow-maven-plugin]updating poms for branch'release/2.4.9' with non-snapshot versions new 0218b8d5 [jgitflow-maven-plugin]merging 'release/2.4.9' into 'master' new c1c0d504 [jgitflow-maven-plugin]merging 'master' into 'faxtomail-2.3.x' new 3357ba5e [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 5 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 3357ba5e7731fe02fda99b2cf417f8ed421058b6 Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:13:05 2018 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit c1c0d504959be5fa98b41be58eb0401faf1f73ed Merge: c445ab8b 0218b8d5 Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:13:03 2018 +0200 [jgitflow-maven-plugin]merging 'master' into 'faxtomail-2.3.x' commit c445ab8b228014956f49bc17c22d5783da2c4084 Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:13:03 2018 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 0218b8d5de2eb3c0e20bf81d8bb2bc29193296d8 Merge: 24f792ee b8483288 Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:13:02 2018 +0200 [jgitflow-maven-plugin]merging 'release/2.4.9' into 'master' commit b84832882a3b803bb3a89d2920eb76e140192ede Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:11:09 2018 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.4.9' with non-snapshot versions Summary of changes: -- 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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit b84832882a3b803bb3a89d2920eb76e140192ede Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:11:09 2018 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.4.9' 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 c5903050..30e07e1b 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.9-SNAPSHOT</version> + <version>2.4.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 11893a7b..26ea5f68 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.9-SNAPSHOT</version> + <version>2.4.9</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 36aaa334..3a029584 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.9-SNAPSHOT</version> + <version>2.4.9</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index bae71181..a5dad80a 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.9-SNAPSHOT</version> + <version>2.4.9</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 6d73225b..36c33ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.4.9-SNAPSHOT</version> + <version>2.4.9</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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 0218b8d5de2eb3c0e20bf81d8bb2bc29193296d8 Merge: 24f792ee b8483288 Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:13:02 2018 +0200 [jgitflow-maven-plugin]merging 'release/2.4.9' into 'master' faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- faxtomail-ui-web/pom.xml | 2 +- .../franciaflex/faxtomail/web/job/MailFilterJob.java | 20 +++++++++++--------- pom.xml | 2 +- 6 files changed, 16 insertions(+), 14 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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit c445ab8b228014956f49bc17c22d5783da2c4084 Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:13:03 2018 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- 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 eeebc9a5..30e07e1b 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.10-SNAPSHOT</version> + <version>2.4.9</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 7850eae1..26ea5f68 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.10-SNAPSHOT</version> + <version>2.4.9</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index cb4be2b7..3a029584 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.10-SNAPSHOT</version> + <version>2.4.9</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index fa9a62d6..a5dad80a 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.10-SNAPSHOT</version> + <version>2.4.9</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index ad4106c7..36c33ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.4.10-SNAPSHOT</version> + <version>2.4.9</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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit c1c0d504959be5fa98b41be58eb0401faf1f73ed Merge: c445ab8b 0218b8d5 Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:13:03 2018 +0200 [jgitflow-maven-plugin]merging 'master' into 'faxtomail-2.3.x' -- 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 faxtomail-2.3.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 3357ba5e7731fe02fda99b2cf417f8ed421058b6 Author: jcouteau <couteau@codelutin.com> Date: Fri Apr 20 15:13:05 2018 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- 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 30e07e1b..eeebc9a5 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.9</version> + <version>2.4.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 26ea5f68..7850eae1 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.9</version> + <version>2.4.10-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 3a029584..cb4be2b7 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.9</version> + <version>2.4.10-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index a5dad80a..fa9a62d6 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.9</version> + <version>2.4.10-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 36c33ab1..ad4106c7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.4.9</version> + <version>2.4.10-SNAPSHOT</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>.
participants (1)
-
codelutin.com scm