You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2022/12/05 14:32:46 UTC

[commons-dbutils] branch master updated: Correct Checkstyle version

This is an automated email from the ASF dual-hosted git repository.

thecarlhall 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 f0cbf2f  Correct Checkstyle version
f0cbf2f is described below

commit f0cbf2f76591145c96a4a686678420e669cee943
Author: Carl Hall <th...@apache.org>
AuthorDate: Mon Dec 5 09:32:41 2022 -0500

    Correct Checkstyle version
    
    9.3 instead of 9.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55af3e5..ab47c4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
     <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
-    <dbutils.checkstyle.version>9.3.0</dbutils.checkstyle.version>
+    <dbutils.checkstyle.version>9.3</dbutils.checkstyle.version>
     <checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>
     <checkstyle.config.file>${basedir}/src/site/resources/checkstyle/checkstyle.xml</checkstyle.config.file>