Skip to content

Commit 7c1671c

Browse files
committed
Bump version for the next release to the feature level
1 parent 2c143a2 commit 7c1671c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.22.1-SNAPSHOT</version>
27+
<version>2.23.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.22.0</commons.bc.version>
105-
<commons.release.version>2.22.1</commons.release.version>
106-
<commons.release.next>2.22.2</commons.release.next>
105+
<commons.release.version>2.23.0</commons.release.version>
106+
<commons.release.next>2.23.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>2026-04-23T10:25:32Z</project.build.outputTimestamp>
109109
<commons.release.desc>(requires Java 8)</commons.release.desc>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
4545
<title>Apache Commons IO Release Notes</title>
4646
</properties>
4747
<body>
48-
<release version="2.22.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
48+
<release version="2.23.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4949
<!-- FIX -->
5050
<!-- ADD -->
5151
<!-- UPDATE -->

0 commit comments

Comments
 (0)