Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-02-08 09:33:57 +0000
committerAlexander Kurtakov2017-02-08 09:36:01 +0000
commitaa257fa497b68292b3baeeaffd357f2b9516deb1 (patch)
tree4a265a383a41ce79136e489f16fa35c69c5fcb1c
parent0afe4ac42433021f3a3a6d7a0411a56de30aa35c (diff)
downloadeclipse.platform.releng.aggregator-aa257fa497b68292b3baeeaffd357f2b9516deb1.tar.gz
eclipse.platform.releng.aggregator-aa257fa497b68292b3baeeaffd357f2b9516deb1.tar.xz
eclipse.platform.releng.aggregator-aa257fa497b68292b3baeeaffd357f2b9516deb1.zip
Bug 511891 - Use jacoco 0.7.9
Move to latest jacoco version for the coverage reports. Change-Id: I5fd0cb892dbcc650d623ad286bb10baddca75d64 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 82d7d93c7..b2b806090 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -979,7 +979,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.6.201602180812</version>
+ <version>0.7.9</version>
<executions>
<execution>
<id>jacoco-agent</id>

Back to the top