branch develop updated (4e8b5f3 -> c4e11be)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from 4e8b5f3 [jgitflow-maven-plugin]updating poms for 4.0-SNAPSHOT development new 10d50de [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 32c36cd ajout de license header new 5abebb3 [jgitflow-maven-plugin]updating poms for branch'release/4.0-RC6' with non-snapshot versions new da84358 [jgitflow-maven-plugin]merging 'release/4.0-RC6' into 'master' new c072462 [jgitflow-maven-plugin]merging 'master' into 'develop' new c4e11be [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 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 c4e11be92928d6f1b7111b02c5eff3f47a003075 Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:35:56 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit c072462360baea1178bbe262cfd80ff080fefc6d Merge: 10d50de da84358 Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:35:54 2015 +0000 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 10d50de6556e7fe404e0852f1f90571e240d5f60 Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:35:53 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit da843583bdeea253ee427a0a54c00f2bc2fc309f Merge: 0b35bd6 5abebb3 Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:35:49 2015 +0000 [jgitflow-maven-plugin]merging 'release/4.0-RC6' into 'master' commit 5abebb32a4ee36a1c63fafc63bc68c253f33121f Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:30:03 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/4.0-RC6' with non-snapshot versions commit 32c36cd62430523f2979ef460d11d0d8b4cc6cdd Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:29:50 2015 +0000 ajout de license header Summary of changes: .../report/model/operations/GroupByLength.java | 22 ++++++++++++++++++++++ .../DataSourceMigrationForVersion_4_0_RC6.java | 22 ++++++++++++++++++++++ .../db/4.0-RC6/fix-gearUseFeatures-topiaIds-H2.sql | 21 +++++++++++++++++++++ .../db/4.0-RC6/fix-gearUseFeatures-topiaIds-PG.sql | 21 +++++++++++++++++++++ .../ui/util/tripMap/TripMapContentBuilder.java | 22 ++++++++++++++++++++++ 5 files changed, 108 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 32c36cd62430523f2979ef460d11d0d8b4cc6cdd Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:29:50 2015 +0000 ajout de license header --- .../report/model/operations/GroupByLength.java | 22 ++++++++++++++++++++++ .../DataSourceMigrationForVersion_4_0_RC6.java | 22 ++++++++++++++++++++++ .../db/4.0-RC6/fix-gearUseFeatures-topiaIds-H2.sql | 21 +++++++++++++++++++++ .../db/4.0-RC6/fix-gearUseFeatures-topiaIds-PG.sql | 21 +++++++++++++++++++++ .../ui/util/tripMap/TripMapContentBuilder.java | 22 ++++++++++++++++++++++ 5 files changed, 108 insertions(+) diff --git a/observe-business/src/main/java/fr/ird/observe/report/model/operations/GroupByLength.java b/observe-business/src/main/java/fr/ird/observe/report/model/operations/GroupByLength.java index 6980ca1..cb7c7de 100644 --- a/observe-business/src/main/java/fr/ird/observe/report/model/operations/GroupByLength.java +++ b/observe-business/src/main/java/fr/ird/observe/report/model/operations/GroupByLength.java @@ -1,5 +1,27 @@ package fr.ird.observe.report.model.operations; +/* + * #%L + * ObServe :: Business + * %% + * Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.report.model.DataMatrix; import fr.ird.observe.report.model.Report; import fr.ird.observe.report.model.ReportOperation; diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_0_RC6.java b/observe-entities/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_0_RC6.java index 886027e..7cd1a59 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_0_RC6.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_0_RC6.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.migration.versions; +/* + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.migration.AbstractDataSourceMigration; import fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack; import fr.ird.observe.entities.migration.H2DataSourceMigration; diff --git a/observe-entities/src/main/resources/db/4.0-RC6/fix-gearUseFeatures-topiaIds-H2.sql b/observe-entities/src/main/resources/db/4.0-RC6/fix-gearUseFeatures-topiaIds-H2.sql index 86a0347..f3be214 100644 --- a/observe-entities/src/main/resources/db/4.0-RC6/fix-gearUseFeatures-topiaIds-H2.sql +++ b/observe-entities/src/main/resources/db/4.0-RC6/fix-gearUseFeatures-topiaIds-H2.sql @@ -1,3 +1,24 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- UPDATE OBSERVE_SEINE.gearusefeaturesmeasurement SET topiaid = replace(topiaid, 'GearUseFeaturesMeasurement#', 'GearUseFeaturesMeasurementSeine#'); ALTER TABLE OBSERVE_SEINE.gearusefeaturesmeasurement DROP CONSTRAINT fk_gearusefeaturesmeasurement_gearusefeatures; UPDATE OBSERVE_SEINE.gearusefeaturesmeasurement SET gearUseFeatures = replace(gearUseFeatures, 'GearUseFeatures#', 'GearUseFeaturesSeine#'); diff --git a/observe-entities/src/main/resources/db/4.0-RC6/fix-gearUseFeatures-topiaIds-PG.sql b/observe-entities/src/main/resources/db/4.0-RC6/fix-gearUseFeatures-topiaIds-PG.sql index 86a0347..f3be214 100644 --- a/observe-entities/src/main/resources/db/4.0-RC6/fix-gearUseFeatures-topiaIds-PG.sql +++ b/observe-entities/src/main/resources/db/4.0-RC6/fix-gearUseFeatures-topiaIds-PG.sql @@ -1,3 +1,24 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- UPDATE OBSERVE_SEINE.gearusefeaturesmeasurement SET topiaid = replace(topiaid, 'GearUseFeaturesMeasurement#', 'GearUseFeaturesMeasurementSeine#'); ALTER TABLE OBSERVE_SEINE.gearusefeaturesmeasurement DROP CONSTRAINT fk_gearusefeaturesmeasurement_gearusefeatures; UPDATE OBSERVE_SEINE.gearusefeaturesmeasurement SET gearUseFeatures = replace(gearUseFeatures, 'GearUseFeatures#', 'GearUseFeaturesSeine#'); diff --git a/observe-swing/src/main/java/fr/ird/observe/ui/util/tripMap/TripMapContentBuilder.java b/observe-swing/src/main/java/fr/ird/observe/ui/util/tripMap/TripMapContentBuilder.java index b9d1d2e..aa5a9cf 100644 --- a/observe-swing/src/main/java/fr/ird/observe/ui/util/tripMap/TripMapContentBuilder.java +++ b/observe-swing/src/main/java/fr/ird/observe/ui/util/tripMap/TripMapContentBuilder.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.util.tripMap; +/* + * #%L + * ObServe :: Swing + * %% + * Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import com.google.common.base.Optional; import com.google.common.base.Predicate; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 5abebb32a4ee36a1c63fafc63bc68c253f33121f Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:30:03 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/4.0-RC6' with non-snapshot versions --- observe-business/pom.xml | 2 +- observe-entities/pom.xml | 2 +- observe-swing/pom.xml | 2 +- observe-validation/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/observe-business/pom.xml b/observe-business/pom.xml index 0bda356..e7bf04c 100644 --- a/observe-business/pom.xml +++ b/observe-business/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6-SNAPSHOT</version> + <version>4.0-RC6</version> </parent> <artifactId>observe-business</artifactId> diff --git a/observe-entities/pom.xml b/observe-entities/pom.xml index ac7805d..557e9de 100644 --- a/observe-entities/pom.xml +++ b/observe-entities/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6-SNAPSHOT</version> + <version>4.0-RC6</version> </parent> <artifactId>observe-entities</artifactId> diff --git a/observe-swing/pom.xml b/observe-swing/pom.xml index 29a7d4f..951d41f 100644 --- a/observe-swing/pom.xml +++ b/observe-swing/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6-SNAPSHOT</version> + <version>4.0-RC6</version> </parent> <artifactId>observe-swing</artifactId> diff --git a/observe-validation/pom.xml b/observe-validation/pom.xml index d9e537f..41412a1 100644 --- a/observe-validation/pom.xml +++ b/observe-validation/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6-SNAPSHOT</version> + <version>4.0-RC6</version> </parent> <artifactId>observe-validation</artifactId> diff --git a/pom.xml b/pom.xml index 0897bbf..2c7d768 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6-SNAPSHOT</version> + <version>4.0-RC6</version> <packaging>pom</packaging> <name>ObServe</name> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit da843583bdeea253ee427a0a54c00f2bc2fc309f Merge: 0b35bd6 5abebb3 Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:35:49 2015 +0000 [jgitflow-maven-plugin]merging 'release/4.0-RC6' into 'master' README.txt | 8 +- observe-business/pom.xml | 2 +- .../src/main/filters/observe-reports.properties | 124 +++++- .../src/main/java/fr/ird/observe/DataService.java | 55 +++ .../fr/ird/observe/ObserveApplicationContext.java | 12 +- .../java/fr/ird/observe/report/ReportBuilder.java | 8 +- .../java/fr/ird/observe/report/model/Report.java | 12 +- .../fr/ird/observe/report/model/ReportExecute.java | 18 +- .../ird/observe/report/model/ReportOperation.java | 2 +- .../fr/ird/observe/report/model/ReportRequest.java | 10 +- .../report/model/operations/ExecuteRequests.java | 2 +- .../report/model/operations/GroupByLength.java | 109 +++++ .../observe/report/model/operations/SumColumn.java | 2 +- .../report/model/operations/SumIntColumn.java | 2 +- .../observe/report/model/operations/SumIntRow.java | 2 +- .../observe/report/model/operations/SumRow.java | 2 +- .../fr.ird.observe.report.model.ReportOperation | 3 +- .../ird/observe/its/report/AbstractReportIT.java | 4 +- .../its/report/accessoryCatch/Report2IT.java | 2 +- .../its/report/accessoryCatch/ReportIT.java | 2 +- .../report/accessoryCatchByGroup/Report2IT.java | 2 +- .../its/report/accessoryCatchByGroup/ReportIT.java | 2 +- .../test/resources/db/4.0-RC6/referentiel.sql.gz | Bin 0 -> 138231 bytes observe-entities/pom.xml | 2 +- .../main/java/fr/ird/observe/entities/Trip.java | 4 - .../entities/longline/TripLonglineDAOImpl.java | 142 ++++++- .../entities/longline/TripLonglineImpl.java | 85 ++-- .../migration/AbstractDataSourceMigration.java | 4 +- .../DataSourceMigrationForVersion_4_0_RC6.java | 72 ++++ .../referentiel/LengthWeightParemeterHelper.java | 19 +- .../ird/observe/entities/seine/RouteDAOImpl.java | 47 +++ .../fr/ird/observe/entities/seine/RouteImpl.java | 33 +- .../observe/entities/seine/TripSeineDAOImpl.java | 112 ++++- .../ird/observe/entities/seine/TripSeineImpl.java | 74 ++-- .../fr/ird/observe/tripMap/TripMapPointType.java | 10 +- .../db/4.0-RC6/fix-gearUseFeatures-topiaIds-H2.sql | 26 ++ .../db/4.0-RC6/fix-gearUseFeatures-topiaIds-PG.sql | 26 ++ .../i18n/observe-entities_en_GB.properties | 4 + .../i18n/observe-entities_es_ES.properties | 4 + .../i18n/observe-entities_fr_FR.properties | 6 +- .../src/main/xmi/observe-common.properties | 2 +- .../src/main/xmi/observe-longline.properties | 2 +- .../src/main/xmi/observe-seine.properties | 3 +- .../src/test/java/fr/ird/observe/ScriptTest.java | 2 +- observe-swing/pom.xml | 2 +- .../java/fr/ird/observe/ui/admin/AdminUIModel.java | 48 +-- .../ird/observe/ui/admin/export/ExportModel.java | 4 +- .../ird/observe/ui/admin/report/ReportModel.java | 6 +- .../observe/ui/admin/report/ReportUIHandler.java | 12 +- .../impl/longline/ActivityLonglineUIHandler.java | 72 +++- .../open/impl/longline/TripLonglineUIHandler.java | 5 +- .../ui/content/open/impl/seine/RouteUIHandler.java | 64 +-- .../open/impl/seine/TripSeineUIHandler.java | 5 +- .../ui/util/tripMap/TripMapContentBuilder.java | 457 +++++++++++++++++++++ .../fr/ird/observe/ui/util/tripMap/TripMapUI.css | 1 + .../observe/ui/util/tripMap/TripMapUIHandler.java | 357 ++-------------- observe-swing/src/main/map/style.xml | 163 +++++++- .../resources/i18n/observe-swing_en_GB.properties | 4 +- .../resources/i18n/observe-swing_es_ES.properties | 2 + .../resources/i18n/observe-swing_fr_FR.properties | 4 +- observe-validation/pom.xml | 2 +- pom.xml | 6 +- 62 files changed, 1638 insertions(+), 640 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 10d50de6556e7fe404e0852f1f90571e240d5f60 Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:35:53 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- observe-business/pom.xml | 2 +- observe-entities/pom.xml | 2 +- observe-swing/pom.xml | 2 +- observe-validation/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/observe-business/pom.xml b/observe-business/pom.xml index 6ab19ba..e7bf04c 100644 --- a/observe-business/pom.xml +++ b/observe-business/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-RC6</version> </parent> <artifactId>observe-business</artifactId> diff --git a/observe-entities/pom.xml b/observe-entities/pom.xml index 7a7e4d6..557e9de 100644 --- a/observe-entities/pom.xml +++ b/observe-entities/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-RC6</version> </parent> <artifactId>observe-entities</artifactId> diff --git a/observe-swing/pom.xml b/observe-swing/pom.xml index fe499ff..951d41f 100644 --- a/observe-swing/pom.xml +++ b/observe-swing/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-RC6</version> </parent> <artifactId>observe-swing</artifactId> diff --git a/observe-validation/pom.xml b/observe-validation/pom.xml index d6a0d00..41412a1 100644 --- a/observe-validation/pom.xml +++ b/observe-validation/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-RC6</version> </parent> <artifactId>observe-validation</artifactId> diff --git a/pom.xml b/pom.xml index 7ed2763..2c7d768 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-RC6</version> <packaging>pom</packaging> <name>ObServe</name> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit c072462360baea1178bbe262cfd80ff080fefc6d Merge: 10d50de da84358 Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:35:54 2015 +0000 [jgitflow-maven-plugin]merging 'master' into 'develop' .../report/model/operations/GroupByLength.java | 22 ++++++++++++++++++++++ .../DataSourceMigrationForVersion_4_0_RC6.java | 22 ++++++++++++++++++++++ .../db/4.0-RC6/fix-gearUseFeatures-topiaIds-H2.sql | 21 +++++++++++++++++++++ .../db/4.0-RC6/fix-gearUseFeatures-topiaIds-PG.sql | 21 +++++++++++++++++++++ .../ui/util/tripMap/TripMapContentBuilder.java | 22 ++++++++++++++++++++++ 5 files changed, 108 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit c4e11be92928d6f1b7111b02c5eff3f47a003075 Author: Maven Release <maven-release@codelutin.com> Date: Sat May 23 14:35:56 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- observe-business/pom.xml | 2 +- observe-entities/pom.xml | 2 +- observe-swing/pom.xml | 2 +- observe-validation/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/observe-business/pom.xml b/observe-business/pom.xml index e7bf04c..6ab19ba 100644 --- a/observe-business/pom.xml +++ b/observe-business/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6</version> + <version>4.0-SNAPSHOT</version> </parent> <artifactId>observe-business</artifactId> diff --git a/observe-entities/pom.xml b/observe-entities/pom.xml index 557e9de..7a7e4d6 100644 --- a/observe-entities/pom.xml +++ b/observe-entities/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6</version> + <version>4.0-SNAPSHOT</version> </parent> <artifactId>observe-entities</artifactId> diff --git a/observe-swing/pom.xml b/observe-swing/pom.xml index 951d41f..fe499ff 100644 --- a/observe-swing/pom.xml +++ b/observe-swing/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6</version> + <version>4.0-SNAPSHOT</version> </parent> <artifactId>observe-swing</artifactId> diff --git a/observe-validation/pom.xml b/observe-validation/pom.xml index 41412a1..d6a0d00 100644 --- a/observe-validation/pom.xml +++ b/observe-validation/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6</version> + <version>4.0-SNAPSHOT</version> </parent> <artifactId>observe-validation</artifactId> diff --git a/pom.xml b/pom.xml index 2c7d768..7ed2763 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>fr.ird.observe</groupId> <artifactId>observe</artifactId> - <version>4.0-RC6</version> + <version>4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ObServe</name> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm