This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 11550c2b534c1ee60bbb3749721853e9091a5151 Author: Gary Gregory <[email protected]> AuthorDate: Thu Sep 17 09:14:26 2026 -0700 Bump next version to feature level. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c8bb724e..37fd7805 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <packaging>jar</packaging> - <version>6.13.1-SNAPSHOT</version> + <version>6.14.0-SNAPSHOT</version> <name>Apache Commons BCEL</name> <description>The Commons Byte Code Engineering Library (BCEL) is designed to provide users with a convenient way to analyze, create, and manipulate compiled .class files.</description> <url>https://commons.apache.org/proper/commons-bcel</url> @@ -44,8 +44,8 @@ <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.13.1</commons.release.version> - <commons.release.next>6.13.2</commons.release.next> + <commons.release.version>6.14.0</commons.release.version> + <commons.release.next>6.14.1</commons.release.next> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.rc.version>RC1</commons.rc.version> <commons.bc.version>6.13.0</commons.bc.version>
