diff options
author | Ofir Sonsino <os0695@att.com> | 2017-12-11 12:03:54 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-12-11 12:03:54 +0200 |
commit | 7881b6e4255807e2f37f26d0769db267767022a8 (patch) | |
tree | bd8d903ad4f6125d188ed8df6a747fcb7c060647 | |
parent | a03a411f057059fc418878a64393414178c9f310 (diff) |
Upgrade sonar plugin
Change-Id: Id555c067b3b7bcb0671cc7401e7e35157557679e
Issue-ID: VID-98
Signed-off-by: Ofir Sonsino <os0695@att.com>
-rwxr-xr-x | epsdk-app-onap/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 91e866135..66f6c8f4c 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -214,7 +214,7 @@ <plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.2</version>
+ <version>3.3.0.603</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
@@ -195,6 +195,11 @@ </dependencies>
</plugin>
<plugin>
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.3.0.603</version>
+ </plugin>
+ <plugin>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-maven-plugin</artifactId>
<version>1.4.0</version>
|