branch develop updated (4de4f43 -> 4d494c8)
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 4de4f43 Add forget callback for migration refs #8353 new fcc059d [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 907cfc4 [jgitflow-maven-plugin]updating poms for 4.0-alpha-3 branch with snapshot versions new 468e955 [jgitflow-maven-plugin]updating poms for branch'release/4.0-alpha-3' with non-snapshot versions new 5ef97c9 [jgitflow-maven-plugin]merging 'release/4.0-alpha-3' into 'master' new 53fec10 [jgitflow-maven-plugin]merging 'master' into 'develop' new 4d494c8 [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 4d494c8bb62bf6278b5c79ea1106b49663950e24 Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:36:24 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 53fec10ed8d5af805afc8cabc2914a826ab79f14 Merge: fcc059d 5ef97c9 Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:36:23 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit fcc059dc89191a613ddea49338ea06248bcf544f Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:36:23 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 5ef97c9beb75580af6ae76958619fe89297fe760 Merge: 09f06f6 468e955 Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:36:20 2016 +0200 [jgitflow-maven-plugin]merging 'release/4.0-alpha-3' into 'master' commit 468e9550401fcd4c90e8c5d307608424db7aae40 Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:33:49 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/4.0-alpha-3' 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 468e9550401fcd4c90e8c5d307608424db7aae40 Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:33:49 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/4.0-alpha-3' 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 c7dc846..ff036c5 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-alpha-3-SNAPSHOT</version> + <version>4.0-alpha-3</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index acfa047..bc6c02e 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-alpha-3-SNAPSHOT</version> + <version>4.0-alpha-3</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index e27a301..b4bcc6a 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-alpha-3-SNAPSHOT</version> + <version>4.0-alpha-3</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index 88fa641..b9c22b2 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0-alpha-3-SNAPSHOT</version> + <version>4.0-alpha-3</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 5ef97c9beb75580af6ae76958619fe89297fe760 Merge: 09f06f6 468e955 Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:36:20 2016 +0200 [jgitflow-maven-plugin]merging 'release/4.0-alpha-3' into 'master' echobase-domain/pom.xml | 2 +- .../WorkingDbMigrationCallBackForVersion3_902.java | 52 ++++++++++++++++++++++ .../migration/workingDb/pg/3.900-0-fix-types.sql | 4 +- .../pg/3.901-1-upgrade-importFile-table.sql | 2 +- echobase-services/pom.xml | 2 +- echobase-ui/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 59 insertions(+), 7 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 fcc059dc89191a613ddea49338ea06248bcf544f Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:36:23 2016 +0200 [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 4e85f0c..ff036c5 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-SNAPSHOT</version> + <version>4.0-alpha-3</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index 28473a7..bc6c02e 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-SNAPSHOT</version> + <version>4.0-alpha-3</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index af02dfb..b4bcc6a 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-SNAPSHOT</version> + <version>4.0-alpha-3</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index a32d2be..b9c22b2 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-alpha-3</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 53fec10ed8d5af805afc8cabc2914a826ab79f14 Merge: fcc059d 5ef97c9 Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:36:23 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 echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 4d494c8bb62bf6278b5c79ea1106b49663950e24 Author: Maven Release <maven-release@codelutin.com> Date: Mon Jun 20 13:36:24 2016 +0200 [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 ff036c5..4e85f0c 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-alpha-3</version> + <version>4.0-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index bc6c02e..28473a7 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-alpha-3</version> + <version>4.0-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index b4bcc6a..af02dfb 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-alpha-3</version> + <version>4.0-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index b9c22b2..a32d2be 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.0-alpha-3</version> + <version>4.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