branch develop-1.0.x updated (2a426c4 -> 8a74380)
This is an automated email from the git hooks/post-receive script. New change to branch develop-1.0.x in repository coselmar. See http://git.codelutin.com/coselmar.git from 2a426c4 Merge branch 'release/1.0.1' new 8a74380 configuration du pom pour que les releases 1.0.x utilisent sur les bonnes branches The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm