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-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 2e0bd27 updated checkstyle.xml dtd (#158)
2e0bd27 is described below
commit 2e0bd27487572fd365746b2984a45c2a561acbd0
Author: Samael <[email protected]>
AuthorDate: Fri Sep 1 16:02:09 2023 +0100
updated checkstyle.xml dtd (#158)
---
checkstyle.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index bcb41bd..1a1d0e7 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 logging customization of default Checkstyle behavior -->
<module name="Checker">