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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 587c9869 Prepare release candidate 587c9869 is described below commit 587c9869e2dd9abc5dae70457c44f1ddabd0ef00 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 29 12:13:15 2022 -0400 Prepare release candidate --- RELEASE-NOTES.txt | 4 +++- src/changes/changes.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 85b93867..ac67e0f2 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -6,7 +6,7 @@ INTRODUCTION: The Apache Commons BCEL team is pleased to announce the release of -Apache Commons BCEL 6.6.1! +Apache Commons BCEL 6.6.1-SNAPSHOT! The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are @@ -25,6 +25,7 @@ CHANGES: o Bump actions/setup-java from 3.5.1 to 3.6.0 #159. Thanks to Dependabot. o Bump spotbugs from 4.7.2 to 4.7.3. Thanks to Gary Gregory. +o Bump pmd from 6.50.0 to 6.51.0. Thanks to Gary Gregory. Historical list of changes: https://commons.apache.org/proper/commons-bcelchanges-report.html @@ -56,6 +57,7 @@ The Apache Commons Team ----------------------------------------------------------------------------- + Apache Commons BCEL Version 6.6.0 RELEASE NOTES diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 60b72241..c9fde690 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.6.1" date="2022-10-23" description="Maintenance and bug fix release."> + <release version="6.6.1" date="2022-10-29" description="Maintenance and bug fix release."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Kengo TODA, Gary Gregory">Keep ConstantPool.getConstant(int) backward compatible with 6.5.0 #157.</action> <!-- UPDATE -->