This is an automated email from the git hooks/post-receive script. New commit to annotated tag v3.0-alpha-3.1 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 76a9054cb3a72ca5f0076614d5c2d33e1a203739 Author: Tony Chemit <chemit@codelutin.com> Date: Thu Oct 31 22:40:14 2013 +0000 fix scm info --- pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index dcef925..222fcae 100644 --- a/pom.xml +++ b/pom.xml @@ -208,11 +208,17 @@ </modules> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/topia/tags/topia-3.0-alpha-3</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/topia/tags/topia-3.0-alpha-3 + <connection> + scm:svn:http://svn.nuiton.org/svn/topia/breanches/topia-3.0-alpha-3.1 + </connection> + <developerConnection> + scm:svn:http://svn.nuiton.org/svn/topia/branches/topia-3.0-alpha-3.1 </developerConnection> - <url>http://nuiton.org/projects/topia/repository/show/branches/tags/topia-3.0-alpha-3</url> + <url> + http://nuiton.org/projects/topia/repository/show/branches/topia-3.0-alpha-3.... + </url> </scm> + <distributionManagement> <site> <id>${platform}</id> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.