This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git
commit 4a75cc8d1d92d1ce4eb82435ffd10c900c6cf7f3 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Fri Jun 5 19:09:21 2020 +0200 Update DTD location --- src/main/resources/config/maven_checks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config/maven_checks.xml b/src/main/resources/config/maven_checks.xml index 5d22e13..f04a0c8 100644 --- a/src/main/resources/config/maven_checks.xml +++ b/src/main/resources/config/maven_checks.xml @@ -19,8 +19,8 @@ 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"> <!-- Checkstyle configuration that checks the Maven coding conventions from:
