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 c9c9322ffb51f5c452b8a32a2ca5394f3f27f943
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 30 15:34:57 2025 +0000

    Bump release to feature level for next release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14f86925..3593fb66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.bcel</groupId>
   <artifactId>bcel</artifactId>
   <packaging>jar</packaging>
-  <version>6.11.1-SNAPSHOT</version>
+  <version>6.12.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.11.1</commons.release.version>
-    <commons.release.next>6.11.2</commons.release.next>
+    <commons.release.version>6.12.0</commons.release.version>
+    <commons.release.next>6.12.1</commons.release.next>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.bc.version>6.11.0</commons.bc.version>

Reply via email to