This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See http://git.codelutin.com/coser.git commit b68b02f6d37e306f53305b02f7560cff192fbf5c Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 3 19:21:38 2014 +0200 fixes #5918: Migration Git (fix scm section) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cc438d4..5486b2b 100644 --- a/pom.xml +++ b/pom.xml @@ -59,9 +59,9 @@ </modules> <scm> - <url>https://gitweb.codelutin.com/codelutin.git</url> - <connection>scm:git:http://git.codelutin.com/codelutin.git</connection> - <developerConnection>scm:git:https://git.codelutin.com/codelutin.git</developerConnection> + <url>https://gitweb.codelutin.com/coser.git</url> + <connection>scm:git:http://git.codelutin.com/coser.git</connection> + <developerConnection>scm:git:https://git.codelutin.com/coser.git</developerConnection> </scm> <distributionManagement> <site> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.