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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new a96694d4 Update DTD
a96694d4 is described below
commit a96694d4b62e1c82d3a79bc9b372a49d30ae6fa3
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 10:59:10 2023 -0400
Update DTD
---
conf/checkstyle.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/checkstyle.xml b/conf/checkstyle.xml
index bee5a7cf..7cf947ee 100644
--- a/conf/checkstyle.xml
+++ b/conf/checkstyle.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!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">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with