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 9c1cf900 Updates for the next release
9c1cf900 is described below
commit 9c1cf9005ba7d3b215644ffe93b6a58dcb65c981
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 22 13:58:55 2026 +0000
Updates for the next release
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b94e4ee0..d7c3c3f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,11 +44,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.12.0</commons.release.version>
+ <commons.release.version>6.12.1</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>
+ <commons.bc.version>6.12.0</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>