Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-01-28 13:11:32 +0000
committerAlexander Kurtakov2019-01-28 13:11:32 +0000
commit8804641b1a2b592b0eb01edbef64c011774c8a1c (patch)
treea04ff2f1c72cffdc6c93370675a3b500b7363262 /eclipse-platform-parent/pom.xml
parent3d5d4b6d598a76b7912241d0c8b513816f440265 (diff)
downloadeclipse.platform.releng.aggregator-8804641b1a2b592b0eb01edbef64c011774c8a1c.tar.gz
eclipse.platform.releng.aggregator-8804641b1a2b592b0eb01edbef64c011774c8a1c.tar.xz
eclipse.platform.releng.aggregator-8804641b1a2b592b0eb01edbef64c011774c8a1c.zip
Start using Jacoco 0.8.3.
Change-Id: Ibf2124bbc703b42613cb6bece18a43ac5981bfb0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 d824c5f3c..d7c7200ac 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -995,7 +995,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.2</version>
+ <version>0.8.3</version>
<executions>
<execution>
<id>jacoco-agent</id>

Back to the top