Update checkstyle config DTD to 1.3 Checkstyle versions at least down to 5.2 use this.
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/4eb4bb72 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/4eb4bb72 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/4eb4bb72 Branch: refs/heads/master Commit: 4eb4bb7228d2bca5ce4560f6b5b73326a16923fb Parents: e46dd5f Author: Ville Skyttä <[email protected]> Authored: Sun Aug 16 15:44:47 2015 +0300 Committer: Ville Skyttä <[email protected]> Committed: Sun Aug 16 15:44:47 2015 +0300 ---------------------------------------------------------------------- etc/checkstyle.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/4eb4bb72/etc/checkstyle.xml ---------------------------------------------------------------------- diff --git a/etc/checkstyle.xml b/etc/checkstyle.xml index adb52e3..2492396 100644 --- a/etc/checkstyle.xml +++ b/etc/checkstyle.xml @@ -20,8 +20,8 @@ under the License. --> <!DOCTYPE module PUBLIC - "-//Puppy Crawl//DTD Check Configuration 1.2//EN" - "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> + "-//Puppy Crawl//DTD Check Configuration 1.3//EN" + "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> <!-- See http://checkstyle.sourceforge.net/checks.html for documentation on available checks --> <module name="Checker">
