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:31:09 UTC

[commons-bcel] 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-bcel.git


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

commit 28f3fe71b4c8e845cdcaa5f0a3fbdd2a7bfaa8a8
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Tue Jan 10 11:31:05 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 fbcebaaa..da18db31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,6 @@
     <commons.spotbugs.plugin.version>4.7.3.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>    
     <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>
-    <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
   </properties>