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 18:48:40 UTC

[commons-jexl] branch master updated: Pick up pmd 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-jexl.git


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

commit 224fffcdc9aecf999a166a6ec272ed7e28b9ca93
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:48:35 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index d6413c99..868b5c91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,6 @@
         <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
         <checkstyle.version>10.5.0</checkstyle.version>
         <japicmp.skip>false</japicmp.skip>
-        <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
         <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
 
         <!-- override of Jacoco properties defined in CP52 -->