This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/release by this push: new b05c073d Prepare for the next release candidate b05c073d is described below commit b05c073d867b7e623ec0e7c5392dcba4a77e6793 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 11 22:36:19 2025 +0000 Prepare for the next release candidate --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0cf37e9e..09700882 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-jexl3</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.0</version> <name>Apache Commons JEXL</name> <description>Apache Commons JEXL is a library that facilitates the implementation of scripting features in applications and frameworks written in Java.</description> @@ -74,7 +74,7 @@ <!-- This is used by reporting plugins --> <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2024-06-05T23:56:52Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-04-11T22:34:47Z</project.build.outputTimestamp> <!-- Attempt at Java 25 --> <commons.asm.version>9.8</commons.asm.version>