This is an automated email from the git hooks/post-receive script. New commit to branch release/3.3.1 in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit f65e1ecd7396700069f7ef067de95402d5d2e142 Author: Maven Release <maven-release@codelutin.com> Date: Mon Dec 18 14:54:55 2017 +0100 Disable fetching changes from redmine since issues are now on gitlab --- pom.xml | 2 ++ topia-service-csv/pom.xml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5e7104ce..0ca34f06 100644 --- a/pom.xml +++ b/pom.xml @@ -214,6 +214,8 @@ <!-- redmine project Id --> <projectId>topia</projectId> + <!-- FIXME issues are no longer on redmine since migration to gitlab --> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> <!-- libs version --> <commonsLoggingVersion>1.2</commonsLoggingVersion> diff --git a/topia-service-csv/pom.xml b/topia-service-csv/pom.xml index 60852d96..309307a3 100644 --- a/topia-service-csv/pom.xml +++ b/topia-service-csv/pom.xml @@ -41,7 +41,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> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.