You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/09/21 03:26:55 UTC

[kylin] branch master updated: KYLIN-3445 Upgrade checkstyle version to 8.6

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

shaofengshi 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 e093fac  KYLIN-3445 Upgrade checkstyle version to 8.6
e093fac is described below

commit e093fac0aa98712560cb4438956730c849098953
Author: GinaZhai <na...@kyligence.io>
AuthorDate: Thu Sep 20 14:38:21 2018 +0800

    KYLIN-3445 Upgrade checkstyle version to 8.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0377f42..5c3b2cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1098,7 +1098,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>6.19</version>
+              <version>8.6</version>
             </dependency>
           </dependencies>
           <executions>