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 2023/09/01 15:11:35 UTC

[commons-imaging] branch master updated: Update DTD

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


The following commit(s) were added to refs/heads/master by this push:
     new 95b514aa Update DTD
95b514aa is described below

commit 95b514aaf5751690f9cc6441665d568a9b87e670
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 1 11:11:31 2023 -0400

    Update DTD
---
 checkstyle.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 1e57e3a7..1bba8c0a 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -17,8 +17,8 @@ limitations under the License.
 -->
 
 <!DOCTYPE module PUBLIC
-    "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
-    "https://checkstyle.org/dtds/configuration_1_2.dtd">
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd">
 
 <!-- commons lang customization of default Checkstyle behavior -->
 <module name="Checker">