You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/03/07 23:11:32 UTC

[hbase] branch branch-2.0 updated: HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge; ADDENDUM

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

stack pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new e063ae9  HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge; ADDENDUM
e063ae9 is described below

commit e063ae9ca1729d102b765f3d5e32bdf3f49a01be
Author: stack <st...@apache.org>
AuthorDate: Thu Mar 7 15:05:28 2019 -0800

    HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge;
    ADDENDUM
---
 .../src/main/resources/hbase/checkstyle-suppressions.xml             | 4 ++--
 hbase-checkstyle/src/main/resources/hbase/checkstyle.xml             | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
index 4b5c2f5..b66b4d5 100644
--- a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
+++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE suppressions PUBLIC
-    "-//Puppy Crawl//DTD Suppressions 1.0//EN"
-    "http://checkstyle.sourceforge.net/dtds/suppressions_1_1.dtd">
+  "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
+  "https://checkstyle.org/dtds/suppressions_1_2.dtd"
   <!--
 /**
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
index 30f2ed8..0fa82a9 100644
--- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
+++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
-<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
-    "http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
+<!DOCTYPE module PUBLIC
+  "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+  "https://checkstyle.org/dtds/configuration_1_3.dtd" >
   <!--
 /**
  * Licensed to the Apache Software Foundation (ASF) under one