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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new b5d39836 Update Checkstyle DTD version from 1.0 to 1.2
b5d39836 is described below

commit b5d39836d43559e9cca7080ec25d21edad3907d1
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 5 14:44:54 2024 -0400

    Update Checkstyle DTD version from 1.0 to 1.2
---
 src/checkstyle/checkstyle-suppressions.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/checkstyle/checkstyle-suppressions.xml 
b/src/checkstyle/checkstyle-suppressions.xml
index e40eb4e3..ee8c270c 100644
--- a/src/checkstyle/checkstyle-suppressions.xml
+++ b/src/checkstyle/checkstyle-suppressions.xml
@@ -1,7 +1,4 @@
 <?xml version="1.0"?>
-<!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="[a-zA-Z0-9]*" files=".+\.properties" />
 </suppressions>

Reply via email to