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 7874bc8ed Prepare for the release candidate 2.22.0 RC1
7874bc8ed is described below
commit 7874bc8ed44ba661830b114b0505c08d5f359ad6
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 19 16:23:09 2026 +0000
Prepare for the release candidate 2.22.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6a0b4c053..efb5c342b 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.22.0-SNAPSHOT</version>
+ <version>2.22.0</version>
<name>Apache Commons IO</name>
<inceptionYear>2002</inceptionYear>
<description>
@@ -105,7 +105,7 @@ file comparators, endian transformation classes, and much
more.
<commons.release.version>2.22.0</commons.release.version>
<commons.release.next>2.22.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-11-06T21:58:17Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-01-19T15:40:18Z</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>