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 e3b6ce9 Fix Checkstyle suppressions DTD link.
e3b6ce9 is described below
commit e3b6ce92c64992c497b1104085516e40f345c303
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 11 12:00:23 2021 -0500
Fix Checkstyle suppressions DTD link.
---
core/checkstyle-suppressions.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/checkstyle-suppressions.xml b/core/checkstyle-suppressions.xml
index 3cf4d0b..469b82a 100644
--- a/core/checkstyle-suppressions.xml
+++ b/core/checkstyle-suppressions.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
- "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
+ "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