This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit a5a3a4a978e1ca362281375a037dcba5b7157494 Author: Arnaud Thimel <thimel@codelutin.com> Date: Thu Sep 19 16:39:08 2019 +0200 Upgrade sonar-maven-plugin to 3.6.1.1688 in .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87dc0ce5..2faf08c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,6 @@ sonar: image: registry.nuiton.org/codelutin/dockerfiles:maven-release stage: qa script: - - mvn test org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.0.905:sonar -Dsonar.host.url="https://qa.codelutin.com" + - mvn test org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar -Dsonar.host.url="https://qa.codelutin.com" only: - develop -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.