Author: tchemit Date: 2009-05-19 14:34:06 +0000 (Tue, 19 May 2009) New Revision: 509 Modified: mavenpom/trunk/pom.xml Log: change scm urls to nuiton fix developpers ids (see issue #3) Modified: mavenpom/trunk/pom.xml =================================================================== --- mavenpom/trunk/pom.xml 2009-05-18 15:54:30 UTC (rev 508) +++ mavenpom/trunk/pom.xml 2009-05-19 14:34:06 UTC (rev 509) @@ -58,7 +58,7 @@ <developer> <name>Arnaud Thimel</name> - <id>thimel</id> + <id>athimel</id> <email>thimel@codelutin.com</email> <organization>CodeLutin</organization> <timezone>+2</timezone> @@ -69,7 +69,7 @@ <developer> <name>Julien Ruchaud</name> - <id>ruchaud</id> + <id>jruchaud</id> <email>ruchaud@codelutin.com</email> <organization>CodeLutin</organization> <timezone>+2</timezone> @@ -80,7 +80,7 @@ <developer> <name>Eric Chatellier</name> - <id>chatellier</id> + <id>echatellier</id> <email>chatellier@codelutin.com</email> <organization>CodeLutin</organization> <timezone>+2</timezone> @@ -579,16 +579,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/mavenpom/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/mavenpom/trunk</developerConnection> + <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk</url> - - <!-- a utiliser quand on sera sur nuiton --> - <!-- ne fonctionnera pas pour les multi-modules a cause de l'expansion de l'artifactId - il faudra alors remttre ces trois valeurs sur le pom parent du multi-module --> - <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</url--> </scm> <!-- ************************************************************* -->