This is an automated email from the ASF dual-hosted git repository. nic pushed a commit to branch master-hadoop3.1 in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/master-hadoop3.1 by this push: new 0aad97c fix add jacoco.version in pom.xml (#699) 0aad97c is described below commit 0aad97c0cc8b49e8b17b58cfbbd9262e55dfa98a Author: liuzx32 <liuz...@163.com> AuthorDate: Mon Jun 24 14:56:39 2019 +0800 fix add jacoco.version in pom.xml (#699) * fix add jacoco.version in pom.xml --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index b5432d8..7421a2f 100644 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,7 @@ <forbiddenapis.version>2.3</forbiddenapis.version> <!-- Sonar --> + <jacoco.version>0.8.0</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>