Skip to content

Commit 55c6b20

Browse files
committed
Bump next version to feature level
1 parent 6b20316 commit 55c6b20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.21.1-SNAPSHOT</version>
27+
<version>2.22.0-SNAPSHOT</version>
2828
<name>Apache Commons IO</name>
2929
<inceptionYear>2002</inceptionYear>
3030
<description>
@@ -102,8 +102,8 @@ file comparators, endian transformation classes, and much more.
102102
<commons.module.name>org.apache.commons.io</commons.module.name>
103103
<commons.rc.version>RC1</commons.rc.version>
104104
<commons.bc.version>2.21.0</commons.bc.version>
105-
<commons.release.version>2.21.1</commons.release.version>
106-
<commons.release.next>2.21.2</commons.release.next>
105+
<commons.release.version>2.22.0</commons.release.version>
106+
<commons.release.next>2.22.1</commons.release.next>
107107
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
108108
<project.build.outputTimestamp>2025-11-06T21:58:17Z</project.build.outputTimestamp>
109109
<commons.release.desc>(requires Java 8)</commons.release.desc>

0 commit comments

Comments
 (0)