branch develop updated (fa68104 -> eae605a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wao. See http://git.codelutin.com/wao.git from fa68104 correction des tests new 1e5c92f [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 1e6554d [jgitflow-maven-plugin]updating poms for branch '5.0-RC2' with snapshot versions adds 8622173 Ajout entĂȘte manquant adds 1b9402c [jgitflow-maven-plugin]updating poms for branch '5.0-RC2' with snapshot versions adds 4c99318 Merge branch 'release/5.0-RC2' of https://git.codelutin.com/wao into release/5.0-RC2 new 45c0606 [jgitflow-maven-plugin]updating poms for branch'release/5.0-RC2' with non-snapshot versions new 8d78952 Merge branch 'release/5.0-RC2' new 0dff500 Merge branch 'master' into develop new eae605a [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 eae605aec62640d869d636c8ff9acbadc70b42ee Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:12:27 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 0dff50030ccb3cb94ee70ad8393a98314822faa9 Merge: 1e5c92f 8d78952 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:12:26 2015 +0000 Merge branch 'master' into develop commit 1e5c92f03a4d1937581d822907a1cf531f3c81e5 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:12:26 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 8d789525522e43998db2dfb2d957071d2bc8d3f5 Merge: 8c8e421 45c0606 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:12:23 2015 +0000 Merge branch 'release/5.0-RC2' commit 45c06067976601f01e534d157fca9ea75d622794 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:09:44 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/5.0-RC2' with non-snapshot versions Summary of changes: .../fr/ifremer/wao/web/WaoI18nTextProvider.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) -- 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 wao. See http://git.codelutin.com/wao.git commit 45c06067976601f01e534d157fca9ea75d622794 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:09:44 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/5.0-RC2' with non-snapshot versions --- pom.xml | 2 +- wao-persistence/pom.xml | 2 +- wao-services/pom.xml | 2 +- wao-web/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8073e64..677d1b9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0-RC2</version> <packaging>pom</packaging> <name>Wao</name> diff --git a/wao-persistence/pom.xml b/wao-persistence/pom.xml index 8764427..6167d9a 100644 --- a/wao-persistence/pom.xml +++ b/wao-persistence/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0-RC2</version> </parent> <artifactId>wao-persistence</artifactId> diff --git a/wao-services/pom.xml b/wao-services/pom.xml index 5ffc11c..c4fc12e 100644 --- a/wao-services/pom.xml +++ b/wao-services/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0-RC2</version> </parent> <artifactId>wao-services</artifactId> diff --git a/wao-web/pom.xml b/wao-web/pom.xml index f1b4f6d..93c2fe4 100644 --- a/wao-web/pom.xml +++ b/wao-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-RC2-SNAPSHOT</version> + <version>5.0-RC2</version> </parent> <artifactId>wao-web</artifactId> -- 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 wao. See http://git.codelutin.com/wao.git commit 8d789525522e43998db2dfb2d957071d2bc8d3f5 Merge: 8c8e421 45c0606 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:12:23 2015 +0000 Merge branch 'release/5.0-RC2' pom.xml | 2 +- wao-persistence/pom.xml | 2 +- .../wao/entity/IndividualMeasurementStrategy.java | 10 ++ .../main/java/fr/ifremer/wao/entity/WaoUsers.java | 16 +++ .../i18n/wao-persistence_en_GB.properties | 4 +- .../i18n/wao-persistence_fr_FR.properties | 4 +- wao-services/pom.xml | 2 +- .../ifremer/wao/services/AuthenticatedWaoUser.java | 7 +- .../wao/services/service/SamplingPlanService.java | 16 +++ .../service/SclerochronologySamplingPlan.java | 2 +- .../SclerochronologySamplingPlanService.java | 44 ++++++++ .../administration/LaboratoriesService.java | 7 +- .../service/administration/WaoUsersList.java | 2 +- .../service/csv/ContactImportExportModel.java | 78 +++++++------- .../SclerochronologySamplingPlanExportModel.java | 116 +++++++++++++++++++++ .../import/contacts-sclerochronologie.csv | 2 +- .../src/test/resources/import/contacts.csv | 2 +- wao-web/pom.xml | 2 +- .../fr/ifremer/wao/web/WaoI18nTextProvider.java | 51 +++++++++ .../ExportSamplingPlanWithStatisticsAction.java | 9 +- .../action/administration/EditWaoUserAction.java | 4 +- .../main/resources/i18n/wao-web_en_GB.properties | 7 +- .../main/resources/i18n/wao-web_fr_FR.properties | 7 +- wao-web/src/main/resources/struts.xml | 2 +- .../src/main/webapp/WEB-INF/content/contacts.jsp | 4 +- .../WEB-INF/content/edit-sample-row-input.jsp | 2 +- .../WEB-INF/content/obsmer/sampling-plan.jsp | 2 +- .../content/sclerochronology/sampling-plan.jsp | 31 +++--- .../src/main/webapp/WEB-INF/decorators/layout.jsp | 2 +- 29 files changed, 350 insertions(+), 89 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 wao. See http://git.codelutin.com/wao.git commit 1e5c92f03a4d1937581d822907a1cf531f3c81e5 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:12:26 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- pom.xml | 2 +- wao-persistence/pom.xml | 2 +- wao-services/pom.xml | 2 +- wao-web/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8da7a50..677d1b9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-SNAPSHOT</version> + <version>5.0-RC2</version> <packaging>pom</packaging> <name>Wao</name> diff --git a/wao-persistence/pom.xml b/wao-persistence/pom.xml index 26c6ea3..6167d9a 100644 --- a/wao-persistence/pom.xml +++ b/wao-persistence/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-SNAPSHOT</version> + <version>5.0-RC2</version> </parent> <artifactId>wao-persistence</artifactId> diff --git a/wao-services/pom.xml b/wao-services/pom.xml index 3d39d69..c4fc12e 100644 --- a/wao-services/pom.xml +++ b/wao-services/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-SNAPSHOT</version> + <version>5.0-RC2</version> </parent> <artifactId>wao-services</artifactId> diff --git a/wao-web/pom.xml b/wao-web/pom.xml index d54b842..93c2fe4 100644 --- a/wao-web/pom.xml +++ b/wao-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-SNAPSHOT</version> + <version>5.0-RC2</version> </parent> <artifactId>wao-web</artifactId> -- 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 wao. See http://git.codelutin.com/wao.git commit 0dff50030ccb3cb94ee70ad8393a98314822faa9 Merge: 1e5c92f 8d78952 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:12:26 2015 +0000 Merge branch 'master' into develop .../fr/ifremer/wao/web/WaoI18nTextProvider.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) -- 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 wao. See http://git.codelutin.com/wao.git commit eae605aec62640d869d636c8ff9acbadc70b42ee Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:12:27 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- pom.xml | 2 +- wao-persistence/pom.xml | 2 +- wao-services/pom.xml | 2 +- wao-web/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 677d1b9..8da7a50 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-RC2</version> + <version>5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Wao</name> diff --git a/wao-persistence/pom.xml b/wao-persistence/pom.xml index 6167d9a..26c6ea3 100644 --- a/wao-persistence/pom.xml +++ b/wao-persistence/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-RC2</version> + <version>5.0-SNAPSHOT</version> </parent> <artifactId>wao-persistence</artifactId> diff --git a/wao-services/pom.xml b/wao-services/pom.xml index c4fc12e..3d39d69 100644 --- a/wao-services/pom.xml +++ b/wao-services/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-RC2</version> + <version>5.0-SNAPSHOT</version> </parent> <artifactId>wao-services</artifactId> diff --git a/wao-web/pom.xml b/wao-web/pom.xml index 93c2fe4..d54b842 100644 --- a/wao-web/pom.xml +++ b/wao-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>5.0-RC2</version> + <version>5.0-SNAPSHOT</version> </parent> <artifactId>wao-web</artifactId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm