This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 579bcc9 Update checkstyle DTDs 579bcc9 is described below commit 579bcc9098e702951b02ceb62e89c3e8ddf3f80b 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 9417272..33822d1 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 3ce4303..1286699 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 8938188..1ab2d12 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org