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-lang.git
The following commit(s) were added to refs/heads/release by this push:
new 598dfc163 Prepare for the release candidate 3.20.0 RC2
598dfc163 is described below
commit 598dfc163b8b410fb3bb8794521206ec8dcec82a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 12 19:55:59 2025 +0000
Prepare for the release candidate 3.20.0 RC2
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index dde09b665..c016e8b4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
- <version>3.20.0-SNAPSHOT</version>
+ <version>3.20.0</version>
<name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear>
<description>
@@ -120,7 +120,7 @@
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</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-09-24T13:50:21Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-12T18:39:17Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!--