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
commit 8defcc605d0e6ef05d50ee96ac32d678d0993377 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 12 21:06:52 2022 -0400 Update for next release. --- pom.xml | 4 ++-- src/changes/changes.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f49da249..117d3361 100644 --- a/pom.xml +++ b/pom.xml @@ -47,10 +47,10 @@ <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>bcel</commons.componentid> <commons.module.name>org.apache.bcel</commons.module.name> - <commons.release.version>6.6.0</commons.release.version> + <commons.release.version>6.6.1</commons.release.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.rc.version>RC1</commons.rc.version> - <commons.bc.version>6.5.0</commons.bc.version> + <commons.bc.version>6.6.0</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> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bd780095..af896f36 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,11 @@ The <action> type attribute can be add,update,fix,remove. --> <body> + <release version="6.6.1" date="20YY-MM-DD" description="Minor feature and bug fix release."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="6.6.0" date="2022-10-08" description="Minor feature and bug fix release."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Improve test case coverage; fix Utility.encode bug #46.</action>