Author: echatellier Date: 2011-12-19 16:25:28 +0100 (Mon, 19 Dec 2011) New Revision: 3569 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3569 Log: Swicth to redmine Modified: branches/isis-fish-3.3.0.x/pom.xml Modified: branches/isis-fish-3.3.0.x/pom.xml =================================================================== --- branches/isis-fish-3.3.0.x/pom.xml 2011-12-19 15:06:47 UTC (rev 3568) +++ branches/isis-fish-3.3.0.x/pom.xml 2011-12-19 15:25:28 UTC (rev 3569) @@ -5,8 +5,8 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>mavenpom4labs</artifactId> - <version>2.5.2</version> + <artifactId>mavenpom4redmine</artifactId> + <version>3.0.6</version> </parent> <groupId>fr.ifremer</groupId> @@ -364,7 +364,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> @@ -382,10 +382,10 @@ <mailingLists> <mailingList> <name>isis-fish-commits</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/isis-fish-commits</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/isis-fish-commits</unsubscribe> - <post>isis-fish-commits@lists.lists.labs.libre-entreprise.org</post> - <archive>http://lists.labs.libre-entreprise.org/pipermail/isis-fish-commits/</archive> + <subscribe>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-commits</subscribe> + <unsubscribe>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-commits</unsubscribe> + <post>isis-fish-commits@list.isis-fish.org</post> + <archive>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-commits/</archive> </mailingList> <mailingList> <name>isis-fish-devel</name> @@ -396,21 +396,21 @@ </mailingList> <mailingList> <name>isis-fish-user</name> - <subscribe>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-user</subscribe> - <unsubscribe>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-user</unsubscribe> - <post>isis-fish-user@list.isis-fish.org</post> - <archive>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-user/</archive> + <subscribe>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-users</subscribe> + <unsubscribe>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-users</unsubscribe> + <post>isis-fish-users@list.isis-fish.org</post> + <archive>http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-users/</archive> </mailingList> </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> @@ -475,7 +475,7 @@ <properties> <!-- Super pom properties --> <projectId>isis-fish</projectId> - <labs.id>8</labs.id> + <platform>forge.codelutin.com</platform> <javadocPluginVersion>2.7</javadocPluginVersion> <siteLocales>fr,en</siteLocales> <maven.jar.main.class>fr.ifremer.isisfish.IsisFish</maven.jar.main.class> @@ -492,6 +492,8 @@ <aspectwerkzVersion>2.0</aspectwerkzVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> + <redmine.releaseFiles>target/isis-fish-${project.version}-bin.zip</redmine.releaseFiles> + <!-- jnlp (disabled until retested) <keystorepath>${codelutin.keystorepath}</keystorepath> <keystorealias>CodeLutin</keystorealias> @@ -502,6 +504,13 @@ <jnlpCodebase>file://${jnlp.build.directory}</jnlpCodebase> --> </properties> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/isis-fish</url> + </site> + </distributionManagement> + <build> <pluginManagement> <plugins> @@ -685,9 +694,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/isis-fish/isis-fish/tags/isis-fish-3.3.0.8</connection> - <developerConnection>scm:svn:svn+ssh://chatellier@labs.libre-entreprise.org/svnroot/isis-fish/isis-fish/tags/isis-fish-3.3.0.8</developerConnection> - <url>https://labs.libre-entreprise.org/scm/viewvc.php/isis-fish/tags/isis-fish-3.3.0.8?root=isis-fish</url> + <connection>scm:svn:http://svn.forge.codelutin.com/svn/isis-fish/branches/isis-fish-3.3.0.x</connection> + <developerConnection>scm:svn:http://svn.forge.codelutin.com/svn/isis-fish/branches/isis-fish-3.3.0.x</developerConnection> + <url>http://svn.forge.codelutin.com/svn/isis-fish/branches/isis-fish-3.3.0.x</url> </scm> <repositories>
participants (1)
-
echatellier@users.forge.codelutin.com