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-io.git
The following commit(s) were added to refs/heads/release by this push:
new 54073d3b5 Prepare for the release candidate 2.21.0 RC1
54073d3b5 is described below
commit 54073d3b5fdd2985b98a48040ede95eb59c7ee53
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 4 20:23:47 2025 +0000
Prepare for the release candidate 2.21.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f60efbc76..59e438881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.21.0-SNAPSHOT</version>
+ <version>2.21.0</version>
<name>Apache Commons IO</name>
<inceptionYear>2002</inceptionYear>
<description>
@@ -119,7 +119,7 @@ file comparators, endian transformation classes, and much
more.
<commons.release.version>2.21.0</commons.release.version>
<commons.release.next>2.21.1</commons.release.next>
<!-- project.build.outputTimestamp is managed by Maven plugins, see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>2025-07-18T21:12:04Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-04T20:17:29Z</project.build.outputTimestamp>
<commons.release.desc>(requires Java 8)</commons.release.desc>
<commons.jira.id>IO</commons.jira.id>
<commons.jira.pid>12310477</commons.jira.pid>