Skip to content

Commit fc617c0

Browse files
committed
Prepare for the release candidate 6.12.0 RC1
1 parent 0df5c29 commit fc617c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>org.apache.bcel</groupId>
3131
<artifactId>bcel</artifactId>
3232
<packaging>jar</packaging>
33-
<version>6.12.0-SNAPSHOT</version>
33+
<version>6.12.0</version>
3434
<name>Apache Commons BCEL</name>
3535
<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>
3636
<url>https://commons.apache.org/proper/commons-bcel</url>
@@ -39,7 +39,7 @@
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4141
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
42-
<project.build.outputTimestamp>2025-10-13T00:06:30Z</project.build.outputTimestamp>
42+
<project.build.outputTimestamp>2026-01-18T22:23:34Z</project.build.outputTimestamp>
4343
<maven.compiler.source>1.8</maven.compiler.source>
4444
<maven.compiler.target>1.8</maven.compiler.target>
4545
<commons.componentid>bcel</commons.componentid>

0 commit comments

Comments
 (0)