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/27 08:12:55 UTC

[commons-jexl] branch release updated (29a15cbc -> 37fb9110)

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


    from 29a15cbc JEXL: getting ready for RC2 ;
     add 4e91dc63 JEXL: getting ready for RC2 ;
     new 37fb9110 Bump to next development version

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.


Summary of changes:
 pom.xml                                            |  6 ++---
 .../internal/introspection/PermissionsParser.java  | 29 ++++++++++++----------
 .../jexl3/parser/ASTIdentifierAccessJxlt.java      |  4 ---
 3 files changed, 19 insertions(+), 20 deletions(-)


[commons-jexl] 01/01: Bump to next development version

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 37fb9110d584fef3de4688efbc8886978e96239d
Author: henrib <he...@apache.org>
AuthorDate: Mon Mar 27 10:08:49 2023 +0200

    Bump to next development version
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5f0a9dad..29e438d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     </parent>
 
     <artifactId>commons-jexl3</artifactId>
-    <version>3.3</version>
+    <version>3.3.1-SNAPSHOT</version>
     <name>Apache Commons JEXL</name>
     <description>JEXL is a library intended to facilitate the implementation of scripting features in
         applications and frameworks written in Java.</description>
@@ -79,8 +79,8 @@
         <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
 
         <!-- Commons release plugin -->
-        <commons.bc.version>3.2.1</commons.bc.version>
-        <commons.release.version>3.3</commons.release.version>
+        <commons.bc.version>3.3</commons.bc.version>
+        <commons.release.version>3.3.1</commons.release.version>
         <commons.release.isDistModule>true</commons.release.isDistModule>
         <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
         <commons.releaseManagerName>Henri Biestro</commons.releaseManagerName>