You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/01/27 10:29:49 UTC

[tomcat] branch 8.5.x updated: Update checkstyle DTDs

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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new b9f6504  Update checkstyle DTDs
b9f6504 is described below

commit b9f650451ce58dff1d4fdd6ae9bb39d389113c3b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 27 10:27:44 2021 +0000

    Update checkstyle DTDs
---
 res/checkstyle/checkstyle.xml           | 4 ++--
 res/checkstyle/javax-checkstyle.xml     | 4 ++--
 res/checkstyle/javax-import-control.xml | 4 ++--
 res/checkstyle/org-checkstyle.xml       | 4 ++--
 res/checkstyle/org-import-control.xml   | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml
index 2eb1670..5963da9 100644
--- a/res/checkstyle/checkstyle.xml
+++ b/res/checkstyle/checkstyle.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd">
 <module name="Checker">
   <!-- When adding checks, keep to the order checks are listed under         -->
   <!-- 'Standard Checks' in the Checkstyle documentation:                    -->
diff --git a/res/checkstyle/javax-checkstyle.xml b/res/checkstyle/javax-checkstyle.xml
index bb7568c..3eb5045 100644
--- a/res/checkstyle/javax-checkstyle.xml
+++ b/res/checkstyle/javax-checkstyle.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd">
 <module name="Checker">
   <!-- When adding checks, keep to the order checks are listed under         -->
   <!-- 'Standard Checks' in the Checkstyle documentation:                    -->
diff --git a/res/checkstyle/javax-import-control.xml b/res/checkstyle/javax-import-control.xml
index 252cd96..5a374bb 100644
--- a/res/checkstyle/javax-import-control.xml
+++ b/res/checkstyle/javax-import-control.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE import-control PUBLIC
-    "-//Puppy Crawl//DTD Import Control 1.1//EN"
-    "http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
+    "-//Checkstyle//DTD ImportControl Configuration 1.4//EN"
+    "https://checkstyle.org/dtds/import_control_1_4.dtd">
 
 <import-control pkg="javax">
   <allow pkg="java"/>
diff --git a/res/checkstyle/org-checkstyle.xml b/res/checkstyle/org-checkstyle.xml
index 641673b..a4f8ae0 100644
--- a/res/checkstyle/org-checkstyle.xml
+++ b/res/checkstyle/org-checkstyle.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd">
 <module name="Checker">
   <!-- When adding checks, keep to the order checks are listed under         -->
   <!-- 'Standard Checks' in the Checkstyle documentation:                    -->
diff --git a/res/checkstyle/org-import-control.xml b/res/checkstyle/org-import-control.xml
index 8723aec..9b4b6d0 100644
--- a/res/checkstyle/org-import-control.xml
+++ b/res/checkstyle/org-import-control.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE import-control PUBLIC
-    "-//Puppy Crawl//DTD Import Control 1.1//EN"
-    "http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
+    "-//Checkstyle//DTD ImportControl Configuration 1.4//EN"
+    "https://checkstyle.org/dtds/import_control_1_4.dtd">
 
 <import-control pkg="org.apache">
   <!-- Anything in J2SE is OK but need to list javax by package as not


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org