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 88dab2b08d7b302d01290a7a2df09184614e9127 Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed May 2 12:13:14 2018 +0200 Files are no longer published on Redmine and annoucments are now manual --- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5ec240a..016ebb5 100644 --- a/pom.xml +++ b/pom.xml @@ -147,15 +147,12 @@ <siteSourcesType>apt</siteSourcesType> <locales>fr</locales> - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - <!-- Post Release configuration --> - <skipPostRelease>false</skipPostRelease> + <skipPostRelease>true</skipPostRelease> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> <jgitflow.developBranchName>develop-java6</jgitflow.developBranchName> <jgitflow.masterBranchName>master-java6</jgitflow.masterBranchName> - <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.