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/17 14:30:48 UTC

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

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 30c4e1ac JEXL: getting ready for RC2 ;
30c4e1ac is described below

commit 30c4e1ac07b646e685fdfe37f0ce7f43aaf20d8b
Author: henrib <he...@apache.org>
AuthorDate: Fri Mar 17 15:30:42 2023 +0100

    JEXL: getting ready for RC2 ;
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e9e07a3..5f0a9dad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>RC1</commons.rc.version>
+        <commons.rc.version>RC2</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>