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 1f7731d4 Updates for the next release 1f7731d4 is described below commit 1f7731d4b819eac919d057376d2b945c12219f9b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 16 13:30:53 2025 +0000 Updates for the next release --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1cd92627..b7cb61e7 100644 --- a/pom.xml +++ b/pom.xml @@ -76,10 +76,10 @@ <!-- Attempt at Java 25 --> <commons.asm.version>9.8</commons.asm.version> <!-- Commons release plugin --> - <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>RC2</commons.rc.version> + <commons.bc.version>3.5.0</commons.bc.version> + <commons.release.version>3.5.1</commons.release.version> + <commons.release.next>3.5.2</commons.release.next> + <commons.rc.version>RC1</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>