diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-08-05 21:21:02 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-08-05 21:21:53 +0300 |
commit | 6c8df5bb52b73edf176a03c1c018be196c295c79 (patch) | |
tree | 5b7dfe77309af61c65602493499ee4d5f47fa0e0 /vid-app-common/pom.xml | |
parent | 84d0b4b11a1ae178a6759ce423ce2bd62315ce15 (diff) |
Upgrade Sonar and JaCoCo plugins to latest
Issue-ID: VID-425
Change-Id: Icb74dd406411e10ea48b9bee0a94e594db7308aa
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 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 38ea5a48a..5f69ff162 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -138,9 +138,14 @@ </executions> </plugin> <plugin> + <groupId>org.sonarsource.scanner.maven</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>3.6.0.1398</version> + </plugin> + <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.3</version> + <version>0.8.4</version> <executions> <execution> <id>default-prepare-agent</id> |