This is an automated email from the git hooks/post-receive script. New commit to branch develop-2.x in repository jaxx. See http://git.nuiton.org/jaxx.git commit c22f71956576732adc3e6c540bd87fe8bd3d924a Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 20:33:52 2015 +0200 use pom 1.8.3 and configure this branch as support for jaxx 2.x --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efe1b99..fc5861c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.8.2</version> + <version>1.8.3</version> </parent> <artifactId>jaxx</artifactId> @@ -148,6 +148,10 @@ <javadocPluginVersion>2.9.1</javadocPluginVersion> <!-- FIXME-tchemit-2012-07-02 Still not working, normalize all rst docs --> <!--pdfGenerationEnabled>true</pdfGenerationEnabled--> + + <jgitflow.masterBranchName>master-2.x</jgitflow.masterBranchName> + <jgitflow.developBranchName>develop-2.x</jgitflow.developBranchName> + </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.