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-parent.git
The following commit(s) were added to refs/heads/release by this push: new f79ddf9 Prepare for the release candidate 86 RC1 f79ddf9 is described below commit f79ddf9de4784c95bd117833527ce25032da6d3e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Aug 15 10:46:31 2025 +0000 Prepare for the release candidate 86 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e99eba1..af3070c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>86-SNAPSHOT</version> + <version>86</version> <packaging>pom</packaging> <name>Apache Commons Parent</name> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> @@ -73,7 +73,7 @@ <!-- configuration bits for cutting a release candidate, must be overridden by components --> <!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? --> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2025-06-19T14:21:51Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-08-15T10:45:49Z</project.build.outputTimestamp> <commons.main.branch>master</commons.main.branch> <commons.release.branch>release</commons.release.branch> <commons.release.version>86</commons.release.version>