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 ffc2d101 Fix PMD ffc2d101 is described below commit ffc2d1018f5e9beb4f4acf42d1af6514efdf6a8f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Nov 28 13:30:34 2022 -0500 Fix PMD --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5a4b3ae3..2fec9159 100644 --- a/pom.xml +++ b/pom.xml @@ -302,7 +302,7 @@ <version>${commons.pmd.version}</version> <configuration> <rulesets> - <ruleset>${project.basedir}/src/main/config/pmd_jexl.xml</ruleset> + <ruleset>${project.basedir}/src/main/config/pmd.xml</ruleset> </rulesets> <excludes> <exclude>org/apache/commons/jexl3/parser/Parser.java</exclude>