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 15b1ca7 Add slot for the next release. 15b1ca7 is described below commit 15b1ca7086c7123a9128e3cda509b2e91b0a03a6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 26 14:39:11 2021 -0400 Add slot for the next release. --- pom.xml | 4 ++-- src/changes/changes.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d20cdb4..c744b50 100644 --- a/pom.xml +++ b/pom.xml @@ -291,8 +291,8 @@ 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.8.0</commons.bc.version> - <commons.release.version>2.9.0</commons.release.version> + <commons.bc.version>2.9.0</commons.bc.version> + <commons.release.version>2.9.1</commons.release.version> <commons.release.desc>(requires Java 8)</commons.release.desc> <commons.jira.id>IO</commons.jira.id> <commons.jira.pid>12310477</commons.jira.pid> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9872779..7b805e7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,8 @@ The <action> type attribute can be add,update,fix,remove. <body> <!-- The release date is the date RC is cut --> + <release version="2.9.1" date="2021-MM-DD" description="Java 8 required."> + </release> <release version="2.9.0" date="2021-05-22" description="Java 8 required."> <!-- FIX --> <action issue="IO-686" dev="ggregory" type="fix" due-to="Alan Moffat, Gary Gregory">