This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 2b26beebfc4d57ec2aca3af81f8ccba1a31b7a93 Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 10 16:49:37 2020 +0100 :wrench: Prepare release on 1.x branch --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b4bbcdf9..4cf810e2 100644 --- a/pom.xml +++ b/pom.xml @@ -145,8 +145,9 @@ <!-- issues status to include in changelog --> <!--<redmine.statusIds>18,19,3,10,11</redmine.statusIds>--> - <jgitflow.developBranchName>develop-1.1.x</jgitflow.developBranchName> - <jgitflow.masterBranchName>master-1.1.x</jgitflow.masterBranchName> + <gitflow.developBranchName>develop-1.1.x</gitflow.developBranchName> + <gitflow.masterBranchName>master-1.1.x</gitflow.masterBranchName> + </properties> <repositories> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.