Author: echatellier Date: 2011-10-28 11:26:00 +0200 (Fri, 28 Oct 2011) New Revision: 263 Url: http://forge.codelutin.com/repositories/revision/isis-fish-data/263 Log: Update and format poms. Remove labs links. Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-10-27 16:21:36 UTC (rev 262) +++ trunk/pom.xml 2011-10-28 09:26:00 UTC (rev 263) @@ -1,44 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - IsisFish data - %% - Copyright (C) 2000 - 2011 Ifremer, CodeLutin - %% - 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 2 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-2.0.html>. - #L% - --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <!--The version of maven's project object model--> + <!--The version of maven's project object model --> <modelVersion>4.0.0</modelVersion> - <!--A unique name for this project--> + <!--A unique name for this project --> <artifactId>isis-fish-data</artifactId> <name>IsisFish data</name> <groupId>ifremer</groupId> - <!--ejb, jar, war...--> + <!--ejb, jar, war... --> <packaging>jar</packaging> - <!--Version--> + <!--Version --> <version>4.0.0</version> - <!--Description--> + <!--Description --> <description>Data for Isis-fish</description> <inceptionYear>2000</inceptionYear> @@ -86,25 +64,25 @@ </plugins> </build> - <!--Tracking--> + <!-- Tracking --> <issueManagement> - <url>http://labs.libre-entreprise.org/tracker/?group_id=132</url> + <url>http://forge.codelutin.com/projects/isis-fish-data/issues</url> </issueManagement> - <!--Librairies--> + <!-- Librairies --> <dependencies> <dependency> <groupId>fr.ifremer</groupId> <artifactId>isis-fish</artifactId> - <version>4.0.0.0-beta1-SNAPSHOT</version> + <version>4.0.0.0-beta-1-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> <distributionManagement> <site> - <id>labs</id> - <url>scp://labs.libre-entreprise.org/home/groups/${project.artifactId}/htdocs/isis-fish-data</url> + <id>forge.codelutin.com</id> + <url>scp://forge.codelutin.com/var/lib/redmine-forge.codelutin.com/project-site/isis-fish-data</url> </site> </distributionManagement>
participants (1)
-
echatellier@users.forge.codelutin.com