Committed by
Gerrit Code Review
Update jacoco plugin to 0.7.5
- This should reduce extra step needed for Eclipse users http://eclemma.org/jacoco/trunk/doc/changes.html Change-Id: Ie618abde7918cc72c57184e340d98dc9d57f8e9d
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -747,7 +747,7 @@ | ... | @@ -747,7 +747,7 @@ |
747 | <plugin> | 747 | <plugin> |
748 | <groupId>org.jacoco</groupId> | 748 | <groupId>org.jacoco</groupId> |
749 | <artifactId>jacoco-maven-plugin</artifactId> | 749 | <artifactId>jacoco-maven-plugin</artifactId> |
750 | - <version>0.7.2.201409121644</version> | 750 | + <version>0.7.5.201505241946</version> |
751 | <executions> | 751 | <executions> |
752 | <execution> | 752 | <execution> |
753 | <id>default-prepare-agent</id> | 753 | <id>default-prepare-agent</id> | ... | ... |
-
Please register or login to post a comment