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

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


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

commit 291ed9c34a1b66b2d4a2d791d1231943de02a4ab
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:31:18 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 9bcecf03..9c72c5be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,6 @@ limitations under the License.
     <checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.animal-sniffer.version>1.22</commons.animal-sniffer.version>
-    <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>