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


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

commit 47e5dae06e615529284a7da488145970ae7e5791
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 11:08:51 2023 -0400

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

diff --git a/conf/checkstyle.xml b/conf/checkstyle.xml
index f3b49af..cd797fd 100644
--- a/conf/checkstyle.xml
+++ b/conf/checkstyle.xml
@@ -16,8 +16,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";>
 
 <!-- Checkstyle configuration that checks the commons-configuration coding 
conventions -->
 

Reply via email to