This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 718f00c Prepare for the release candidate 100 RC1
718f00c is described below
commit 718f00cba9d5e0463a16d5957cd81c5e851d91b2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 11 11:32:19 2026 +0000
Prepare for the release candidate 100 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 51558f1..93bed70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>100-SNAPSHOT</version>
+ <version>100</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>2026-04-26T11:05:39Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-11T11:31:38Z</project.build.outputTimestamp>
<commons.main.branch>master</commons.main.branch>
<commons.release.branch>release</commons.release.branch>
<commons.release.version>100</commons.release.version>