From 587c9869e2dd9abc5dae70457c44f1ddabd0ef00 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 29 Oct 2022 12:13:15 -0400 Subject: [PATCH] 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 85b9386760..ac67e0f21d 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 60b72241bf..c9fde690a3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,7 +62,7 @@ The type attribute can be add,update,fix,remove. --> - + Keep ConstantPool.getConstant(int) backward compatible with 6.5.0 #157.