Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-05-13 06:18:37 +0000
committerAlexander Kurtakov2019-05-13 07:14:59 +0000
commit405b62c2ad5b0b04b165b02be2ac59a5d35e04a0 (patch)
tree2e0d8b533850b87e81610e541d438febdf4d0b33 /pom.xml
parent54ee8f2cf1d2ad6331873899ac44d8c15336fffe (diff)
downloadorg.eclipse.linuxtools-405b62c2ad5b0b04b165b02be2ac59a5d35e04a0.tar.gz
org.eclipse.linuxtools-405b62c2ad5b0b04b165b02be2ac59a5d35e04a0.tar.xz
org.eclipse.linuxtools-405b62c2ad5b0b04b165b02be2ac59a5d35e04a0.zip
Use jacoco 0.8.4.
Change-Id: I2db46cf58a785548847807fa785da2cfec675696 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/142045
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 6ee47cfa3b..0420a9ddb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.3</version>
+ <version>0.8.4</version>
<executions>
<execution>
<id>pre-test</id>

Back to the top