This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push:
new 1565da8d Update DTD
1565da8d is described below
commit 1565da8d797fcbb01df5a392eeae2f8e14af8677
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 11:16:08 2023 -0400
Update DTD
---
src/conf/checkstyle.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 3f884e11..d7085b1e 100644
--- a/src/conf/checkstyle.xml
+++ b/src/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 checks configured for Maven.