Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-01-28 08:48:04 +0000
committerAlexander Kurtakov2019-01-28 09:52:42 +0000
commitf3246e200e680502f725d540526e9f8294a1ac0f (patch)
treec61a210df15302a22d6f97cdf8e0daef0eecadce
parentbaaa3dc5ca2caf49b74ffe050f1d38ab4453c9bd (diff)
downloadorg.eclipse.linuxtools-f3246e200e680502f725d540526e9f8294a1ac0f.tar.gz
org.eclipse.linuxtools-f3246e200e680502f725d540526e9f8294a1ac0f.tar.xz
org.eclipse.linuxtools-f3246e200e680502f725d540526e9f8294a1ac0f.zip
Update to Jacoco 0.8.3.
Change-Id: I62d30dcaf47ba746b104527c3f224aaaba2dfb43 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/135837 Tested-by: CI Bot
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1ecdc850d6..1b39e18df1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,5 @@
<!--
- Copyright (C) 2011, 2018 Red Hat Inc. and others
+ Copyright (C) 2011, 2019 Red Hat Inc. and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
@@ -368,7 +368,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.2</version>
+ <version>0.8.3</version>
<executions>
<execution>
<id>pre-test</id>

Back to the top