Bump maven-sonar-plugin version to 3.4.1.1170 57/14157/1
authorMarek Gradzki <mgradzki@cisco.com>
Mon, 13 Aug 2018 05:00:16 +0000 (07:00 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Mon, 13 Aug 2018 05:00:20 +0000 (07:00 +0200)
Change-Id: Ic490d8b850fcd270ff49e1c682f40c0324afe3d6
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
common/honeycomb-parent/pom.xml

index 13c6699..9e5085d 100644 (file)
                 </plugin>
                 <!-- Sonar -->
                 <!-- 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).
+                     which might not be compatible with Sonar server (fd.io uses 6.7.3 currently).
                      Therefore it is recommended to lock down version of Sonar plugin:
                      http://blog.sonatype.com/2008/04/maven-209-released/
                      -->
                 <plugin>
                     <groupId>org.sonarsource.scanner.maven</groupId>
                     <artifactId>sonar-maven-plugin</artifactId>
-                    <version>3.3.0.603</version>
+                    <version>3.4.1.1170</version>
                 </plugin>
                 <!-- jacoco test coverage for sonar -->
                 <plugin>