diff options
author | Piotr Bochenski <piotr.bochenski@nokia.com> | 2018-08-29 14:57:45 +0200 |
---|---|---|
committer | Piotr Bochenski <piotr.bochenski@nokia.com> | 2018-08-29 14:57:45 +0200 |
commit | d3a1bf14c146b14df6efabce11d15e49d8cf2280 (patch) | |
tree | e668ba83ee503c0861982f2e1931543d26f772b4 | |
parent | 5f029a33ae5cbe2133273622c0800ac09c64898a (diff) |
Bump JaCoCo version to 0.8.2
Currently, oparent uses JaCoCo version that is more than 2 years old.
0.8.2 version fixes at least following issues:
* enable building on JDK10
* Kotlin language support
Change-Id: Ic9fa8e80ffb01fe7d5176fb670a7b6f7a5bf6117
Issue-ID: INT-639
Signed-off-by: Piotr Bochenski <piotr.bochenski@nokia.com>
-rw-r--r-- | oparent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index b50371c..a33f4c8 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -32,7 +32,7 @@ <url>https://wiki.onap.org/display/DW/Integration+Project</url> </scm> <properties> - <jacoco.version>0.7.7.201606060606</jacoco.version> + <jacoco.version>0.8.2</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <!-- Default Sonar configuration --> |