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


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

commit 5ae2f1f1acd28ffc54a8f9b4f0ff9342778f9916
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 13 09:27:59 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 868b5c91..ed8eeeb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>${commons.pmd.version}</version>
                 <configuration>
                     <rulesets>
                         
<ruleset>${project.basedir}/src/main/config/pmd.xml</ruleset>

Reply via email to