This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 782715fc785db0b0b4bc905693a8dd6473e59811 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Feb 24 14:22:14 2016 +0100 Fix scm url --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3699787..5848415 100644 --- a/pom.xml +++ b/pom.xml @@ -64,11 +64,11 @@ </contributors> <scm> - <connection>scm:git:http://git.chorem.org/jtimer_1.x.git</connection> + <connection>scm:git:http://git.chorem.org/jtimer.git</connection> <developerConnection> - scm:git:https://git.chorem.org/jtimer_1.x.git + scm:git:https://git.chorem.org/jtimer.git </developerConnection> - <url>https://gitweb.chorem.org/jtimer_1.x.git</url> + <url>https://gitweb.chorem.org/jtimer.git</url> </scm> <distributionManagement> <site> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.