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 20:42:14 UTC

[commons-jexl] branch master updated: JEXL: 3.3 RC1

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 91c58e1e JEXL: 3.3 RC1
91c58e1e is described below

commit 91c58e1eb927b276e788b97c45e252636d11744f
Author: henrib <he...@apache.org>
AuthorDate: Fri Mar 10 21:42:08 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 eb978e34..3c6d82bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,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>