Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 061dc4bc by Tony CHEMIT at 2017-09-11T07:45:25+02:00 use new topia and nuiton-config version - - - - - 2 changed files: - client/src/main/java/fr/ird/observe/client/ui/content/FormManager.java - pom.xml Changes: ===================================== client/src/main/java/fr/ird/observe/client/ui/content/FormManager.java ===================================== --- a/client/src/main/java/fr/ird/observe/client/ui/content/FormManager.java +++ b/client/src/main/java/fr/ird/observe/client/ui/content/FormManager.java @@ -1,5 +1,27 @@ package fr.ird.observe.client.ui.content; +/*- + * #%L + * ObServe :: Client + * %% + * Copyright (C) 2008 - 2017 IRD, Code Lutin, Ultreia.io + * %% + * 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% + */ + /** * Created by tchemit on 06/09/17. * ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -158,8 +158,8 @@ <jaxxVersion>3.0-alpha-12</jaxxVersion> <nuitonI18nVersion>4.0-alpha-4</nuitonI18nVersion> - <nuitonConfigVersion>3.2</nuitonConfigVersion> - <topiaVersion>3.2.1</topiaVersion> + <nuitonConfigVersion>3.3</nuitonConfigVersion> + <topiaVersion>3.3</topiaVersion> <nuitonValidatorVersion>3.1</nuitonValidatorVersion> <nuitonUtilsVersion>3.0-rc-18</nuitonUtilsVersion> <nuitonConverterVersion>1.0</nuitonConverterVersion> @@ -167,7 +167,7 @@ <httpVersion>1.0.7</httpVersion> <xworkVersion>2.3.33</xworkVersion> <flexmarkVersion>0.26.4</flexmarkVersion> - <hibernateVersion>5.1.9.Final</hibernateVersion> + <hibernateVersion>5.2.10.Final</hibernateVersion> <sl4jVersion>1.7.25</sl4jVersion> <swingXVersion>1.6.5-1</swingXVersion> <reflectionsVersion>0.9.11</reflectionsVersion> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/061dc4bccd16ea487b3d5fc7157b... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/061dc4bccd16ea487b3d5fc7157b... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT