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 ac8b3a7f Prepare for the next RC ac8b3a7f is described below commit ac8b3a7f421610cef1e5d5567156476ade93fc15 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 12 08:14:05 2025 -0400 Prepare for the next RC --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0cf37e9e..eb314ff4 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ <commons.bc.version>3.4.0</commons.bc.version> <commons.release.version>3.5.0</commons.release.version> <commons.release.next>3.5.1</commons.release.next> - <commons.rc.version>RC1</commons.rc.version> + <commons.rc.version>RC2</commons.rc.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>