Skip to content

Commit 9d9c473

Browse files
committed
Bump version to 2.21.0-SNAPSHOT
1 parent 270ec17 commit 9d9c473

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>
2626
<artifactId>commons-io</artifactId>
27-
<version>2.20.1-SNAPSHOT</version>
27+
<version>2.21.0-SNAPSHOT</version>
2828
<name>Apache Commons IO</name>
2929
<inceptionYear>2002</inceptionYear>
3030
<description>
@@ -115,9 +115,9 @@ file comparators, endian transformation classes, and much more.
115115
<commons.componentid>io</commons.componentid>
116116
<commons.module.name>org.apache.commons.io</commons.module.name>
117117
<commons.rc.version>RC1</commons.rc.version>
118-
<commons.bc.version>2.19.0</commons.bc.version>
119-
<commons.release.version>2.20.0</commons.release.version>
120-
<commons.release.next>2.20.1</commons.release.next>
118+
<commons.bc.version>2.20.0</commons.bc.version>
119+
<commons.release.version>2.21.0</commons.release.version>
120+
<commons.release.next>2.21.1</commons.release.next>
121121
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
122122
<project.build.outputTimestamp>2025-07-18T21:12:04Z</project.build.outputTimestamp>
123123
<commons.release.desc>(requires Java 8)</commons.release.desc>

0 commit comments

Comments
 (0)