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

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


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

commit e46a43d514ba4a5f9591673ba9acc9307c30342f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 12 13:23:56 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 8a9ba19..0234f1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.19.0</version>
         <configuration>
           <targetJdk>1.5</targetJdk>
         </configuration>