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-release-plugin.git


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

commit 02a061ed9804382f8de14833397817d020018d5c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 11 12:18:23 2021 -0500

    Fix Checkstyle suppressions DTD link.
---
 checkstyle-suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index fff8bd5..53ac722 100755
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE suppressions PUBLIC
-        "-//Puppy Crawl//DTD Suppressions 1.0//EN"
+        -//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

Reply via email to