diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-28 09:37:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-28 09:37:32 +0200 |
commit | 2a9e0c6bbfc7e3403d353f0373d302b7ecd32706 (patch) | |
tree | 464a57c7eb1733ab765a288365cf559e38aef8de /pom.xml | |
parent | 386e6a13b460e25ad032004d3635b071bf91e104 (diff) | |
download | sonarqube-2a9e0c6bbfc7e3403d353f0373d302b7ecd32706.tar.gz sonarqube-2a9e0c6bbfc7e3403d353f0373d302b7ecd32706.zip |
Upgrade jacoco maven plugin to 0.7.5.201505241946
This is a workaround to fix http://jira.codehaus.org/browse/SONARJAVA-1091
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.2.201409121644</version> + <version>0.7.5.201505241946</version> <configuration> <excludes> <exclude>*_javassist_*</exclude> |