diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-02-25 19:21:32 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-02-25 19:23:07 +0200 |
commit | 67a23aba7e4fcbd52bdd9eb54db944761c968fcc (patch) | |
tree | d0cea3506404d72c63f4cd8d7427d527db4cb2fc /vid-app-common/pom.xml | |
parent | 16e2c252915579c22eef4669cee2c808c414db86 (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/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 2 |
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> |