Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-09-16 08:12:28 +0000
committerJonah Graham2018-09-16 08:12:28 +0000
commit5042be3a36372df9f321518929804a97f0f7cb19 (patch)
tree7e7b621395c10023a5dcf6176bdd1efca74579e1
parent4549e7f39a787a75f7ec4119524d120bcac1eeec (diff)
downloadorg.eclipse.cdt-5042be3a36372df9f321518929804a97f0f7cb19.tar.gz
org.eclipse.cdt-5042be3a36372df9f321518929804a97f0f7cb19.tar.xz
org.eclipse.cdt-5042be3a36372df9f321518929804a97f0f7cb19.zip
[releng] Update to newest jacoco-maven-plugin
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 543dbd0d0b7..52ca941e589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -637,7 +637,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