This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 536049e  [KYLIN-3519] Upgrade Jacoco version to 0.8.2
536049e is described below

commit 536049e827d78c25e09e26fc212f9a4539eecf65
Author: weibinzhu <codingfor...@126.com>
AuthorDate: Sat Jun 29 19:03:50 2019 +0800

    [KYLIN-3519] Upgrade Jacoco version to 0.8.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3085bd4..7d1ded8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
     <forbiddenapis.version>2.3</forbiddenapis.version>
 
     <!-- Sonar -->
-    <jacoco.version>0.8.0</jacoco.version>
+    <jacoco.version>0.8.2</jacoco.version>
     <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
     <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
     
<sonar.jacoco.reportPaths>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPaths>

Reply via email to