Author: sletellier Date: 2010-05-03 20:23:19 +0200 (Mon, 03 May 2010) New Revision: 1925 Url: http://nuiton.org/repositories/revision/topia/1925 Log: fix scm Modified: branches/2.0.28.1/pom.xml Modified: branches/2.0.28.1/pom.xml =================================================================== --- branches/2.0.28.1/pom.xml 2010-05-03 18:21:38 UTC (rev 1924) +++ branches/2.0.28.1/pom.xml 2010-05-03 18:23:19 UTC (rev 1925) @@ -199,9 +199,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.0.28</connection> - <developerConnection>scm:svn:svn+ssh://letellier@labs.libre-entreprise.org/svnroot/topia/topia/tags/topia-2.0.28</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/tags/topia-2.0.28?root=topia</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia/branches/topia-2.0.28.1</connection> + <developerConnection>scm:svn:svn+ssh://letellier@labs.libre-entreprise.org/svnroot/topia/topia/branches/topia-2.0.28.1</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia/branches/topia-2.0.28.1?root=topia</url> </scm> </project>