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

ggregory 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 c42cec5c Bump next version to 3.4.0 since we have new features
c42cec5c is described below

commit c42cec5cfcd53470dd547dd4a107ecd69ce6160e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 21 10:19:18 2024 -0400

    Bump next version to 3.4.0 since we have new features
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41266fd2..a3b50849 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     </parent>
 
     <artifactId>commons-jexl3</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.4.0-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>
@@ -40,7 +40,7 @@
         
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jexl</commons.scmPubUrl>
         
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
         <!-- The RC version used in the staging repository URL. -->
-        <commons.rc.version>RC2</commons.rc.version>
+        <commons.rc.version>RC1</commons.rc.version>
         <commons.release.2.version>2.1.1</commons.release.2.version>
         <!-- Override the default, which is 
${project.artifactId}-${commons.release.[23].version} -->
         
<commons.release.name>commons-jexl-${commons.release.version}</commons.release.name>
@@ -81,7 +81,7 @@
 
         <!-- Commons release plugin -->
         <commons.bc.version>3.3</commons.bc.version>
-        <commons.release.version>3.3.1</commons.release.version>
+        <commons.release.version>3.4.0</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>
     </properties>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f4a6fec9..58a3906b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,7 +27,7 @@
         <author email="d...@commons.apache.org">Commons Developers</author>
     </properties>
     <body>
-        <release version="3.3.1" date="20YY-MM-DD">
+        <release version="3.4.0" date="YYYY-MM-DD">
             <!-- ADD -->
             <action dev="henrib" type="add" issue="JEXL-421">
                 ArrayBuilder: array type should reflect common class of its 
entries

Reply via email to