This is an automated email from the git hooks/post-receive script. New commit to branch develop-3.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit cea16189a6c8bca30413fe406ac6895a83562c83 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 1 10:09:22 2016 +0200 Make 2.X the default branch --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 58d5f81..a30312f 100644 --- a/pom.xml +++ b/pom.xml @@ -153,6 +153,10 @@ <!--<javadocPluginVersion>2.9.1</javadocPluginVersion>--> <!-- FIXME-tchemit-2012-07-02 Still not working, normalize all rst docs --> <!--pdfGenerationEnabled>true</pdfGenerationEnabled--> + + <jgitflow.masterBranchName>master-3.x</jgitflow.masterBranchName> + <jgitflow.developBranchName>develop-3.x</jgitflow.developBranchName> + </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.