You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2022/06/12 15:23:26 UTC

[commons-jexl] branch master updated: JEXL: revert pmd to 3.16, 3.17 breaks site target

This is an automated email from the ASF dual-hosted git repository.

henrib 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 0113b3ee JEXL: revert pmd to 3.16, 3.17 breaks site target
0113b3ee is described below

commit 0113b3eede5a0d20f25cac180b7d0af48a8d8917
Author: henrib <he...@apache.org>
AuthorDate: Sun Jun 12 17:23:21 2022 +0200

    JEXL: revert pmd to 3.16, 3.17 breaks site target
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f58a3a2a..68f79008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <checkstyle.version>10.3</checkstyle.version>
         <japicmp.skip>false</japicmp.skip>
         <commons.japicmp.version>0.15.7</commons.japicmp.version>
-        <commons.pmd.version>3.17.0</commons.pmd.version>
+        <commons.pmd.version>3.16.0</commons.pmd.version>
         <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
 
         <!-- override of Jacoco properties defined in CP52 -->