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 2023/03/10 21:04:33 UTC

[commons-jexl] 01/01: JEXL: 3.3 RC1

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

henrib pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit 2812aaeaa4e8979e301f791b23cf9b88927a4e97
Author: henrib <he...@apache.org>
AuthorDate: Fri Mar 10 22:04:27 2023 +0100

    JEXL: 3.3 RC1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3c6d82bc..c926bcb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,7 +420,7 @@
                         </includes>
                         <excludes>
                             <exclude>org.apache.commons.jexl3.internal</exclude>
-                            <exclude>org.apache.commons.jexl3.introspection.internal</exclude>
+                            <exclude>org.apache.commons.jexl3.internal.introspection</exclude>
                             <exclude>org.apache.commons.jexl3.parser</exclude>
                         </excludes>
                         <onlyModified>true</onlyModified>