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 f7118e2 Preparing for 6.4.0 RC2. f7118e2 is described below commit f7118e25c5504b94550a8ce7d2b2a48a940f73dc Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Sep 9 08:46:50 2019 -0400 Preparing for 6.4.0 RC2. --- RELEASE-NOTES.txt | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index dfbf4f6..79768bc 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,12 +1,12 @@ Apache Commons BCEL - Version 6.4.0-SNAPSHOT + Version 6.4.0 RELEASE NOTES INTRODUCTION: The Apache Commons BCEL team is pleased to announce the release of -Apache Commons BCEL 6.4.0-SNAPSHOT! +Apache Commons BCEL 6.4.0! The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are diff --git a/pom.xml b/pom.xml index 92b210f..4359256 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ <commons.module.name>org.apache.bcel</commons.module.name> <commons.release.version>6.4.0</commons.release.version> <commons.release.isDistModule>true</commons.release.isDistModule> - <commons.rc.version>RC1</commons.rc.version> + <commons.rc.version>RC2</commons.rc.version> <commons.bc.version>6.3.1</commons.bc.version> <commons.release.desc>(Java 8)</commons.release.desc> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>