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 0aadc311 The next release will be 6.9.0 0aadc311 is described below commit 0aadc311d1e7b382e8bb94a0f691f02036e80502 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 4 08:10:53 2024 -0400 The next release will be 6.9.0 --- pom.xml | 8 ++++---- src/changes/changes.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d7fb4280..f8eb033e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <packaging>jar</packaging> - <version>6.8.3-SNAPSHOT</version> + <version>6.9.0-SNAPSHOT</version> <name>Apache Commons BCEL</name> <description>Apache Commons Bytecode Engineering Library</description> @@ -48,11 +48,11 @@ <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.8.2</commons.release.version> - <commons.release.next>6.8.3</commons.release.next> + <commons.release.version>6.9.0</commons.release.version> + <commons.release.next>6.9.1</commons.release.next> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.rc.version>RC1</commons.rc.version> - <commons.bc.version>6.8.1</commons.bc.version> + <commons.bc.version>6.8.2</commons.bc.version> <commons.release.desc>(Java 8 or above)</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 2a86891a..c51bfac3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove. Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix. --> <body> - <release version="6.8.3" date="YYYY-MM-DD" description="Maintenance and bug fix release."> + <release version="6.9.0" date="YYYY-MM-DD" description="Maintenance and bug fix release."> <!-- ADD --> <action type="update" dev="ggregory" due-to="Pablo Nicolas Diaz, Gary Gregory, Paul King, Mark Roberts">Add Support for Java 16 records #290.</action> <!-- FIX -->