This is an automated email from the git hooks/post-receive script. New commit to branch release/1.20 in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git commit 558c2a0b594821059b5aa82df8bc74ee99c4b4a0 Author: Maven Release <maven-release@codelutin.com> Date: Wed Dec 20 11:34:31 2017 +0100 Disable fetching changes from redmine since issues are now on gitlab --- nuiton-security/pom.xml | 3 ++- pom.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nuiton-security/pom.xml b/nuiton-security/pom.xml index aecf567..e291745 100644 --- a/nuiton-security/pom.xml +++ b/nuiton-security/pom.xml @@ -37,7 +37,8 @@ <properties> <!-- Post Release configuration --> - <skipPostRelease>false</skipPostRelease> + <!-- FIXME true because issues are no longer on redmine but on gitlab --> + <skipPostRelease>true</skipPostRelease> </properties> <dependencies> diff --git a/pom.xml b/pom.xml index 5598853..fc680cf 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,8 @@ <properties> <!-- redmine project Id --> + <!-- FIXME issues are no longer on redmine since migration to gitlab --> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> <projectId>nuiton-web</projectId> <ciViewId>nuiton-web</ciViewId> <javaVersion>1.7</javaVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.