Skip to content

Commit

Permalink
use jacoco.version
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 10, 2017
1 parent 7e7f154 commit 703c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.examples.myproject/pom.xml
Expand Up @@ -50,7 +50,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</version>
<version>${jacoco.version}</version>
<executions>
<!-- Prepares the property pointing to the JaCoCo runtime agent
which is passed as VM argument when Maven the Surefire plugin is executed. -->
Expand Down

0 comments on commit 703c065

Please sign in to comment.