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 749d99c1 Prepare release candidate
749d99c1 is described below
commit 749d99c14180afb991dca2d02c1ad75fd97f417f
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Wed Feb 21 16:27:39 2024 -0500
Prepare release candidate
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 97c8e0b7..4a31b05f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<packaging>jar</packaging>
- <version>6.8.2-SNAPSHOT</version>
+ <version>6.8.2</version>
<name>Apache Commons BCEL</name>
<description>Apache Commons Bytecode Engineering Library</description>
@@ -43,7 +43,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
<project.build.outputTimestamp>2024-01-29T13:15:17Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-02-21T19:34:42Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>bcel</commons.componentid>