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 26eb3c8b Update DTD
26eb3c8b is described below

commit 26eb3c8b33a87c5bac861b63a0fde2f21737fc70
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 11:13:07 2023 -0400

    Update DTD
---
 checkstyle.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 3800d43e..7b11840c 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -19,8 +19,8 @@
 -->
 
 <!DOCTYPE module PUBLIC
-    "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
-    "https://checkstyle.org/dtds/configuration_1_2.dtd";>
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd";>
 
 <!--
   Checkstyle checks configured for Maven.

Reply via email to