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/05 05:02:26 UTC

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

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

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


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

commit 72b242f972e94bbbcd60fd5b42d26e5d8fded51d
Author: stack <st...@apache.org>
AuthorDate: Mon Mar 4 13:17:08 2019 -0800

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

diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
index 1ecae86..56ef04f 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://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
+    "http://checkstyle.sourceforge.net/dtds/suppressions_1_1.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 2240096..9e66a38 100644
--- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
+++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
+    "http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
   <!--
 /**
  * Licensed to the Apache Software Foundation (ASF) under one