aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-02-25 19:21:32 +0200
committerIttay Stern <ittay.stern@att.com>2019-02-25 19:23:07 +0200
commit67a23aba7e4fcbd52bdd9eb54db944761c968fcc (patch)
treed0cea3506404d72c63f4cd8d7427d527db4cb2fc /pom.xml
parent16e2c252915579c22eef4669cee2c808c414db86 (diff)
Ignore any .js file on sonar report
- Upgrade Sonar plugin to latest - Upgrade JaCoCo to latest Change-Id: I85f1651410dc650b8d0b8d71e1db92c2416f2793 Issue-ID: VID-425 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index eff364948..93667ce57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,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>
<plugin>
<groupId>com.blackducksoftware.integration</groupId>