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:33:23 UTC

[commons-pool] branch master updated: Pick up maven-pmd-plugin 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-pool.git


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

commit c113becf7527db84deabad184c31cb2caeeef3f0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:33:19 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 89ac6b8f..134caa4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,6 @@
     <commons.felix.version>5.1.8</commons.felix.version>
     <spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.3</spotbugs.impl.version>
-    <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
 
     <!-- Commons Release Plugin -->