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 f8d0458a6888bae3402ea9fd9be601fc651f36e6 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Jun 24 12:02:05 2020 +0200 Update gitflow config --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5374e615..188cd4f3 100644 --- a/pom.xml +++ b/pom.xml @@ -158,8 +158,8 @@ <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> + <gitflow.developBranchName>develop-2.x</gitflow.developBranchName> + <gitflow.masterBranchName>master-2.x</gitflow.masterBranchName> </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.