This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 be4bc45e Prepare for the release candidate 6.13.0 RC1
be4bc45e is described below

commit be4bc45e5ee623b4d074a0b0888da828822dd9b3
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 6 18:29:28 2026 +0000

    Prepare for the release candidate 6.13.0 RC1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c85e551..5998f2fb 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.0-SNAPSHOT</version>
+  <version>6.13.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>2026-01-22T13:48:20Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-09-06T18:26:23Z</project.build.outputTimestamp>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>bcel</commons.componentid>

Reply via email to