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:49 UTC

[commons-dbcp] 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-dbcp.git


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

commit 26b225c0963785a802ac4144d79619667f94fbff
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 11 12:08:43 2021 -0500

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

diff --git a/checkstyle.xml b/checkstyle.xml
index 4cb38be..fbf6c7c 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.1//EN" "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
+<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd">
 
 <!--
   Checkstyle checks configured for Maven.