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:32 UTC

[commons-jexl] branch release created (now 2812aaea)

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

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


      at 2812aaea JEXL: 3.3 RC1

This branch includes the following new commits:

     new 2812aaea JEXL: 3.3 RC1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by he...@apache.org.
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>