branch develop updated (9ea0ad0 -> 495860a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 9ea0ad0 refs #6569: [ERGONOMIE] amélioration de la visibilité et du déclanchement des .csv et .pdf sur les traits (tentative d'amélioration du style) new 0ffc98b [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 5ead1e2 [jgitflow-maven-plugin]updating poms for branch '3.12.1' with snapshot versions new 2eeed46 fix default-bundle build new 55b77db add licene headers new d4debfd [jgitflow-maven-plugin]updating poms for branch'release/3.12.1' with non-snapshot versions new d6e6335 Merge branch 'release/3.12.1' new c935aeb Merge branch 'master' into develop new 495860a [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 7 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 495860a786029046844eadaf7f78448d0e4b61d7 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:57:53 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit c935aebb1caee43d5e9ab4a4cd1235eaa8ec78e4 Merge: 0ffc98b d6e6335 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:57:53 2015 +0000 Merge branch 'master' into develop commit 0ffc98b8c57cfc80876381a1f9bdd600f58491ba Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:57:53 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit d6e6335d081177bc92cadda724d5bf873b659cd3 Merge: ab1d55b d4debfd Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:57:51 2015 +0000 Merge branch 'release/3.12.1' commit d4debfd41e677063a4ddd98db9522ef2f863b5e9 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:44:32 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/3.12.1' with non-snapshot versions commit 55b77dbeddc65828ee1a4967661e7d3d5e40bb36 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:44:18 2015 +0000 add licene headers commit 2eeed4695a21f2ca955b68f092ff77546f4c83ea Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:44:01 2015 +0000 fix default-bundle build Summary of changes: .../entities/data/SampleCategoryModels.java | 24 +++++++++++++++++ .../swing/updater/UpdateModuleConfiguration.java | 24 +++++++++++++++++ .../ui/swing/updater/UpdaterFileSystemPathes.java | 24 +++++++++++++++++ tutti-ui-swing/pom.xml | 30 ++++++++++++++++++++++ .../swing/update/ApplicationUpdateException.java | 24 +++++++++++++++++ .../swing/update/TuttiUpdaterCallBackSupport.java | 24 +++++++++++++++++ .../fr/ifremer/tutti/ui/swing/update/Updates.java | 24 +++++++++++++++++ .../ui/swing/update/module/DbModuleUpdater.java | 24 +++++++++++++++++ .../ui/swing/update/module/HelpModuleUpdater.java | 24 +++++++++++++++++ .../ui/swing/update/module/I18NModuleUpdater.java | 24 +++++++++++++++++ .../update/module/IchtyometerModuleUpdater.java | 24 +++++++++++++++++ .../ui/swing/update/module/JreModuleUpdater.java | 24 +++++++++++++++++ .../swing/update/module/LauncherModuleUpdater.java | 24 +++++++++++++++++ .../swing/update/module/ModuleUpdaterSupport.java | 24 +++++++++++++++++ .../swing/update/module/ReportModuleUpdater.java | 24 +++++++++++++++++ .../ui/swing/update/module/TuttiModuleUpdater.java | 24 +++++++++++++++++ .../resources/i18n/tutti-ui-swing_fr_FR.properties | 1 + 17 files changed, 391 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 http://git.codelutin.com/tutti.git commit 2eeed4695a21f2ca955b68f092ff77546f4c83ea Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:44:01 2015 +0000 fix default-bundle build --- tutti-ui-swing/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 0494591..33c01fc 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -482,6 +482,36 @@ <defaultGoal>package</defaultGoal> <plugins> + <plugin> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>get-tutti-launcher</id> + <phase>prepare-package</phase> + <goals> + <goal>copy</goal> + </goals> + <configuration> + <outputDirectory>${project.build.directory}</outputDirectory> + <artifactItems> + <artifactItem> + <groupId>${project.groupId}</groupId> + <artifactId>tutti-launcher</artifactId> + <version>${launcherVersion}</version> + <type>exe</type> + <classifier>bin</classifier> + </artifactItem> + <artifactItem> + <groupId>${project.groupId}</groupId> + <artifactId>tutti-launcher</artifactId> + <version>${launcherVersion}</version> + </artifactItem> + </artifactItems> + </configuration> + </execution> + </executions> + </plugin> + <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> -- 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 http://git.codelutin.com/tutti.git commit 55b77dbeddc65828ee1a4967661e7d3d5e40bb36 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:44:18 2015 +0000 add licene headers --- .../entities/data/SampleCategoryModels.java | 24 ++++++++++++++++++++++ .../swing/updater/UpdateModuleConfiguration.java | 24 ++++++++++++++++++++++ .../ui/swing/updater/UpdaterFileSystemPathes.java | 24 ++++++++++++++++++++++ .../swing/update/ApplicationUpdateException.java | 24 ++++++++++++++++++++++ .../swing/update/TuttiUpdaterCallBackSupport.java | 24 ++++++++++++++++++++++ .../fr/ifremer/tutti/ui/swing/update/Updates.java | 24 ++++++++++++++++++++++ .../ui/swing/update/module/DbModuleUpdater.java | 24 ++++++++++++++++++++++ .../ui/swing/update/module/HelpModuleUpdater.java | 24 ++++++++++++++++++++++ .../ui/swing/update/module/I18NModuleUpdater.java | 24 ++++++++++++++++++++++ .../update/module/IchtyometerModuleUpdater.java | 24 ++++++++++++++++++++++ .../ui/swing/update/module/JreModuleUpdater.java | 24 ++++++++++++++++++++++ .../swing/update/module/LauncherModuleUpdater.java | 24 ++++++++++++++++++++++ .../swing/update/module/ModuleUpdaterSupport.java | 24 ++++++++++++++++++++++ .../swing/update/module/ReportModuleUpdater.java | 24 ++++++++++++++++++++++ .../ui/swing/update/module/TuttiModuleUpdater.java | 24 ++++++++++++++++++++++ .../resources/i18n/tutti-ui-swing_fr_FR.properties | 1 + 16 files changed, 361 insertions(+) diff --git a/tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/entities/data/SampleCategoryModels.java b/tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/entities/data/SampleCategoryModels.java index f8c932a..b3e0bbd 100644 --- a/tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/entities/data/SampleCategoryModels.java +++ b/tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/entities/data/SampleCategoryModels.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.persistence.entities.data; +/* + * #%L + * Tutti :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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 org.apache.commons.lang3.StringUtils; /** diff --git a/tutti-ui-swing-updater/src/main/java/fr/ifremer/tutti/ui/swing/updater/UpdateModuleConfiguration.java b/tutti-ui-swing-updater/src/main/java/fr/ifremer/tutti/ui/swing/updater/UpdateModuleConfiguration.java index d8cd65c..bb9d2e8 100644 --- a/tutti-ui-swing-updater/src/main/java/fr/ifremer/tutti/ui/swing/updater/UpdateModuleConfiguration.java +++ b/tutti-ui-swing-updater/src/main/java/fr/ifremer/tutti/ui/swing/updater/UpdateModuleConfiguration.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.updater; +/* + * #%L + * Tutti :: UI Updater + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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 java.io.Serializable; /** diff --git a/tutti-ui-swing-updater/src/main/java/fr/ifremer/tutti/ui/swing/updater/UpdaterFileSystemPathes.java b/tutti-ui-swing-updater/src/main/java/fr/ifremer/tutti/ui/swing/updater/UpdaterFileSystemPathes.java index 25eafd0..ef85150 100644 --- a/tutti-ui-swing-updater/src/main/java/fr/ifremer/tutti/ui/swing/updater/UpdaterFileSystemPathes.java +++ b/tutti-ui-swing-updater/src/main/java/fr/ifremer/tutti/ui/swing/updater/UpdaterFileSystemPathes.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.updater; +/* + * #%L + * Tutti :: UI Updater + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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 java.io.File; import java.io.IOException; import java.nio.charset.StandardCharsets; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/ApplicationUpdateException.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/ApplicationUpdateException.java index e5f2f86..442921b 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/ApplicationUpdateException.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/ApplicationUpdateException.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.ui.swing.updater.UpdateModule; import org.nuiton.jaxx.application.ApplicationTechnicalException; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/TuttiUpdaterCallBackSupport.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/TuttiUpdaterCallBackSupport.java index 60a86de..fe39de8 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/TuttiUpdaterCallBackSupport.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/TuttiUpdaterCallBackSupport.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.collect.Maps; import com.google.common.collect.Sets; import fr.ifremer.tutti.persistence.ProgressionModel; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/Updates.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/Updates.java index 1390ef4..992b7df 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/Updates.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/Updates.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.TuttiConfiguration; import fr.ifremer.tutti.ui.swing.updater.UpdateModule; import org.nuiton.updater.ApplicationInfo; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/DbModuleUpdater.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/DbModuleUpdater.java index 85bf376..266eac1 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/DbModuleUpdater.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/DbModuleUpdater.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.Preconditions; import fr.ifremer.adagio.core.service.technical.synchro.ReferentialSynchroContext; import fr.ifremer.adagio.core.service.technical.synchro.ReferentialSynchroResult; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/HelpModuleUpdater.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/HelpModuleUpdater.java index 33fa3f8..f97857b 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/HelpModuleUpdater.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/HelpModuleUpdater.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.ui.swing.TuttiUIContext; import fr.ifremer.tutti.ui.swing.updater.UpdateModule; import org.apache.commons.logging.Log; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/I18NModuleUpdater.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/I18NModuleUpdater.java index d4857d6..4c7cb07 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/I18NModuleUpdater.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/I18NModuleUpdater.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.ui.swing.TuttiUIContext; import fr.ifremer.tutti.ui.swing.updater.UpdateModule; import org.apache.commons.logging.Log; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/IchtyometerModuleUpdater.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/IchtyometerModuleUpdater.java index b2d642f..3e3e90f 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/IchtyometerModuleUpdater.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/IchtyometerModuleUpdater.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.ui.swing.TuttiUIContext; import fr.ifremer.tutti.ui.swing.updater.UpdateModule; import org.apache.commons.logging.Log; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/JreModuleUpdater.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/JreModuleUpdater.java index e54ae86..e08a8bb 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/JreModuleUpdater.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/JreModuleUpdater.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.ui.swing.TuttiUIContext; import fr.ifremer.tutti.ui.swing.updater.UpdateModule; import org.apache.commons.logging.Log; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/LauncherModuleUpdater.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/LauncherModuleUpdater.java index dd17409..61bae1f 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/LauncherModuleUpdater.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/LauncherModuleUpdater.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.ui.swing.TuttiUIContext; import fr.ifremer.tutti.ui.swing.updater.UpdateModule; import org.apache.commons.logging.Log; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/ModuleUpdaterSupport.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/ModuleUpdaterSupport.java index be78ab1..d7bba5d 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/ModuleUpdaterSupport.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/ModuleUpdaterSupport.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.ui.swing.TuttiUIContext; import fr.ifremer.tutti.ui.swing.update.ApplicationUpdateException; import fr.ifremer.tutti.ui.swing.updater.UpdateModule; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/ReportModuleUpdater.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/ReportModuleUpdater.java index 30e076c..6eaf891 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/ReportModuleUpdater.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/ReportModuleUpdater.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.ui.swing.TuttiUIContext; import fr.ifremer.tutti.ui.swing.updater.UpdateModule; import org.apache.commons.logging.Log; diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/TuttiModuleUpdater.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/TuttiModuleUpdater.java index 39339a9..e877ef8 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/TuttiModuleUpdater.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/update/module/TuttiModuleUpdater.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.ui.swing.update.module; +/* + * #%L + * Tutti :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 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.TuttiConfiguration; import fr.ifremer.tutti.TuttiConfigurationOption; import fr.ifremer.tutti.ui.swing.TuttiUIContext; diff --git a/tutti-ui-swing/src/main/resources/i18n/tutti-ui-swing_fr_FR.properties b/tutti-ui-swing/src/main/resources/i18n/tutti-ui-swing_fr_FR.properties index e05a6b8..c01ebb9 100644 --- a/tutti-ui-swing/src/main/resources/i18n/tutti-ui-swing_fr_FR.properties +++ b/tutti-ui-swing/src/main/resources/i18n/tutti-ui-swing_fr_FR.properties @@ -1746,6 +1746,7 @@ tutti.splitSpeciesBatch.table.header.weight=Poids tutti.splitSpeciesBatch.title=Catégorisation du lot tutti.title.openReplaceTecmporaryUI.noTarget=Pas de référentiel officiel de type %s dans la base tutti.title.openReplaceTemporaryUI.noSource=Pas de référentiel temporaire de type %s dans la base +tutti.title.openReplaceTemporaryUI.noTarget= tutti.toolbar.menu.action=Actions tutti.toolbar.menu.action.mnemonic=A tutti.toolbar.menu.action.tip=Actions possibles pour cet onglet -- 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 http://git.codelutin.com/tutti.git commit d4debfd41e677063a4ddd98db9522ef2f863b5e9 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:44:32 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/3.12.1' with non-snapshot versions --- pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 100492f..36d6a34 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.1</version> <packaging>pom</packaging> <name>Tutti</name> diff --git a/tutti-ichtyometer/pom.xml b/tutti-ichtyometer/pom.xml index e9bc3c1..79f546e 100644 --- a/tutti-ichtyometer/pom.xml +++ b/tutti-ichtyometer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-persistence/pom.xml b/tutti-persistence/pom.xml index c04370c..720b432 100644 --- a/tutti-persistence/pom.xml +++ b/tutti-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index 2a8dde2..5c94624 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.12.1-SNAPSHOT</version> + <version>3.12.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing-updater/pom.xml b/tutti-ui-swing-updater/pom.xml index 9f0200a..cc6559e 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>3.12.1-SNAPSHOT</version> + <version>3.12.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 33c01fc..87f3aac 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>3.12.1-SNAPSHOT</version> + <version>3.12.1</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 http://git.codelutin.com/tutti.git commit d6e6335d081177bc92cadda724d5bf873b659cd3 Merge: ab1d55b d4debfd Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:57:51 2015 +0000 Merge branch 'release/3.12.1' pom.xml | 4 +- startLocalDbAsServer.sh | 6 + tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- .../fr/ifremer/tutti/TuttiConfigurationOption.java | 5 +- .../data/SampleCategoryModelConverter.java | 8 +- .../entities/data/SampleCategoryModelEntry.java | 21 +- .../entities/data/SampleCategoryModels.java | 56 ++-- tutti-service/pom.xml | 2 +- .../fr/ifremer/tutti/service/TuttiDataContext.java | 1 + .../protocol/ProtocolImportExportService.java | 7 +- tutti-ui-swing-updater/pom.xml | 2 +- .../tutti/ui/swing/updater/DeleteHelper.java | 4 +- .../updater/{Module.java => UpdateModule.java} | 50 ++-- .../swing/updater/UpdateModuleConfiguration.java | 79 ++++++ .../fr/ifremer/tutti/ui/swing/updater/Updater.java | 246 +++++------------ .../ui/swing/updater/UpdaterFileSystemPathes.java | 229 ++++++++++++++++ tutti-ui-swing/pom.xml | 79 +++++- .../src/main/assembly/full-shared-component.xml | 20 +- .../src/main/assembly/full-windows-component.xml | 2 +- tutti-ui-swing/src/main/assembly/help.xml | 4 +- .../src/main/assembly/{min => help}/version.appup | 0 tutti-ui-swing/src/main/assembly/i18n.xml | 4 +- .../src/main/assembly/{min => i18n}/version.appup | 0 tutti-ui-swing/src/main/assembly/ichtyometer.xml | 4 +- .../assembly/{min => ichtyometer}/version.appup | 0 tutti-ui-swing/src/main/assembly/standalone.xml | 85 +++++- .../main/assembly/{min => standalone}/README.txt | 0 .../{min => standalone}/launcher.properties | 0 .../src/main/assembly/standalone/linux/launch.sh | 7 + .../src/main/assembly/standalone/linux/update.sh | 12 + .../assembly/{min => standalone}/version.appup | 0 .../main/assembly/standalone/windows/launch.bat | 7 + .../main/assembly/standalone/windows/update.bat | 14 + .../ui/swing/TuttiApplicationUpdaterCallBack.java | 298 --------------------- .../tutti/ui/swing/TuttiReportUpdaterCallBack.java | 161 ----------- .../tutti/ui/swing/action/InstallDbAction.java | 17 +- .../tutti/ui/swing/action/OpenDbAction.java | 29 +- .../action/SaveSampleCategoryModelAction.java | 9 +- .../tutti/ui/swing/action/ShowAboutAction.java | 222 +++++++++------ .../ui/swing/action/UpdateApplicationAction.java | 31 +-- .../tutti/ui/swing/action/UpdateDbAction.java | 39 ++- .../tutti/ui/swing/action/UpdateReportAction.java | 25 +- .../fr/ifremer/tutti/ui/swing/content/MainUI.css | 2 - .../category/EditSampleCategoryModelRowModel.java | 18 +- .../EditSampleCategoryModelTableModel.java | 8 +- .../category/EditSampleCategoryModelUIHandler.java | 58 +++- .../category/EditSampleCategoryModelUIModel.java | 12 +- .../ui/swing/content/db/DbManagerUIHandler.java | 16 +- .../content/operation/EditFishingOperationUI.css | 15 +- .../content/operation/EditFishingOperationUI.jaxx | 6 +- .../content/operation/catches/EditCatchesUI.css | 15 +- .../content/operation/catches/EditCatchesUI.jaxx | 12 +- .../operation/catches/EditCatchesUIHandler.java | 73 +++-- .../catches/SpeciesAbleBatchRowHelper.java | 2 +- .../accidental/AccidentalBatchTableModel.java | 13 +- .../catches/accidental/AccidentalBatchUI.css | 15 +- .../catches/accidental/AccidentalBatchUI.jaxx | 8 +- .../accidental/AccidentalBatchUIHandler.java | 8 +- .../catches/benthos/BenthosBatchTableModel.java | 10 +- .../operation/catches/benthos/BenthosBatchUI.css | 15 +- .../operation/catches/benthos/BenthosBatchUI.jaxx | 8 +- .../catches/benthos/BenthosBatchUIHandler.java | 15 +- .../IndividualObservationBatchTableModel.java | 9 +- .../IndividualObservationBatchUI.css | 15 +- .../IndividualObservationBatchUI.jaxx | 8 +- .../IndividualObservationBatchUIHandler.java | 13 +- .../marinelitter/MarineLitterBatchTableModel.java | 11 +- .../catches/marinelitter/MarineLitterBatchUI.css | 15 +- .../catches/marinelitter/MarineLitterBatchUI.jaxx | 8 +- .../marinelitter/MarineLitterBatchUIHandler.java | 7 + .../catches/species/SpeciesBatchTableModel.java | 10 +- .../operation/catches/species/SpeciesBatchUI.css | 15 +- .../operation/catches/species/SpeciesBatchUI.jaxx | 14 +- .../catches/species/SpeciesBatchUIHandler.java | 15 +- .../swing/update/ApplicationUpdateException.java | 44 ++- .../update/TuttiApplicationUpdaterCallBack.java | 59 ++++ .../ui/swing/update/TuttiDbUpdaterCallBack.java | 76 ++++++ .../swing/update/TuttiReportUpdaterCallBack.java | 53 ++++ .../swing/update/TuttiUpdaterCallBackSupport.java | 174 ++++++++++++ .../fr/ifremer/tutti/ui/swing/update/Updates.java | 85 ++++++ .../module/DbModuleUpdater.java} | 173 ++++-------- .../ui/swing/update/module/HelpModuleUpdater.java | 75 ++++++ .../ui/swing/update/module/I18NModuleUpdater.java | 76 ++++++ .../update/module/IchtyometerModuleUpdater.java | 76 ++++++ .../ui/swing/update/module/JreModuleUpdater.java | 76 ++++++ .../swing/update/module/LauncherModuleUpdater.java | 76 ++++++ .../swing/update/module/ModuleUpdaterSupport.java | 126 +++++++++ .../swing/update/module/ReportModuleUpdater.java | 75 ++++++ .../ui/swing/update/module/TuttiModuleUpdater.java | 105 ++++++++ .../ui/swing/util/AbstractTuttiUIHandler.java | 9 +- .../resources/i18n/tutti-ui-swing_en_GB.properties | 22 ++ .../resources/i18n/tutti-ui-swing_fr_FR.properties | 46 ++-- 93 files changed, 2498 insertions(+), 1190 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 http://git.codelutin.com/tutti.git commit 0ffc98b8c57cfc80876381a1f9bdd600f58491ba Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:57:53 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 841199b..36d6a34 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13-SNAPSHOT</version> + <version>3.12.1</version> <packaging>pom</packaging> <name>Tutti</name> diff --git a/tutti-ichtyometer/pom.xml b/tutti-ichtyometer/pom.xml index df0cc25..79f546e 100644 --- a/tutti-ichtyometer/pom.xml +++ b/tutti-ichtyometer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13-SNAPSHOT</version> + <version>3.12.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-persistence/pom.xml b/tutti-persistence/pom.xml index 546f64a..720b432 100644 --- a/tutti-persistence/pom.xml +++ b/tutti-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13-SNAPSHOT</version> + <version>3.12.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index bdda5e6..5c94624 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.13-SNAPSHOT</version> + <version>3.12.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing-updater/pom.xml b/tutti-ui-swing-updater/pom.xml index 8519855..cc6559e 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>3.13-SNAPSHOT</version> + <version>3.12.1</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index cf70c53..278540b 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>3.13-SNAPSHOT</version> + <version>3.12.1</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 http://git.codelutin.com/tutti.git commit c935aebb1caee43d5e9ab4a4cd1235eaa8ec78e4 Merge: 0ffc98b d6e6335 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:57:53 2015 +0000 Merge branch 'master' into develop .../entities/data/SampleCategoryModels.java | 24 +++++++++++++++++ .../swing/updater/UpdateModuleConfiguration.java | 24 +++++++++++++++++ .../ui/swing/updater/UpdaterFileSystemPathes.java | 24 +++++++++++++++++ tutti-ui-swing/pom.xml | 30 ++++++++++++++++++++++ .../swing/update/ApplicationUpdateException.java | 24 +++++++++++++++++ .../swing/update/TuttiUpdaterCallBackSupport.java | 24 +++++++++++++++++ .../fr/ifremer/tutti/ui/swing/update/Updates.java | 24 +++++++++++++++++ .../ui/swing/update/module/DbModuleUpdater.java | 24 +++++++++++++++++ .../ui/swing/update/module/HelpModuleUpdater.java | 24 +++++++++++++++++ .../ui/swing/update/module/I18NModuleUpdater.java | 24 +++++++++++++++++ .../update/module/IchtyometerModuleUpdater.java | 24 +++++++++++++++++ .../ui/swing/update/module/JreModuleUpdater.java | 24 +++++++++++++++++ .../swing/update/module/LauncherModuleUpdater.java | 24 +++++++++++++++++ .../swing/update/module/ModuleUpdaterSupport.java | 24 +++++++++++++++++ .../swing/update/module/ReportModuleUpdater.java | 24 +++++++++++++++++ .../ui/swing/update/module/TuttiModuleUpdater.java | 24 +++++++++++++++++ .../resources/i18n/tutti-ui-swing_fr_FR.properties | 1 + 17 files changed, 391 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 http://git.codelutin.com/tutti.git commit 495860a786029046844eadaf7f78448d0e4b61d7 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 28 18:57:53 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- pom.xml | 2 +- tutti-ichtyometer/pom.xml | 2 +- tutti-persistence/pom.xml | 2 +- tutti-service/pom.xml | 2 +- tutti-ui-swing-updater/pom.xml | 2 +- tutti-ui-swing/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 36d6a34..841199b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.12.1</version> + <version>3.13-SNAPSHOT</version> <packaging>pom</packaging> <name>Tutti</name> diff --git a/tutti-ichtyometer/pom.xml b/tutti-ichtyometer/pom.xml index 79f546e..df0cc25 100644 --- a/tutti-ichtyometer/pom.xml +++ b/tutti-ichtyometer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.12.1</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-persistence/pom.xml b/tutti-persistence/pom.xml index 720b432..546f64a 100644 --- a/tutti-persistence/pom.xml +++ b/tutti-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.12.1</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index 5c94624..bdda5e6 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.12.1</version> + <version>3.13-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 cc6559e..8519855 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>3.12.1</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 87f3aac..7847998 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>3.12.1</version> + <version>3.13-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