Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-10-01 19:24:30 +0000
committerAlexander Kurtakov2018-10-01 21:01:21 +0000
commit9ac796d4b45ff1a76226c9a715bd8fc21af390dd (patch)
treeae01c09675130091332ec60df86bb2b03b870b22
parent6a7e5f5d5efd02856fd0110a09e15ba300d971ff (diff)
downloadorg.eclipse.linuxtools-9ac796d4b45ff1a76226c9a715bd8fc21af390dd.tar.gz
org.eclipse.linuxtools-9ac796d4b45ff1a76226c9a715bd8fc21af390dd.tar.xz
org.eclipse.linuxtools-9ac796d4b45ff1a76226c9a715bd8fc21af390dd.zip
Update Jacoco to 0.8.2.
Change-Id: I4061acfd93c63c2d424cf6d80477cf47f40f7437 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/130266 Tested-by: CI Bot
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5eca5a6e4f..b2472ed098 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,7 +368,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.1</version>
+ <version>0.8.2</version>
<executions>
<execution>
<id>pre-test</id>

Back to the top