branch develop updated (1a4c4964 -> 52e5feaf)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git from 1a4c4964 Setup .gitlab-ci.yml new 52e5feaf Disable redmine changes generation The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 52e5feaf4ccd1313e9ad5e10901ca700a4f67272 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 11:43:53 2019 +0200 Disable redmine changes generation Summary of changes: pom.xml | 3 +++ 1 file changed, 3 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 52e5feaf4ccd1313e9ad5e10901ca700a4f67272 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 11:43:53 2019 +0200 Disable redmine changes generation --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index e4bdee26..35607a29 100644 --- a/pom.xml +++ b/pom.xml @@ -163,6 +163,9 @@ <i18n.checkBundle>true</i18n.checkBundle> <i18n.showEmpty>true</i18n.showEmpty> + <!-- FIXME issues are no longer on redmine since migration to gitlab --> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> + </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm