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 29ccc7665 Prepare for the next release candidate 29ccc7665 is described below commit 29ccc7665f3bc5d84155a3092ab2209a053324e6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 24 18:59:45 2024 +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 7c9bcd74b..946e18139 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> - <version>3.17.0-SNAPSHOT</version> + <version>3.17.0</version> <name>Apache Commons Lang</name> <inceptionYear>2001</inceptionYear> @@ -121,7 +121,7 @@ <argLine>-Xmx512m</argLine> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <project.build.outputTimestamp>2024-08-07T15:41:37Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-08-24T18:40:18Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <!--