This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch master in repository Pollen. commit 326e44c321eb81f9c40335fb3f40d64f170bc8b1 Author: tchemit <chemit@codelutin.com> Date: Sun May 18 16:51:09 2014 +0200 fixes #1029 Migrate to Git. --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c5fa4ff..b1d2760 100644 --- a/pom.xml +++ b/pom.xml @@ -140,11 +140,11 @@ </modules> <scm> - <connection>scm:svn:https://svn.chorem.org/pollen/trunk</connection> + <connection>scm:git:http://git.chorem.org/pollen.git</connection> <developerConnection> - scm:svn:https://svn.chorem.org/pollen/trunk + scm:git:https://git.chorem.org/pollen.git </developerConnection> - <url>http://forge.chorem.org/repositories/browse/pollen/trunk</url> + <url>http://forge.chorem.org/projects/pollen/repository</url> </scm> <distributionManagement> <site> -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.