From d0af6a93dd0c02a84960a557a7cfcf98088aa5d2 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 23 Nov 2017 12:23:36 +0100 Subject: Set sonar-maven-plugin version to 3.3.0.603 If Maven encounters a plugin with no version declaration, it will use the LATEST version, which might not be compatible with Sonar server (fd.io uses 5.6 currently). Therefore it is recommended to lock down version of Sonar plugin: http://blog.sonatype.com/2008/04/maven-209-released/ The patch should fix honeycomb and hc2vpp merge job failures caused by using incompatible sonar-maven-plugin version. Change-Id: Ib95aa4a131e1b8b7d85a531bba8e5a9f7c95cf2d Signed-off-by: Marek Gradzki --- common/honeycomb-parent/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'common') diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 0e8e52755..cc67e37ce 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -323,6 +323,17 @@ + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.3.0.603 + org.jacoco -- cgit 1.2.3-korg