1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00

[releng] Update to latest jacoco maven plugin version

This commit is contained in:
Jonah Graham 2022-12-07 15:37:19 -05:00
parent b87a45520a
commit 2af753223e

View file

@ -749,7 +749,7 @@
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version> <version>0.8.8</version>
<executions> <executions>
<execution> <execution>
<id>pre-test</id> <id>pre-test</id>