Update sonar plugin 79/98179/1
authorsebdet <sebastien.determe@intl.att.com>
Fri, 8 Nov 2019 12:49:44 +0000 (13:49 +0100)
committersebdet <sebastien.determe@intl.att.com>
Fri, 8 Nov 2019 12:49:44 +0000 (13:49 +0100)
Update sonar plugin to latest for Jdk 13

Issue-ID: CLAMP-327
Change-Id: I780e9d13820c3b0fe351a651aec782bf4ac46ccb
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 06231a0..803722d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <target>13</target>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.sonarsource.scanner.maven</groupId>
+                               <artifactId>sonar-maven-plugin</artifactId>
+                               <version>3.7.0.1746</version>
+                       </plugin>
                </plugins>
        </build>
 </project>