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


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

commit 45a2c0a3d1b0fa5646cc6a80f9f1d2ebb99a18c1
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 11:09:41 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 5e90e3d..d9e1ed0 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