r77 - in trunk: . src/fr/ifremer/wlo/imports
Author: kmorin Date: 2014-03-17 18:08:51 +0100 (Mon, 17 Mar 2014) New Revision: 77 Url: http://forge.codelutin.com/projects/wlo/repository/revisions/77 Log: upgrade to mavenpom 5.0.1 Modified: trunk/pom.xml trunk/src/fr/ifremer/wlo/imports/WloAbstractImportExportModel.java Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-03-17 16:56:27 UTC (rev 76) +++ trunk/pom.xml 2014-03-17 17:08:51 UTC (rev 77) @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.0</version> + <version>5.0.1</version> </parent> <groupId>fr.ifremer</groupId> @@ -387,15 +387,6 @@ </profile> <profile> - <id>check-release-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - </profile> - <profile> <id>license-profile</id> <activation> <property> Modified: trunk/src/fr/ifremer/wlo/imports/WloAbstractImportExportModel.java =================================================================== --- trunk/src/fr/ifremer/wlo/imports/WloAbstractImportExportModel.java 2014-03-17 16:56:27 UTC (rev 76) +++ trunk/src/fr/ifremer/wlo/imports/WloAbstractImportExportModel.java 2014-03-17 17:08:51 UTC (rev 77) @@ -1,5 +1,29 @@ package fr.ifremer.wlo.imports; +/* + * #%L + * WLO + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2013 - 2014 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.wlo.models.BaseModel; import org.nuiton.csv.ValueGetter; import org.nuiton.csv.ValueGetterSetter;
participants (1)
-
kmorin@users.forge.codelutin.com