branch develop updated (5da3230 -> 34a535e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 5da3230 [jgitflow-maven-plugin]updating poms for 4.0.9-SNAPSHOT development new 32b29ed [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 1ea0e91 [jgitflow-maven-plugin]updating poms for branch'release/4.0.8' with non-snapshot versions new 49242ff [jgitflow-maven-plugin]merging 'release/4.0.8' into 'master' new 0ea7c48 [jgitflow-maven-plugin]merging 'master' into 'develop' new 34a535e [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 34a535e49bfcd46e95f881c679ca1347a9d5e5c1 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:14:05 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 0ea7c482e283e5c8f41e9c33151dc6043e5a9365 Merge: 32b29ed 49242ff Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:14:04 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 32b29edf436e30190c4680979db91689b8a1dd2b Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:14:03 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 49242ff79f41b3ac2e1e0883976fd902ad451336 Merge: 93cea64 1ea0e91 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:14:00 2016 +0100 [jgitflow-maven-plugin]merging 'release/4.0.8' into 'master' commit 1ea0e9172d4af0f0395cb99e1b0f0a0ffab8ec6e Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:09:55 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/4.0.8' 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 echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 1ea0e9172d4af0f0395cb99e1b0f0a0ffab8ec6e Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:09:55 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/4.0.8' with non-snapshot versions --- echobase-domain/pom.xml | 2 +- echobase-services/pom.xml | 2 +- echobase-ui/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/echobase-domain/pom.xml b/echobase-domain/pom.xml index 37c987d..480b340 100644 --- a/echobase-domain/pom.xml +++ b/echobase-domain/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.8-SNAPSHOT</version> + <version>4.0.8</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index b310dc0..f06a1dd 100644 --- a/echobase-services/pom.xml +++ b/echobase-services/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.8-SNAPSHOT</version> + <version>4.0.8</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index ae1f915..ee45643 100644 --- a/echobase-ui/pom.xml +++ b/echobase-ui/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.8-SNAPSHOT</version> + <version>4.0.8</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index 73c7b99..6ae2321 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.8-SNAPSHOT</version> + <version>4.0.8</version> <modules> <module>echobase-domain</module> -- 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 echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 49242ff79f41b3ac2e1e0883976fd902ad451336 Merge: 93cea64 1ea0e91 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:14:00 2016 +0100 [jgitflow-maven-plugin]merging 'release/4.0.8' into 'master' echobase-domain/pom.xml | 2 +- echobase-services/pom.xml | 2 +- echobase-ui/pom.xml | 7 ++++--- pom.xml | 6 ++++-- src/site/rst/usage.rst.vm | 2 +- 5 files changed, 11 insertions(+), 8 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 develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 32b29edf436e30190c4680979db91689b8a1dd2b Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:14:03 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- echobase-domain/pom.xml | 2 +- echobase-services/pom.xml | 2 +- echobase-ui/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/echobase-domain/pom.xml b/echobase-domain/pom.xml index a635531..480b340 100644 --- a/echobase-domain/pom.xml +++ b/echobase-domain/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.9-SNAPSHOT</version> + <version>4.0.8</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index 3304d0d..f06a1dd 100644 --- a/echobase-services/pom.xml +++ b/echobase-services/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.9-SNAPSHOT</version> + <version>4.0.8</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index fe21210..ee45643 100644 --- a/echobase-ui/pom.xml +++ b/echobase-ui/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.9-SNAPSHOT</version> + <version>4.0.8</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index f5de574..6ae2321 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.9-SNAPSHOT</version> + <version>4.0.8</version> <modules> <module>echobase-domain</module> -- 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 echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 0ea7c482e283e5c8f41e9c33151dc6043e5a9365 Merge: 32b29ed 49242ff Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:14:04 2016 +0100 [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 echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 34a535e49bfcd46e95f881c679ca1347a9d5e5c1 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 2 16:14:05 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- echobase-domain/pom.xml | 2 +- echobase-services/pom.xml | 2 +- echobase-ui/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/echobase-domain/pom.xml b/echobase-domain/pom.xml index 480b340..a635531 100644 --- a/echobase-domain/pom.xml +++ b/echobase-domain/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.8</version> + <version>4.0.9-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index f06a1dd..3304d0d 100644 --- a/echobase-services/pom.xml +++ b/echobase-services/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.8</version> + <version>4.0.9-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index ee45643..fe21210 100644 --- a/echobase-ui/pom.xml +++ b/echobase-ui/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.8</version> + <version>4.0.9-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index 6ae2321..f5de574 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0.8</version> + <version>4.0.9-SNAPSHOT</version> <modules> <module>echobase-domain</module> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm