diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-04-13 10:47:56 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-04-13 18:54:49 +0200 |
commit | 0115574a0ddb8fcfefa0483b9f6ab7d791dfc770 (patch) | |
tree | 5449e81ee9e73465cccd0c83ad37acb0097ec837 /pom.xml | |
parent | c5b667d5a811c28c542a29605824a4c548799c23 (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |