branch develop updated (b4cc41d -> b839b9f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from b4cc41d Setup .gitlab-ci.yml new b839b9f 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 b839b9f84595fd342b60c06f1e1a007867f8ad99 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 12:04:36 2019 +0200 Disable redmine changes generation Summary of changes: pom.xml | 4 ++++ 1 file changed, 4 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm