This is an automated email from the git hooks/post-receive script. New commit to branch develop-java6 in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 211dcc3f5754c771927f03a2411b1bbe35bb5695 Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed May 2 11:39:47 2018 +0200 Initialisation de la branche develop-java6 --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1ace9e..fe60248 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-18</version> + <version>3.0-java6-SNAPSHOT</version> <name>Nuiton Utils</name> <description>Library of usefull class to be used in any project.</description> @@ -153,6 +153,9 @@ <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> + <jgitflow.developBranchName>develop-java6</jgitflow.developBranchName> + <jgitflow.masterBranchName>master-java6</jgitflow.masterBranchName> + </properties> <dependencies> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.