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 c4e9eaaea8d5ff4b410d47e8aed36c2da27769bd Author: Tony CHEMIT <dev@tchemit.fr> Date: Tue Jan 3 16:53:15 2017 +0100 configure git for maintain 2.x --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 40aa5a7..e60a2be 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,10 @@ <jnlpFileName>jaxx-demo.jnlp</jnlpFileName> <jnlpCodebase>http://jaxx.nuiton.org/v/${project.version}/jaxx-demo/jnlp</jnlpCodebase> + <!-- git configuration --> + <jgitflow.developBranchName>develop-2.x</jgitflow.developBranchName> + <jgitflow.masterBranchName>master-2.x</jgitflow.masterBranchName> + </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.