Skip to content

Commit

Permalink
Update JaCoCo Maven plugin to version that supports Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pkainulainen committed Jul 8, 2015
1 parent 693fec6 commit 540d581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-coverage-jacoco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.6.3.201306030806</version>
<version>0.7.5.201505241946</version>
<executions>
<!--
Prepares the property pointing to the JaCoCo runtime agent which
Expand Down

0 comments on commit 540d581

Please sign in to comment.