This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d9c47364 Bump version to 2.21.0-SNAPSHOT
9d9c47364 is described below

commit 9d9c47364eb68c0afeccb39a7e07d72c059e63c7
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 21 10:41:40 2025 -0400

    Bump version to 2.21.0-SNAPSHOT
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c9af608f..fd74d815e 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.20.1-SNAPSHOT</version>
+  <version>2.21.0-SNAPSHOT</version>
   <name>Apache Commons IO</name>
   <inceptionYear>2002</inceptionYear>
   <description>
@@ -115,9 +115,9 @@ file comparators, endian transformation classes, and much 
more.
     <commons.componentid>io</commons.componentid>
     <commons.module.name>org.apache.commons.io</commons.module.name>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.bc.version>2.19.0</commons.bc.version>
-    <commons.release.version>2.20.0</commons.release.version>
-    <commons.release.next>2.20.1</commons.release.next>
+    <commons.bc.version>2.20.0</commons.bc.version>
+    <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>
     <commons.release.desc>(requires Java 8)</commons.release.desc>

Reply via email to