Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 4561e6c6c -> 258d96021


HBASE-15801 Upgrade checkstyle for all branches


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/258d9602
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/258d9602
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/258d9602

Branch: refs/heads/branch-1.2
Commit: 258d9602133188b7010c3da6ee91b2e1c281b61c
Parents: 4561e6c
Author: zhangduo <zhang...@apache.org>
Authored: Mon May 9 14:42:27 2016 +0800
Committer: zhangduo <zhang...@apache.org>
Committed: Tue May 10 10:06:22 2016 +0800

----------------------------------------------------------------------
 pom.xml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/258d9602/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77786c2..45c2ad9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -791,13 +791,18 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.13</version>
+          <version>2.17</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.hbase</groupId>
               <artifactId>hbase-checkstyle</artifactId>
               <version>${project.version}</version>
             </dependency>
+            <dependency>
+              <groupId>com.puppycrawl.tools</groupId>
+              <artifactId>checkstyle</artifactId>
+              <version>${checkstyle.version}</version>
+            </dependency>
           </dependencies>
           <configuration>
             <configLocation>hbase/checkstyle.xml</configLocation>
@@ -913,6 +918,11 @@
             <artifactId>hbase-checkstyle</artifactId>
             <version>${project.version}</version>
           </dependency>
+          <dependency>
+            <groupId>com.puppycrawl.tools</groupId>
+            <artifactId>checkstyle</artifactId>
+            <version>${checkstyle.version}</version>
+          </dependency>
         </dependencies>
         <configuration>
           <configLocation>hbase/checkstyle.xml</configLocation>
@@ -1188,6 +1198,7 @@
     <maven.antrun.version>1.6</maven.antrun.version>
     <jamon.plugin.version>2.4.1</jamon.plugin.version>
     <findbugs-annotations>1.3.9-1</findbugs-annotations>
+    <checkstyle.version>6.18</checkstyle.version>
     <javadoc.version>2.10.3</javadoc.version>
     <asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version>
     <!-- General Packaging -->
@@ -2545,7 +2556,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.13</version>
+        <version>2.17</version>
         <configuration>
           <configLocation>hbase/checkstyle.xml</configLocation>
           
<suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>

Reply via email to