From 903f1f4525778a819f5c5420b88447682db06e26 Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Fri, 17 Jan 2020 16:58:49 -0800 Subject: [PATCH] HBASE-23700 Upgrade checkstyle and plugin versions (#1056) Bump checkstyle version to 8.28, maven-checkstyle-plugin to 3.1.0. As per HBASE-23242 and the updated checkstyle docs[1], the LineLength check should be placed under an instance of Checker. [1] https://checkstyle.sourceforge.io/config_sizes.html#LineLength Co-authored-by: Bharath Vissapragada Signed-off-by: Jan Hentschel Signed-off-by: Viraj Jasani --- .../src/main/resources/hbase/checkstyle.xml | 13 +++++++------ pom.xml | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml index fd5ced8a54fa..dc5da8282569 100644 --- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml +++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml @@ -122,12 +122,6 @@ - - - - - + + + + + + diff --git a/pom.xml b/pom.xml index c8dd5fa3fe41..7c4ba63a6ae9 100755 --- a/pom.xml +++ b/pom.xml @@ -1349,7 +1349,7 @@ 1.5.0-alpha.15 3.0.0 1.4 - 8.11 + 8.28 1.6.0 2.3.3 1.3.9-1 @@ -1358,7 +1358,7 @@ 1.0.0 1.8 3.3.0 - 3.0.0 + 3.1.0 2.10 1.1.0 1.5.0.Final