aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-08-05 21:21:02 +0300
committerIttay Stern <ittay.stern@att.com>2019-08-05 21:21:53 +0300
commit6c8df5bb52b73edf176a03c1c018be196c295c79 (patch)
tree5b7dfe77309af61c65602493499ee4d5f47fa0e0 /vid-app-common/pom.xml
parent84d0b4b11a1ae178a6759ce423ce2bd62315ce15 (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-xvid-app-common/pom.xml7
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>