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 18:48:17 UTC

[commons-dbcp] branch master updated: Pick up pmd 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


The following commit(s) were added to refs/heads/master by this push:
     new a86775c6 Pick up pmd version from parent POM
a86775c6 is described below

commit a86775c61dbc83ce57ceba60d72742b024b3bed1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:48:13 2023 -0500

    Pick up pmd version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45592adc..24b9860b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,6 @@
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
     <spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.3</spotbugs.impl.version>
-    <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.9.0</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>