This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit b839b9f84595fd342b60c06f1e1a007867f8ad99 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 12:04:36 2019 +0200 Disable redmine changes generation --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 5298d0c..d164268 100644 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,10 @@ <javaVersion>1.7</javaVersion> <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> + + <!-- FIXME issues are no longer on redmine since migration to gitlab --> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> + </properties> <repositories> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.