This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit b015e90257850e810e57d1244664300f50de4a4c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Nov 28 11:09:47 2022 -0500 Prepate for next RC --- 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 8c574fbf..b99053cc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove. --> <body> - <release version="6.7.0" date="20YY-MM-DD" description="Maintenance and bug fix release."> + <release version="6.7.0" date="2022-11-28" description="Maintenance and bug fix release."> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.bcel.classfile.ClassFormatException.ClassFormatException(Throwable).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.bcel.classfile.JavaClass.EXTENSION.</action>