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/12 18:24:17 UTC

[commons-jci] branch master updated: Pick up maven-pmd-plugin version from parent

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-jci.git


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

commit 31e1ed6e904f8de9d694fb8e6f830bf834b68da4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 12 13:24:14 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index fb44424..f9a5e80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>3.19.0</version>
                 <configuration>
                     <aggregate>true</aggregate>
                 </configuration>