aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-04-13 10:47:56 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-04-13 18:54:49 +0200
commit0115574a0ddb8fcfefa0483b9f6ab7d791dfc770 (patch)
tree5449e81ee9e73465cccd0c83ad37acb0097ec837 /pom.xml
parentc5b667d5a811c28c542a29605824a4c548799c23 (diff)
downloadsonarqube-0115574a0ddb8fcfefa0483b9f6ab7d791dfc770.tar.gz
sonarqube-0115574a0ddb8fcfefa0483b9f6ab7d791dfc770.zip
Upgrade jacoco-maven-plugin from 0.7.5 to 0.7.9
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 d45a8b1ecf2..aa64ac46c62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.5.201505241946</version>
+ <version>0.7.9</version>
<configuration>
<excludes>
<exclude>*_javassist_*</exclude>