aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:37:32 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:37:32 +0200
commit2a9e0c6bbfc7e3403d353f0373d302b7ecd32706 (patch)
tree464a57c7eb1733ab765a288365cf559e38aef8de /pom.xml
parent386e6a13b460e25ad032004d3635b071bf91e104 (diff)
downloadsonarqube-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e7d4485e6c5..4ceec468ab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>