Author: tchemit Date: 2009-05-17 09:05:47 +0000 (Sun, 17 May 2009) New Revision: 470 Modified: maven-helper-plugin/trunk/pom.xml Log: fix scm Modified: maven-helper-plugin/trunk/pom.xml =================================================================== --- maven-helper-plugin/trunk/pom.xml 2009-05-17 09:02:35 UTC (rev 469) +++ maven-helper-plugin/trunk/pom.xml 2009-05-17 09:05:47 UTC (rev 470) @@ -428,9 +428,9 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-skin/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-skin/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-helper-skin/trunk?root=lutinbuilder</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-plugin/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-helper-plugin/trunk</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-helper-plugin/trunk?root=lutinbuilder</url> <!-- a utiliser quand on sera sur nuiton --> <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection>