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 8c5dc247 Prepare for the release candidate 3.6.0 RC2
8c5dc247 is described below
commit 8c5dc247c52dff148da6265864ff204c94e7f5ba
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 10 18:55:24 2025 +0000
Prepare for the release candidate 3.6.0 RC2
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d214e51d..3d6901af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<version>91</version>
</parent>
<artifactId>commons-jexl3</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.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>
@@ -73,7 +73,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>2025-04-16T12:37:37Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-10T18:53:42Z</project.build.outputTimestamp>
<!-- Commons release plugin -->
<commons.bc.version>3.5.0</commons.bc.version>
<commons.release.version>3.6.0</commons.release.version>