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 6a86b0d3 Prepare for the release candidate 3.6.2 RC1
6a86b0d3 is described below
commit 6a86b0d36b6642058d36d3f2ec5eaa48d248bb07
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Feb 5 20:18:39 2026 +0000
Prepare for the release candidate 3.6.2 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7fd7d699..8bb3b1f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<version>96</version>
</parent>
<artifactId>commons-jexl3</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.6.2</version>
<name>Apache Commons JEXL</name>
<description>Apache Commons JEXL is a library that enables scripting
features in Java applications and frameworks..</description>
<url>https://commons.apache.org/proper/commons-jexl/</url>
@@ -72,7 +72,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-12-14T15:52:57Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-05T20:16:56Z</project.build.outputTimestamp>
<!-- Commons release plugin -->
<commons.bc.version>3.6.1</commons.bc.version>
<commons.release.version>3.6.2</commons.release.version>