aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
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 /vid-app-common
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 'vid-app-common')
-rwxr-xr-xvid-app-common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index aff2cc813..c55d97864 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -133,7 +133,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.9</version>
+ <version>0.8.3</version>
<executions>
<execution>
<id>default-prepare-agent</id>