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-io.git
The following commit(s) were added to refs/heads/release by this push:
new 07cfd0a2d Prepare for the release candidate 2.22.0 RC1
07cfd0a2d is described below
commit 07cfd0a2d9229d33a36f06e2313eed1fed9dbbc7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 19 11:31:43 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 e1684b77a..55e5a2b80 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-04-19T11:23:20Z</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>