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:22:46 UTC

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


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

commit 1aa068d00640bdd027b0f3ef56bcee384bcbab63
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 12 13:22:42 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 e405f2a..c516051 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,7 +352,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.19.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>