branch develop updated (d7437ca -> 2698100)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from d7437ca fixes #6193 : make initial users active new 1eca364 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds f9b1cf1 [jgitflow-maven-plugin]updating poms for branch '0.2.1' with snapshot versions new 526c845 release version new ef311c0 [jgitflow-maven-plugin]updating poms for branch'release/0.2.1' with non-snapshot versions new 0f30ad4 release version new efca33e Merge branch 'release/0.2.1' new 6620d6f Merge branch 'master' into develop new 2698100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 7 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 2698100b5bd434fd81b38bbb35336ce4cf425630 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:09:51 2014 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 6620d6f72b03331d8b8499515de1ea050eff661f Merge: 1eca364 efca33e Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:09:50 2014 +0000 Merge branch 'master' into develop commit 1eca3642478045fda4d0a0566560e86a0e31a671 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:09:50 2014 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit efca33eac785800e98ab963ffc56f9bcef884cd5 Merge: 466d5e3 0f30ad4 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:09:49 2014 +0000 Merge branch 'release/0.2.1' commit 0f30ad427a5015c050902218c0fa152e3aa36669 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:07:46 2014 +0000 release version commit ef311c01df2699adb33b067cfc2d68f8354dc93d Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:04:41 2014 +0000 [jgitflow-maven-plugin]updating poms for branch'release/0.2.1' with non-snapshot versions commit 526c8454156d3023ecaf991a31bd7a6fe361a20d Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:04:23 2014 +0000 release version Summary of changes: coselmar-ui/src/main/webapp/version.txt | 2 +- 1 file changed, 1 insertion(+), 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 coselmar. See http://git.codelutin.com/coselmar.git commit 526c8454156d3023ecaf991a31bd7a6fe361a20d Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:04:23 2014 +0000 release version --- coselmar-ui/src/main/webapp/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/version.txt b/coselmar-ui/src/main/webapp/version.txt index 3f82886..a20a0cf 100644 --- a/coselmar-ui/src/main/webapp/version.txt +++ b/coselmar-ui/src/main/webapp/version.txt @@ -1 +1 @@ -0.3-SNAPSHOT \ No newline at end of file +0.2.1-SNAPSHOT \ No newline at end of file -- 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 coselmar. See http://git.codelutin.com/coselmar.git commit ef311c01df2699adb33b067cfc2d68f8354dc93d Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:04:41 2014 +0000 [jgitflow-maven-plugin]updating poms for branch'release/0.2.1' with non-snapshot versions --- coselmar-bundle/pom.xml | 2 +- coselmar-persistence/pom.xml | 2 +- coselmar-rest/pom.xml | 2 +- coselmar-ui/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index 7e7dbb6..eef846a 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-persistence/pom.xml b/coselmar-persistence/pom.xml index d67e021..2436fef 100644 --- a/coselmar-persistence/pom.xml +++ b/coselmar-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-rest/pom.xml b/coselmar-rest/pom.xml index b9b1971..8ba2a3b 100644 --- a/coselmar-rest/pom.xml +++ b/coselmar-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-ui/pom.xml b/coselmar-ui/pom.xml index ef08b86..58e0869 100644 --- a/coselmar-ui/pom.xml +++ b/coselmar-ui/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/pom.xml b/pom.xml index 3a29a1a..cbbdef8 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1-SNAPSHOT</version> + <version>0.2.1</version> <packaging>pom</packaging> <name>Coselmar</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 coselmar. See http://git.codelutin.com/coselmar.git commit 0f30ad427a5015c050902218c0fa152e3aa36669 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:07:46 2014 +0000 release version --- coselmar-ui/src/main/webapp/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/version.txt b/coselmar-ui/src/main/webapp/version.txt index a20a0cf..7dff5b8 100644 --- a/coselmar-ui/src/main/webapp/version.txt +++ b/coselmar-ui/src/main/webapp/version.txt @@ -1 +1 @@ -0.2.1-SNAPSHOT \ No newline at end of file +0.2.1 \ No newline at end of file -- 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 coselmar. See http://git.codelutin.com/coselmar.git commit efca33eac785800e98ab963ffc56f9bcef884cd5 Merge: 466d5e3 0f30ad4 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:09:49 2014 +0000 Merge branch 'release/0.2.1' coselmar-bundle/pom.xml | 2 +- coselmar-persistence/pom.xml | 2 +- coselmar-rest/pom.xml | 2 +- .../java/fr/ifremer/coselmar/services/v1/InitialisationService.java | 2 ++ coselmar-ui/pom.xml | 2 +- coselmar-ui/src/main/webapp/version.txt | 2 +- pom.xml | 2 +- 7 files changed, 8 insertions(+), 6 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 coselmar. See http://git.codelutin.com/coselmar.git commit 1eca3642478045fda4d0a0566560e86a0e31a671 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:09:50 2014 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- coselmar-bundle/pom.xml | 2 +- coselmar-persistence/pom.xml | 2 +- coselmar-rest/pom.xml | 2 +- coselmar-ui/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index 00d48e3..eef846a 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.2.1</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-persistence/pom.xml b/coselmar-persistence/pom.xml index 33cc3a7..2436fef 100644 --- a/coselmar-persistence/pom.xml +++ b/coselmar-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.2.1</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-rest/pom.xml b/coselmar-rest/pom.xml index e91353f..8ba2a3b 100644 --- a/coselmar-rest/pom.xml +++ b/coselmar-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.2.1</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-ui/pom.xml b/coselmar-ui/pom.xml index b1b9b6e..58e0869 100644 --- a/coselmar-ui/pom.xml +++ b/coselmar-ui/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.2.1</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/pom.xml b/pom.xml index 7c7bdca..cbbdef8 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.2.1</version> <packaging>pom</packaging> <name>Coselmar</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 coselmar. See http://git.codelutin.com/coselmar.git commit 6620d6f72b03331d8b8499515de1ea050eff661f Merge: 1eca364 efca33e Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:09:50 2014 +0000 Merge branch 'master' into develop coselmar-ui/src/main/webapp/version.txt | 2 +- 1 file changed, 1 insertion(+), 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 coselmar. See http://git.codelutin.com/coselmar.git commit 2698100b5bd434fd81b38bbb35336ce4cf425630 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 27 17:09:51 2014 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- coselmar-bundle/pom.xml | 2 +- coselmar-persistence/pom.xml | 2 +- coselmar-rest/pom.xml | 2 +- coselmar-ui/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index eef846a..00d48e3 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1</version> + <version>0.3-SNAPSHOT</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-persistence/pom.xml b/coselmar-persistence/pom.xml index 2436fef..33cc3a7 100644 --- a/coselmar-persistence/pom.xml +++ b/coselmar-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1</version> + <version>0.3-SNAPSHOT</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-rest/pom.xml b/coselmar-rest/pom.xml index 8ba2a3b..e91353f 100644 --- a/coselmar-rest/pom.xml +++ b/coselmar-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1</version> + <version>0.3-SNAPSHOT</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-ui/pom.xml b/coselmar-ui/pom.xml index 58e0869..b1b9b6e 100644 --- a/coselmar-ui/pom.xml +++ b/coselmar-ui/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1</version> + <version>0.3-SNAPSHOT</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/pom.xml b/pom.xml index cbbdef8..7c7bdca 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.2.1</version> + <version>0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Coselmar</name> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm