branch develop updated (d1c83819 -> 2cf18b68)
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 d1c83819 clean pom adds 209df41f [gitflow-maven-plugin]Update versions for release adds 8f07a2a4 Pre release 4.2-rc1 new b57d3561 Merge branch 'release/4.2-rc1' into develop new 2cf18b68 [gitflow-maven-plugin]Update for next development version The 2 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 2cf18b68649b1a9c3d5e8ef82a0c5a03564addd8 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Feb 27 11:11:22 2020 +0100 [gitflow-maven-plugin]Update for next development version commit b57d3561b2f3a1ab47702fbddce3209c71411a06 Merge: d1c83819 8f07a2a4 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Feb 27 11:11:19 2020 +0100 Merge branch 'release/4.2-rc1' into develop Summary of changes: echobase-domain/pom.xml | 2 +- .../workingDb/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../workingDb/h2/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../h2/3.915-0-dataAcquisition-dataProcessing.sql | 22 +++++++++++++++++++++- .../migration/workingDb/h2/3.915-1-echotypeId.sql | 20 ++++++++++++++++++++ .../workingDb/h2/3.916-0-gear-icesExport.sql | 22 +++++++++++++++++++++- .../workingDb/pg/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../pg/3.915-0-dataAcquisition-dataProcessing.sql | 20 ++++++++++++++++++++ .../migration/workingDb/pg/3.915-1-echotypeId.sql | 20 ++++++++++++++++++++ echobase-services/pom.xml | 2 +- echobase-ui/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 169 insertions(+), 9 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 b57d3561b2f3a1ab47702fbddce3209c71411a06 Merge: d1c83819 8f07a2a4 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Feb 27 11:11:19 2020 +0100 Merge branch 'release/4.2-rc1' into develop echobase-domain/pom.xml | 2 +- .../workingDb/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../workingDb/h2/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../h2/3.915-0-dataAcquisition-dataProcessing.sql | 22 +++++++++++++++++++++- .../migration/workingDb/h2/3.915-1-echotypeId.sql | 20 ++++++++++++++++++++ .../workingDb/h2/3.916-0-gear-icesExport.sql | 22 +++++++++++++++++++++- .../workingDb/pg/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../pg/3.915-0-dataAcquisition-dataProcessing.sql | 20 ++++++++++++++++++++ .../migration/workingDb/pg/3.915-1-echotypeId.sql | 20 ++++++++++++++++++++ echobase-services/pom.xml | 2 +- echobase-ui/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 169 insertions(+), 9 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 2cf18b68649b1a9c3d5e8ef82a0c5a03564addd8 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Feb 27 11:11:22 2020 +0100 [gitflow-maven-plugin]Update for next development version --- 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 d13ff1a5..f4237189 100644 --- a/echobase-domain/pom.xml +++ b/echobase-domain/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.2-rc1</version> + <version>4.2-rc2-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-services/pom.xml b/echobase-services/pom.xml index 073cbca2..bf103175 100644 --- a/echobase-services/pom.xml +++ b/echobase-services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.2-rc1</version> + <version>4.2-rc2-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/echobase-ui/pom.xml b/echobase-ui/pom.xml index 4e500d4b..43b7105d 100644 --- a/echobase-ui/pom.xml +++ b/echobase-ui/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.2-rc1</version> + <version>4.2-rc2-SNAPSHOT</version> </parent> <groupId>fr.ifremer.echobase</groupId> diff --git a/pom.xml b/pom.xml index da4c0b52..36388f85 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>4.2-rc1</version> + <version>4.2-rc2-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