mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Use jacoco 0.8.4.
Change-Id: Ie6c4eef1db6e805a8b0960dac4f74961f6b70f85 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
f893b77dba
commit
78c1b58cd6
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -624,7 +624,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
<version>0.8.3</version>
|
<version>0.8.4</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>pre-test</id>
|
<id>pre-test</id>
|
||||||
|
|
Loading…
Add table
Reference in a new issue