This is an automated email from the git hooks/post-receive script. New commit to branch release/3.4 in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit ebca137bd8e7557839f9842a945565a3fe59456c Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 31 16:33:02 2018 +0100 Fix release ... --- nuiton-config-example/pom.xml | 2 +- nuiton-config/pom.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nuiton-config-example/pom.xml b/nuiton-config-example/pom.xml index 3d231b0..6a6b1c9 100644 --- a/nuiton-config-example/pom.xml +++ b/nuiton-config-example/pom.xml @@ -39,7 +39,7 @@ <properties> <!-- Post Release configuration --> - <skipPostRelease>false</skipPostRelease> + <skipPostRelease>true</skipPostRelease> <redmine.releaseFiles> ${project.build.directory}/${project.build.finalName}-full.zip diff --git a/nuiton-config/pom.xml b/nuiton-config/pom.xml index f151947..c398f92 100644 --- a/nuiton-config/pom.xml +++ b/nuiton-config/pom.xml @@ -36,6 +36,9 @@ <description>Simple Application config API</description> <properties> + + <!-- FIXME true because issues are no longer on redmine but on gitlab--> + <skipPostRelease>true</skipPostRelease> <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.