This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.9.2 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit bcb90c7c5a5108c2666c603005f9a587d6dffa95 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 6 08:54:15 2014 +0200 fix release configuration --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 771f997..06f3d90 100644 --- a/pom.xml +++ b/pom.xml @@ -466,6 +466,17 @@ </configuration> </plugin> + <plugin> + <groupId>external.atlassian.jgitflow</groupId> + <artifactId>jgitflow-maven-plugin</artifactId> + <configuration> + <flowInitContext> + <masterBranchName>master-2.x</masterBranchName> + <developBranchName>develop-2.x</developBranchName> + </flowInitContext> + </configuration> + </plugin> + </plugins> </pluginManagement> </build> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.