This is an automated email from the git hooks/post-receive script. New commit to branch release/2.5.0 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 7d343de10c57e238c20d9f39c7e27432bfe9a0b4 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Nov 13 15:11:42 2019 +0100 Fix release ... --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be5187b5..657f47da 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,10 @@ <redmine.safe>false</redmine.safe> <redmine.skipCollectReleaseAttachments>true</redmine.skipCollectReleaseAttachments> <redmine.skipGenerateNewsAnnouncement>true</redmine.skipGenerateNewsAnnouncement> - + <changes.skipGenerateEmailAnnouncement>true</changes.skipGenerateEmailAnnouncement> + <redmine.skipPublishNews>true</redmine.skipPublishNews> + <redmine.skipNextVersion>true</redmine.skipNextVersion> + <redmine.skipUpdateVersion>true</redmine.skipUpdateVersion> </properties> <repositories> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.