branch develop-2.x updated (1d1e99f -> 5d845a5)
This is an automated email from the git hooks/post-receive script. New change to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 1d1e99f Add a force option in BeanComboBox to set selectedItem value (Fixes #4157) new 5d845a5 fix scm url to be able to make release over ssh The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 5d845a58677009f97387e0df630e6760bb0c40be Author: Tony CHEMIT <dev@tchemit.fr> Date: Fri Mar 3 12:29:11 2017 +0100 fix scm url to be able to make release over ssh Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 5d845a58677009f97387e0df630e6760bb0c40be Author: Tony CHEMIT <dev@tchemit.fr> Date: Fri Mar 3 12:29:11 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 8095b07..46f2e14 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: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>.
participants (1)
-
nuiton.org scm