You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/11 17:08:16 UTC

[commons-configuration] branch master updated: Fix Checkstyle configuration DTD link.

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


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

commit 3b45a039df61fad789def3a24e6afc59eb3e7850
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 11 12:08:11 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 b0f1ec6..97e5c8b 100644
--- a/conf/checkstyle.xml
+++ b/conf/checkstyle.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!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">
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with