branch develop updated (f9b8891 -> ce25d23)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from f9b8891 [jgitflow-maven-plugin]updating poms for 4.5.1-SNAPSHOT development new 786ad19 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new ebd9003 Add license headers new 591a7f7 [jgitflow-maven-plugin]updating poms for branch'release/4.5' with non-snapshot versions new 275156c [jgitflow-maven-plugin]merging 'release/4.5' into 'master' new 2f6103e [jgitflow-maven-plugin]merging 'master' into 'develop' new ce25d23 [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 ce25d2301cebbbd879a9a5994d3429f9856d7be2 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:43:55 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 2f6103e6a4e5ac99d6a0d83d9dd68e955706ccd7 Merge: 786ad19 275156c Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:43:55 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 786ad19148415e4a573035c084cd6c3e9e569c09 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:43:54 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 275156c336d83ec9c903a08d6f9bac10ef3af831 Merge: e228463 591a7f7 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:43:51 2016 +0200 [jgitflow-maven-plugin]merging 'release/4.5' into 'master' commit 591a7f7894e47de9c271972ded03e51b7c04cb24 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:39:10 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/4.5' with non-snapshot versions commit ebd9003285c72368c87db2a653fb17d7e7ff86a5 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:38:55 2016 +0200 Add license headers Summary of changes: .../frequency/MaturityColumnIdentifier.java | 24 ++++++++++++++++++++++ .../content/protocol/CaracteristicsCount.java | 24 ++++++++++++++++++++++ 2 files changed, 48 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 tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit ebd9003285c72368c87db2a653fb17d7e7ff86a5 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:38:55 2016 +0200 Add license headers --- .../frequency/MaturityColumnIdentifier.java | 24 ++++++++++++++++++++++ .../content/protocol/CaracteristicsCount.java | 24 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/MaturityColumnIdentifier.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/MaturityColumnIdentifier.java index ef0c5fc..ec4c6cf 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/MaturityColumnIdentifier.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/frequency/MaturityColumnIdentifier.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.content.operation.catches.species.frequency; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2016 Ifremer + * %% + * 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.ifremer.tutti.persistence.entities.referential.Caracteristic; import fr.ifremer.tutti.ui.swing.util.table.CaracteristicColumnIdentifier; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/CaracteristicsCount.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/CaracteristicsCount.java index ab643d9..c37a5a4 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/CaracteristicsCount.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/CaracteristicsCount.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.content.protocol; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2016 Ifremer + * %% + * 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.Predicate; import fr.ifremer.tutti.persistence.entities.referential.Caracteristic; import jaxx.runtime.swing.editor.bean.BeanDoubleList; -- 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 tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 591a7f7894e47de9c271972ded03e51b7c04cb24 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:39:10 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/4.5' with non-snapshot versions --- pom.xml | 2 +- tutti-caliper/pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-report-generator/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 4d19a07..7337de3 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5</version> <packaging>pom</packaging> <name>Tutti</name> diff --git a/tutti-caliper/pom.xml b/tutti-caliper/pom.xml index 828c127..54ee8d7 100644 --- a/tutti-caliper/pom.xml +++ b/tutti-caliper/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ichtyometer/pom.xml b/tutti-ichtyometer/pom.xml index 13eb09f..89c924d 100644 --- a/tutti-ichtyometer/pom.xml +++ b/tutti-ichtyometer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-persistence/pom.xml b/tutti-persistence/pom.xml index 304969a..7373aea 100644 --- a/tutti-persistence/pom.xml +++ b/tutti-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-report-generator/pom.xml b/tutti-report-generator/pom.xml index fa737a7..a537541 100644 --- a/tutti-report-generator/pom.xml +++ b/tutti-report-generator/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index 95a7f93..fc2f754 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing-updater/pom.xml b/tutti-ui-swing-updater/pom.xml index fe3098a..5c2c013 100644 --- a/tutti-ui-swing-updater/pom.xml +++ b/tutti-ui-swing-updater/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index fa4d30c..2e120d1 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> -- 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 tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 275156c336d83ec9c903a08d6f9bac10ef3af831 Merge: e228463 591a7f7 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:43:51 2016 +0200 [jgitflow-maven-plugin]merging 'release/4.5' into 'master' pom.xml | 16 +- tutti-caliper/pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- .../tutti/persistence/TuttiPersistenceImpl.java | 4 +- .../persistence/TuttiPersistenceNoDbImpl.java | 2 +- ...dividualObservationBatchPersistenceService.java | 3 +- ...dualObservationBatchPersistenceServiceImpl.java | 2 +- tutti-report-generator/pom.xml | 2 +- tutti-service/pom.xml | 2 +- .../ifremer/tutti/service/PersistenceService.java | 79 ++- .../catches/multipost/MultiPostImportService.java | 571 ++++++++++----------- .../genericformat/GenericFormatExportContext.java | 10 +- .../GenericFormatExportOperationContext.java | 16 +- .../GenericFormatImportOperationContext.java | 24 +- .../genericformat/GenericFormatImportService.java | 2 +- .../GenericformatImportPersistenceHelper.java | 42 ++ .../CsvConsumerForIndividualObservation.java | 23 +- .../csv/IndividualObservationModel.java | 11 +- .../csv/IndividualObservationRow.java | 20 +- .../importactions/ImportCatchAction.java | 3 + .../ImportIndividualObservationAction.java | 61 ++- .../ValidateIndividualObservationAction.java | 72 ++- .../CsvProducerForIndividualObservation.java | 21 +- .../resources/i18n/tutti-service_en_GB.properties | 1 + .../resources/i18n/tutti-service_fr_FR.properties | 1 + tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- .../content/actions/EditCatchesSupportAction.java | 3 +- .../actions/OpenGenericFormatExportScreen.java | 3 + .../actions/OpenGenericFormatImportScreen.java | 3 + .../content/actions/OpenReportScreenAction.java | 3 + .../operation/catches/EditCatchesUIHandler.java | 419 ++++----------- .../operation/catches/EditCatchesUIModel.java | 15 + .../IndividualObservationBatchTableHandler.java | 337 ++++++------ .../IndividualObservationBatchTableModel.java | 191 ++++--- .../IndividualObservationBatchUIModel.java | 89 ++-- .../IndividualObservationToFrequencyEngine.java | 2 +- ...IndividualObservationToSamplingCacheEngine.java | 6 - .../frequency/IndividualObservationUICache.java | 9 +- .../frequency/MaturityColumnIdentifier.java | 69 +++ .../frequency/SamplingNotificationZoneHandler.java | 16 +- .../frequency/SpeciesFrequencyTableModel.java | 54 +- .../species/frequency/SpeciesFrequencyUI.jaxx | 3 + .../frequency/SpeciesFrequencyUIHandler.java | 118 +++-- .../species/frequency/SpeciesFrequencyUIModel.java | 54 +- .../actions/CancelEditSpeciesFrequencyAction.java | 17 +- .../ImportMultiPostSpeciesSupportAction.java | 20 +- .../actions/EditFishingOperationAction.java | 19 +- .../content/protocol/CaracteristicsCount.java | 105 ++++ .../protocol/EditProtocolSpeciesTableModel.java | 38 +- .../content/protocol/EditProtocolUIHandler.java | 176 ++++--- .../content/protocol/EditProtocolUIModel.java | 67 ++- .../actions/RemoveBenthosProtocolAction.java | 18 +- .../actions/RemoveSpeciesProtocolAction.java | 18 +- .../CaracteristicMapCellComponent.java | 16 +- .../CaracteristicMapEditorUIHandler.java | 5 +- .../CaracteristicMapEditorUIModel.java | 24 +- .../SpeciesFrequencyUIModel-error-validation.xml | 2 +- .../resources/i18n/tutti-ui-swing_en_GB.properties | 2 + .../resources/i18n/tutti-ui-swing_fr_FR.properties | 2 + 61 files changed, 1650 insertions(+), 1271 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 tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 786ad19148415e4a573035c084cd6c3e9e569c09 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:43:54 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- pom.xml | 2 +- tutti-caliper/pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-report-generator/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index c84a0d4..7337de3 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5.1-SNAPSHOT</version> + <version>4.5</version> <packaging>pom</packaging> <name>Tutti</name> diff --git a/tutti-caliper/pom.xml b/tutti-caliper/pom.xml index b056213..54ee8d7 100644 --- a/tutti-caliper/pom.xml +++ b/tutti-caliper/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5.1-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ichtyometer/pom.xml b/tutti-ichtyometer/pom.xml index 9f83c99..89c924d 100644 --- a/tutti-ichtyometer/pom.xml +++ b/tutti-ichtyometer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5.1-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-persistence/pom.xml b/tutti-persistence/pom.xml index 6f4925d..7373aea 100644 --- a/tutti-persistence/pom.xml +++ b/tutti-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5.1-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-report-generator/pom.xml b/tutti-report-generator/pom.xml index 85813ae..a537541 100644 --- a/tutti-report-generator/pom.xml +++ b/tutti-report-generator/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5.1-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index ad30c0a..fc2f754 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5.1-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing-updater/pom.xml b/tutti-ui-swing-updater/pom.xml index adf4bbf..5c2c013 100644 --- a/tutti-ui-swing-updater/pom.xml +++ b/tutti-ui-swing-updater/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5.1-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 288f446..2e120d1 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5.1-SNAPSHOT</version> + <version>4.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> -- 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 tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 2f6103e6a4e5ac99d6a0d83d9dd68e955706ccd7 Merge: 786ad19 275156c Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:43:55 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' .../frequency/MaturityColumnIdentifier.java | 24 ++++++++++++++++++++++ .../content/protocol/CaracteristicsCount.java | 24 ++++++++++++++++++++++ 2 files changed, 48 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 tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit ce25d2301cebbbd879a9a5994d3429f9856d7be2 Author: Maven Release <maven-release@codelutin.com> Date: Thu Apr 28 10:43:55 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- pom.xml | 2 +- tutti-caliper/pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-report-generator/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 7337de3..c84a0d4 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Tutti</name> diff --git a/tutti-caliper/pom.xml b/tutti-caliper/pom.xml index 54ee8d7..b056213 100644 --- a/tutti-caliper/pom.xml +++ b/tutti-caliper/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ichtyometer/pom.xml b/tutti-ichtyometer/pom.xml index 89c924d..9f83c99 100644 --- a/tutti-ichtyometer/pom.xml +++ b/tutti-ichtyometer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-persistence/pom.xml b/tutti-persistence/pom.xml index 7373aea..6f4925d 100644 --- a/tutti-persistence/pom.xml +++ b/tutti-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-report-generator/pom.xml b/tutti-report-generator/pom.xml index a537541..85813ae 100644 --- a/tutti-report-generator/pom.xml +++ b/tutti-report-generator/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index fc2f754..ad30c0a 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing-updater/pom.xml b/tutti-ui-swing-updater/pom.xml index 5c2c013..adf4bbf 100644 --- a/tutti-ui-swing-updater/pom.xml +++ b/tutti-ui-swing-updater/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 2e120d1..288f446 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>4.5</version> + <version>4.5.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm