summaryrefslogtreecommitdiffstats
path: root/springboot
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-11-29 11:19:35 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-11-29 11:19:35 -0500
commit03800a7552a2aa672b312d1d5ab0b1afd201e12c (patch)
tree51d18dfadb646d9a76d26be1cc8a91d1e4c0d0d3 /springboot
parentd58f23d6587cd784726a273d98fa9b5e5b39728a (diff)
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) <ks220y@att.com> Change-Id: Ie1d621a3f1d1aef3b618dd87d7125797983775c7
Diffstat (limited to 'springboot')
-rwxr-xr-xspringboot/springboot1/pom.xml2
-rwxr-xr-xspringboot/springboot2/pom.xml2
2 files changed, 2 insertions, 2 deletions
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 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.3.0.603</version>
+ <version>3.6.0.1398</version>
</plugin>
<!-- End of plugins from ONAP oparent -->
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 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.3.0.603</version>
+ <version>3.6.0.1398</version>
</plugin>
<!-- End of plugins from ONAP oparent -->