branch develop updated (2231b2f -> 34bbb69)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git from 2231b2f refs #116: Update docutils to 0.14 new 34bbb69 disable redmine stuff 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 34bbb699a1e15ee228c8a78ecfa66ec7a138713f Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu May 17 15:08:28 2018 +0200 disable redmine stuff Summary of changes: pom.xml | 9 +++++++++ 1 file changed, 9 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 jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit 34bbb699a1e15ee228c8a78ecfa66ec7a138713f Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu May 17 15:08:28 2018 +0200 disable redmine stuff --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 76e0c80..7fb06ab 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,15 @@ <locales>fr,en</locales> <siteSourcesType>apt</siteSourcesType> + + <!-- FIXME issues are no longer on redmine since migration to gitlab --> + <redmine.skipPublishAttachments>true</redmine.skipPublishAttachments> + <redmine.skipPublishNews>true</redmine.skipPublishNews> + <redmine.skipGenerateEmailAnnouncement>true</redmine.skipGenerateEmailAnnouncement> + <redmine.skipGenerateNewsAnnouncement>true</redmine.skipGenerateNewsAnnouncement> + <redmine.skipUpdateVersion>true</redmine.skipUpdateVersion> + <redmine.skipNextVersion>true</redmine.skipNextVersion> + <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