r750 - in trunk: . echobase-domain echobase-services echobase-services/src/test/java/fr/ifremer/echobase/services echobase-tools echobase-ui
Author: tchemit Date: 2012-10-29 08:42:06 +0100 (Mon, 29 Oct 2012) New Revision: 750 Url: http://forge.codelutin.com/repositories/revision/echobase/750 Log: update to version 2.0-rc-1 + add missing headers Modified: trunk/echobase-domain/pom.xml trunk/echobase-services/pom.xml trunk/echobase-services/src/test/java/fr/ifremer/echobase/services/FixCellsIT.java trunk/echobase-tools/pom.xml trunk/echobase-ui/pom.xml trunk/pom.xml Modified: trunk/echobase-domain/pom.xml =================================================================== --- trunk/echobase-domain/pom.xml 2012-10-26 11:45:45 UTC (rev 749) +++ trunk/echobase-domain/pom.xml 2012-10-29 07:42:06 UTC (rev 750) @@ -9,7 +9,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>1.4-SNAPSHOT</version> + <version>2.0-rc-1</version> </parent> <groupId>fr.ifremer.echobase</groupId> Modified: trunk/echobase-services/pom.xml =================================================================== --- trunk/echobase-services/pom.xml 2012-10-26 11:45:45 UTC (rev 749) +++ trunk/echobase-services/pom.xml 2012-10-29 07:42:06 UTC (rev 750) @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>1.4-SNAPSHOT</version> + <version>2.0-rc-1</version> </parent> <groupId>fr.ifremer.echobase</groupId> Modified: trunk/echobase-services/src/test/java/fr/ifremer/echobase/services/FixCellsIT.java =================================================================== --- trunk/echobase-services/src/test/java/fr/ifremer/echobase/services/FixCellsIT.java 2012-10-26 11:45:45 UTC (rev 749) +++ trunk/echobase-services/src/test/java/fr/ifremer/echobase/services/FixCellsIT.java 2012-10-29 07:42:06 UTC (rev 750) @@ -1,5 +1,28 @@ package fr.ifremer.echobase.services; +/* + * #%L + * EchoBase :: Services + * $Id$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2012 Ifremer, Codelutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import com.google.common.collect.Sets; import fr.ifremer.echobase.csv.EchoBaseCsvUtil; import fr.ifremer.echobase.entities.data.Cell; Modified: trunk/echobase-tools/pom.xml =================================================================== --- trunk/echobase-tools/pom.xml 2012-10-26 11:45:45 UTC (rev 749) +++ trunk/echobase-tools/pom.xml 2012-10-29 07:42:06 UTC (rev 750) @@ -11,7 +11,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>1.4-SNAPSHOT</version> + <version>2.0-rc-1</version> </parent> <groupId>fr.ifremer.echobase</groupId> Modified: trunk/echobase-ui/pom.xml =================================================================== --- trunk/echobase-ui/pom.xml 2012-10-26 11:45:45 UTC (rev 749) +++ trunk/echobase-ui/pom.xml 2012-10-29 07:42:06 UTC (rev 750) @@ -7,7 +7,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>1.4-SNAPSHOT</version> + <version>2.0-rc-1</version> </parent> <groupId>fr.ifremer.echobase</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-26 11:45:45 UTC (rev 749) +++ trunk/pom.xml 2012-10-29 07:42:06 UTC (rev 750) @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>echobase</artifactId> - <version>1.4-SNAPSHOT</version> + <version>2.0-rc-1</version> <modules> <module>echobase-domain</module>
participants (1)
-
tchemit@users.forge.codelutin.com