This is an automated email from the git hooks/post-receive script. New commit to branch develop-4.2.x in repository tutti. See http://git.codelutin.com/tutti.git commit 35f72490f7ae9c73d548919472d8e2981230d25e Author: Kevin Morin <morin@codelutin.com> Date: Mon Jan 18 11:52:18 2016 +0100 ajout de la conf des branches --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 58541ca..00d30b9 100644 --- a/pom.xml +++ b/pom.xml @@ -158,6 +158,9 @@ <!-- Where are deployed software components --> <distroUrl>http://nexus.nuiton.org/nexus/content/repositories/other-releases</distroUrl> + <jgitflow.masterBranchName>master-4.2.x</jgitflow.masterBranchName> + <jgitflow.developBranchName>develop-4.2.x</jgitflow.developBranchName> + </properties> <repositories> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.