This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/release by this push:
new fc617c0f Prepare for the release candidate 6.12.0 RC1
fc617c0f is described below
commit fc617c0ff5046732b769bfbee39b73858d1db346
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 18 22:27:05 2026 +0000
Prepare for the release candidate 6.12.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fe7aaef7..80816e67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<packaging>jar</packaging>
- <version>6.12.0-SNAPSHOT</version>
+ <version>6.12.0</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>
@@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- project.build.outputTimestamp is managed by Maven plugins, see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>2025-10-13T00:06:30Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-01-18T22:23:34Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>bcel</commons.componentid>