Merge branch 'upgrade-jacoco-maven-plugin-to-0.7.6' into develop
* upgrade-jacoco-maven-plugin-to-0.7.6: pom.xml: Upgrade jacoco-maven-plugin to 0.7.6
This commit is contained in:
commit
7e3e26f928
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -251,7 +251,7 @@
|
|||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.7.5.201505241946</version>
|
||||
<version>0.7.6.201602180812</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
@ -338,7 +338,7 @@
|
|||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.7.5.201505241946</version>
|
||||
<version>0.7.6.201602180812</version>
|
||||
</plugin><!-- jacoco-maven-plugin -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in a new issue