From 03800a7552a2aa672b312d1d5ab0b1afd201e12c Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 29 Nov 2019 11:19:35 -0500 Subject: Upgrading sonar-maven-plugin version Version 3.2 is not working with latest sonar qube server, needed an upgrade Issue-ID: CCSDK-1970 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ie1d621a3f1d1aef3b618dd87d7125797983775c7 --- springboot/springboot1/pom.xml | 2 +- springboot/springboot2/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'springboot') diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 772dda55..2608b07c 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -511,7 +511,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.3.0.603 + 3.6.0.1398 diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 6db28f10..e6fb0502 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -545,7 +545,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.3.0.603 + 3.6.0.1398 -- cgit 1.2.3-korg