Skip to content

Commit 15b1ca7

Browse files
committed
Add slot for the next release.
1 parent fd1bbe6 commit 15b1ca7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ file comparators, endian transformation classes, and much more.
291291
<commons.componentid>io</commons.componentid>
292292
<commons.module.name>org.apache.commons.io</commons.module.name>
293293
<commons.rc.version>RC1</commons.rc.version>
294-
<commons.bc.version>2.8.0</commons.bc.version>
295-
<commons.release.version>2.9.0</commons.release.version>
294+
<commons.bc.version>2.9.0</commons.bc.version>
295+
<commons.release.version>2.9.1</commons.release.version>
296296
<commons.release.desc>(requires Java 8)</commons.release.desc>
297297
<commons.jira.id>IO</commons.jira.id>
298298
<commons.jira.pid>12310477</commons.jira.pid>

src/changes/changes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The <action> type attribute can be add,update,fix,remove.
4646

4747
<body>
4848
<!-- The release date is the date RC is cut -->
49+
<release version="2.9.1" date="2021-MM-DD" description="Java 8 required.">
50+
</release>
4951
<release version="2.9.0" date="2021-05-22" description="Java 8 required.">
5052
<!-- FIX -->
5153
<action issue="IO-686" dev="ggregory" type="fix" due-to="Alan Moffat, Gary Gregory">

0 commit comments

Comments
 (0)