branch develop updated (1ca5a63 -> 31cd998)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 1ca5a63 fix migration new e2b3621 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds f861c1d [jgitflow-maven-plugin]updating poms for 2.1.2 branch with snapshot versions new 9ec8da3 [jgitflow-maven-plugin]updating poms for branch'release/2.1.2' with non-snapshot versions new 3485a34 [jgitflow-maven-plugin]merging 'release/2.1.2' into 'master' new 824eda3 [jgitflow-maven-plugin]merging 'master' into 'develop' new 31cd998 [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 31cd998eb608821715099fac4b2d6937ac67d2d1 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:21:26 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 824eda314e3839b371a22f41199bb65b2ba0497c Merge: e2b3621 3485a34 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:21:26 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit e2b3621b05a04b0f0126587f264250ed3be368de Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:21:26 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 3485a340d98903ab6b0df7cb2f73db63fd89a97b Merge: ae37afe 9ec8da3 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:21:25 2016 +0200 [jgitflow-maven-plugin]merging 'release/2.1.2' into 'master' commit 9ec8da3a1fd7fe1d797cd3b65c760491962a47ab Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:19:29 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.1.2' 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 develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 9ec8da3a1fd7fe1d797cd3b65c760491962a47ab Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:19:29 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/2.1.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 4998eb0..b22e1e2 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.1.2-SNAPSHOT</version> + <version>2.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 064dc56..6aa9a84 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.1.2-SNAPSHOT</version> + <version>2.1.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index e372eb7..04577e8 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.1.2-SNAPSHOT</version> + <version>2.1.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index cddc934..556ad3a 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.1.2-SNAPSHOT</version> + <version>2.1.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 9bb124d..a5ad53b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.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 develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 3485a340d98903ab6b0df7cb2f73db63fd89a97b Merge: ae37afe 9ec8da3 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:21:25 2016 +0200 [jgitflow-maven-plugin]merging 'release/2.1.2' into 'master' ...V2_1_2_160421__remove_user_signings_and_add_signings_for_domains.sql | 1 + ...V2_1_2_160421__remove_user_signings_and_add_signings_for_domains.sql | 2 ++ faxtomail-ui-web/pom.xml | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) -- 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 develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit e2b3621b05a04b0f0126587f264250ed3be368de Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:21:26 2016 +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 3d216fd..b22e1e2 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.1.3-SNAPSHOT</version> + <version>2.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index c11bbcd..6aa9a84 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.1.3-SNAPSHOT</version> + <version>2.1.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index e36ff35..04577e8 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.1.3-SNAPSHOT</version> + <version>2.1.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 62849bc..556ad3a 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.1.3-SNAPSHOT</version> + <version>2.1.2</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 3f6ecba..a5ad53b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.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 develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 824eda314e3839b371a22f41199bb65b2ba0497c Merge: e2b3621 3485a34 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:21:26 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' -- 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 develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 31cd998eb608821715099fac4b2d6937ac67d2d1 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 21 16:21:26 2016 +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 b22e1e2..3d216fd 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.1.2</version> + <version>2.1.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 6aa9a84..c11bbcd 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.1.2</version> + <version>2.1.3-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 04577e8..e36ff35 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.1.2</version> + <version>2.1.3-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 556ad3a..62849bc 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.1.2</version> + <version>2.1.3-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index a5ad53b..3f6ecba 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.1.2</version> + <version>2.1.3-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