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 4784a64 Prepare for the next release.
4784a64 is described below
commit 4784a645d272d9b66d8bf4a2ebe34243435619e6
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 17 09:56:45 2021 -0400
Prepare for the next release.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87524e3..d2f2d39 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<!-- The release date is the date RC is cut -->
- <release version="2.9.0" date="2020-MM-DD" description="Java 8 required.">
+ <release version="2.9.0" date="2021-MM-DD" description="Java 8 required.">
<!-- FIX -->
<action issue="IO-686" dev="ggregory" type="fix" due-to="Alan Moffat,
Gary Gregory">
IOUtils.toByteArray(InputStream) Javadoc does not match code.