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 19:27:10 UTC

[commons-jexl] branch master updated: JEXL: getting ready for 3.3; - pom 3.3

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 9073b6ec JEXL: getting ready for 3.3; - pom 3.3
9073b6ec is described below

commit 9073b6ec28e884dedf2a950919288136c3734086
Author: henrib <he...@apache.org>
AuthorDate: Fri Mar 10 20:27:04 2023 +0100

    JEXL: getting ready for 3.3;
    - pom 3.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5349e6dd..eb978e34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     </parent>
 
     <artifactId>commons-jexl3</artifactId>
-    <version>3.3-SNAPSHOT</version>
+    <version>3.3</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>
@@ -77,7 +77,7 @@
 
         <!-- Commons release plugin -->
         <commons.bc.version>3.2.1</commons.bc.version>
-        <commons.release.version>3.2.1</commons.release.version>
+        <commons.release.version>3.3</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>