Upgrade JACOCO to the latest version

.. to fix the build errors triggered by the old JACOCO release
This commit is contained in:
Trustin Lee 2014-06-27 17:23:03 +09:00
parent 520479d43b
commit cd62f2f21e

View File

@ -84,7 +84,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.6.4.201312101107</version>
<version>0.7.1.201405082137</version>
<executions>
<execution>
<id>jacoco-prepare-agent</id>