This is an automated email from the git hooks/post-receive script. New commit to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 2a927f5107225648590e754457eca86a815eb6ae Author: Tony CHEMIT <dev@tchemit.fr> Date: Fri Mar 3 12:36:52 2017 +0100 fix scm url to be able to make release over ssh --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 46f2e14..d24705d 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ <!-- Source control management. --> <scm> <connection>scm:git:git@gitlab.nuiton.org:nuiton/jaxx.git</connection> - <developerConnection>scm:git:ssh://git@gitlab.nuiton.org:nuiton/jaxx.git</developerConnection> + <developerConnection>scm:git:ssh://git@gitlab.nuiton.org/nuiton/jaxx.git</developerConnection> <url>https://gitlab.nuiton.org/nuiton/jaxx</url> </scm> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.