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:00 UTC

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


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

commit 8b9bafe033da4740f95fbf214f43d15a86c5b2aa
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:32:56 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 b866cf67e..0d38d50b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,7 +635,6 @@
     <uberjar.name>benchmarks</uberjar.name>
 
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
-    <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>