branch develop updated (a0e54ae -> e004221)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from a0e54ae [jgitflow-maven-plugin]updating poms for 3.0-SNAPSHOT development new d3717ad [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 914f09f [jgitflow-maven-plugin]updating poms for 2.11 branch with snapshot versions new 2b3c122 [jgitflow-maven-plugin]updating poms for branch'release/2.11' with non-snapshot versions new b9ffba5 [jgitflow-maven-plugin]merging 'release/2.11' into 'master' new 381c6ea [jgitflow-maven-plugin]merging 'master' into 'develop' new e004221 [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 e0042219cad26b46edb10ba218274b9be5016e9c Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:36:22 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 381c6ea564bd65e07e174dc5e2f4851ebe37d17d Merge: d3717ad b9ffba5 Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:36:21 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' commit d3717ad0a274699c4a8843f1121de2009a97a82c Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:36:21 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit b9ffba5c0ada2080c958536fc69dc238bd7ab5cf Merge: ca9ca02 2b3c122 Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:36:18 2016 +0100 [jgitflow-maven-plugin]merging 'release/2.11' into 'master' commit 2b3c1228ade81c6d6bac044f02ebcdda4f44d92f Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:33:58 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.11' 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 http://git.codelutin.com/echobase.git commit 2b3c1228ade81c6d6bac044f02ebcdda4f44d92f Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:33:58 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.11' 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 5af06d0..87ee3ab 100644 --- a/echobase-domain/pom.xml +++ b/echobase-domain/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>2.11-SNAPSHOT</version> + <version>2.11</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index 62fb4b2..7419364 100644 --- a/echobase-services/pom.xml +++ b/echobase-services/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>2.11-SNAPSHOT</version> + <version>2.11</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index ca4e265..8069646 100644 --- a/echobase-ui/pom.xml +++ b/echobase-ui/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>2.11-SNAPSHOT</version> + <version>2.11</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index 34340b1..d33d620 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>2.11-SNAPSHOT</version> + <version>2.11</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 http://git.codelutin.com/echobase.git commit b9ffba5c0ada2080c958536fc69dc238bd7ab5cf Merge: ca9ca02 2b3c122 Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:36:18 2016 +0100 [jgitflow-maven-plugin]merging 'release/2.11' into 'master' 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(-) -- 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 http://git.codelutin.com/echobase.git commit d3717ad0a274699c4a8843f1121de2009a97a82c Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:36:21 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 4102e99..87ee3ab 100644 --- a/echobase-domain/pom.xml +++ b/echobase-domain/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.11</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index a9b9c73..7419364 100644 --- a/echobase-services/pom.xml +++ b/echobase-services/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.11</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index c3c94af..8069646 100644 --- a/echobase-ui/pom.xml +++ b/echobase-ui/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.11</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index 6e42a10..d33d620 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>3.0-SNAPSHOT</version> + <version>2.11</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 http://git.codelutin.com/echobase.git commit 381c6ea564bd65e07e174dc5e2f4851ebe37d17d Merge: d3717ad b9ffba5 Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:36:21 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 http://git.codelutin.com/echobase.git commit e0042219cad26b46edb10ba218274b9be5016e9c Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 12 16:36:22 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 87ee3ab..4102e99 100644 --- a/echobase-domain/pom.xml +++ b/echobase-domain/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>2.11</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index 7419364..a9b9c73 100644 --- a/echobase-services/pom.xml +++ b/echobase-services/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>2.11</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index 8069646..c3c94af 100644 --- a/echobase-ui/pom.xml +++ b/echobase-ui/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>2.11</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index d33d620..6e42a10 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>2.11</version> + <version>3.0-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