This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.0.x in repository coselmar. See http://git.codelutin.com/coselmar.git commit 8a74380aeae4bcb52bb309f2b3aa1fba082d6cec Author: Yannick Martel <martel@©odelutin.com> Date: Fri Dec 18 15:12:17 2015 +0100 configuration du pom pour que les releases 1.0.x utilisent sur les bonnes branches --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 44f256c..e20de4d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>1.8.1</version> + <version>4</version> </parent> <groupId>fr.ifremer</groupId> @@ -152,6 +152,12 @@ <jqueryVersion>2.1.3</jqueryVersion> <fontAwesomeVersion>4.3.0-1</fontAwesomeVersion> + <!-- ////////////////////////////////////////////////////////////////// --> + <!-- //// gitflow configuration for this specific branch //// --> + <!-- ////////////////////////////////////////////////////////////////// --> + <jgitflow.masterBranchName>master-1.0.x</jgitflow.masterBranchName> + <jgitflow.developBranchName>develop-1.0.x</jgitflow.developBranchName> + </properties> <repositories> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.