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 2e333182 Update version from 6.6.2-SNAPSHOT to 6.7.0-SNAPSHOT 2e333182 is described below commit 2e333182e7423c99abc1b707a017001c55583ad8 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Thu Nov 17 10:38:52 2022 -0500 Update version from 6.6.2-SNAPSHOT to 6.7.0-SNAPSHOT We added public APIs since 6.6.1 --- pom.xml | 6 +++--- src/changes/changes.xml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 55895bcd..58eb217f 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <packaging>jar</packaging> - <version>6.6.2-SNAPSHOT</version> + <version>6.7.0-SNAPSHOT</version> <name>Apache Commons BCEL</name> <description>Apache Commons Bytecode Engineering Library</description> @@ -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.1</commons.release.version> + <commons.release.version>6.7.0</commons.release.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.rc.version>RC2</commons.rc.version> - <commons.bc.version>6.6.0</commons.bc.version> + <commons.bc.version>6.6.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> <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 b02af299..1b6d1a42 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,10 +62,11 @@ The <action> type attribute can be add,update,fix,remove. --> <body> - <release version="6.6.2" date="20YY-MM-DD" description="Maintenance and bug fix release."> + <release version="6.7.0" date="20YY-MM-DD" 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> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.bcel.util.Args.</action> <!-- FIX --> <action type="fix" dev="ggregory" due-to="nbauma109, Gary Gregory">Typo in SimpleElementValue error message #161.</action> <action type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Fix code duplication in org.apache.bcel.verifier.structurals.ExceptionHandlers.ExceptionHandlers(MethodGen).</action>