You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/11 17:09:45 UTC

[commons-jcs] branch master updated: Fix Checkstyle configuration DTD link.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new fcf20bb  Fix Checkstyle configuration DTD link.
fcf20bb is described below

commit fcf20bbb2a8e75a2f256405b2c873c1e2efe70ed
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 11 12:09:41 2021 -0500

    Fix Checkstyle configuration DTD link.
---
 checkstyle.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 304bdb4..3800d43 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -19,8 +19,8 @@
 -->
 
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
+    "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
+    "https://checkstyle.org/dtds/configuration_1_2.dtd">
 
 <!--
   Checkstyle checks configured for Maven.