Author: tchemit Date: 2011-10-27 15:51:28 +0200 (Thu, 27 Oct 2011) New Revision: 3493 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3493 Log: use mavenpom4redmine + forge.codelutin.com Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-10-27 13:20:22 UTC (rev 3492) +++ trunk/pom.xml 2011-10-27 13:51:28 UTC (rev 3493) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>mavenpom4labs</artifactId> + <artifactId>mavenpom4redmine</artifactId> <version>3.0.4</version> </parent> @@ -407,7 +407,7 @@ <description>Simulateur de pecherie complexe.</description> <inceptionYear>1999</inceptionYear> - <url>http://isis-fish.labs.libre-entreprise.org/isis-fish</url> + <url>http://maven-site.forge.codelutin.com/isis-fish</url> <organization> <name>CodeLutin</name> @@ -447,13 +447,13 @@ </mailingLists> <issueManagement> - <system>gforge</system> - <url>http://labs.libre-entreprise.org/tracker/?group_id=8</url> + <system>redmine</system> + <url>http://forge.codelutin.com/projects/isis-fish/issues</url> </issueManagement> <ciManagement> <system>hudson</system> - <url>http://hudson.codelutin.com/hudson</url> + <url>http://jenkins.forge.codelutin.com/jenkins/job/isis-fish</url> </ciManagement> <developers> @@ -518,7 +518,6 @@ <properties> <!-- Super pom properties --> <projectId>isis-fish</projectId> - <labs.id>8</labs.id> <siteLocales>fr,en</siteLocales> <maven.jar.main.class>fr.ifremer.isisfish.IsisFish</maven.jar.main.class> <license.licenseName>gpl_v2</license.licenseName> @@ -709,22 +708,22 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/isis-fish/isis-fish/trunk</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/isis-fish/isis-fish/trunk</developerConnection> - <url>https://labs.libre-entreprise.org/scm/viewvc.php/isis-fish/trunk/?root=isis-fish</url> + <connection>scm:svn:http://svn.forge.codelutin.com/svn/isis-fish/trunk</connection> + <developerConnection>scm:svn:http://svn.forge.codelutin.com/svn/isis-fish/trunk</developerConnection> + <url>http://svn.forge.codelutin.com/svn/isis-fish/trunk</url> </scm> - + <repositories> <repository> <id>nuiton.public</id> - <url>http://maven.nuiton.org/nexus/content/groups/public</url> + <url>http://nexus.nuiton.org/nexus/content/groups/public</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>nuiton.plugin.public</id> - <url>http://maven.nuiton.org/nexus/content/groups/public</url> + <url>http://nexu.nuiton.org/nexus/content/groups/public</url> </pluginRepository> </pluginRepositories>
participants (1)
-
tchemit@users.forge.codelutin.com