diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-11-29 11:19:35 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-11-29 11:19:35 -0500 |
commit | 03800a7552a2aa672b312d1d5ab0b1afd201e12c (patch) | |
tree | 51d18dfadb646d9a76d26be1cc8a91d1e4c0d0d3 /springboot/springboot2 | |
parent | d58f23d6587cd784726a273d98fa9b5e5b39728a (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/springboot2')
-rwxr-xr-x | springboot/springboot2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |