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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 8ece3d2 Fix Checkstyle configuration DTD link.
8ece3d2 is described below
commit 8ece3d2a35f137c7f2d8ca4ebee09eaca774977d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 11 12:09:02 2021 -0500
Fix Checkstyle configuration DTD link.
---
conf/checkstyle.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/checkstyle.xml b/conf/checkstyle.xml
index 378ac56..5e90e3d 100644
--- a/conf/checkstyle.xml
+++ b/conf/checkstyle.xml
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE module PUBLIC
- "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
- "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
+ "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
+ "https://checkstyle.org/dtds/configuration_1_2.dtd">
<!-- Checkstyle configuration that checks the commons-configuration coding
conventions -->