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 3d1eb7718 Prepare for the release candidate 3.19.0 RC1 3d1eb7718 is described below commit 3d1eb7718a79d18cc2ab57e7ab3b894426ec7c2f Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Sep 19 22:17:27 2025 +0000 Prepare for the release candidate 3.19.0 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c1720dbfc..1b3a2bc2f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> - <version>3.19.0-SNAPSHOT</version> + <version>3.19.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-07-09T21:30:43Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-09-19T21:56:57Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <!--