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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 4338ef19 Update Checkstyle DTD version from 1.0 to 1.2
4338ef19 is described below
commit 4338ef19e5e27dbdb5a89d0c9623a429a307151d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 5 14:44:30 2024 -0400
Update Checkstyle DTD version from 1.0 to 1.2
---
commons-digester3-core/checkstyle-suppressions.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/commons-digester3-core/checkstyle-suppressions.xml
b/commons-digester3-core/checkstyle-suppressions.xml
index 1464f477..9661b07c 100644
--- a/commons-digester3-core/checkstyle-suppressions.xml
+++ b/commons-digester3-core/checkstyle-suppressions.xml
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE suppressions PUBLIC
- "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
- "https://checkstyle.org/dtds/suppressions_1_0.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -18,6 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+<!DOCTYPE suppressions PUBLIC
+ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
+ "https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress checks="RegexpHeader" files="package-info.java" lines="0-9999" />
<suppress checks="HiddenField" files=".+\.java" lines="0-9999" />