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-dbutils.git
The following commit(s) were added to refs/heads/master by this push:
new 2f20611 Update DTD
2f20611 is described below
commit 2f2061163fd01b198ea902b6515eec3d7b90b281
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 11:08:10 2023 -0400
Update DTD
---
src/site/resources/checkstyle/checkstyle.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/resources/checkstyle/checkstyle.xml
b/src/site/resources/checkstyle/checkstyle.xml
index 71d9825..9372d77 100644
--- a/src/site/resources/checkstyle/checkstyle.xml
+++ b/src/site/resources/checkstyle/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 checks configured for Maven.