You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/10 16:32:32 UTC

[commons-dbcp] 01/02: Pick up checkstyle version from parent POM

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

commit 80fc13e98496f3afee63b4469c6e6dd3e2e1a7a1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:30:16 2023 -0500

    Pick up checkstyle version from parent POM
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 37d37d8b..00cf3949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,8 +322,6 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.jira.id>DBCP</commons.jira.id>
     <commons.jira.pid>12310469</commons.jira.pid>
-    <!-- Override CP version until that is updated -->
-    <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.pool.version>2.11.1</commons.pool.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>