Upgrade jacoco-maven-plugin to the latest version

This commit is contained in:
Trustin Lee 2015-08-16 19:24:15 +09:00
parent 75af257a62
commit ea18f73a88

View File

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