Upgrade JACOCO to the latest version
.. to fix the build errors triggered by the old JACOCO release
This commit is contained in:
parent
4f82b6e393
commit
ff5b15acbd
2
pom.xml
2
pom.xml
@ -84,7 +84,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
<version>0.6.4.201312101107</version>
|
<version>0.7.1.201405082137</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>jacoco-prepare-agent</id>
|
<id>jacoco-prepare-agent</id>
|
||||||
|
Loading…
Reference in New Issue
Block a user