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 907c61da Prepare for the next release candidate
907c61da is described below
commit 907c61da34258b8ab70081056443818312e404f6
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 13 18:18:41 2024 +0000
Prepare for the next release candidate
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b1ea1a61..13e53d5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<packaging>jar</packaging>
- <version>6.10.0-SNAPSHOT</version>
+ <version>6.10.0</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-04-27T12:58:11Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-07-13T18:11:44Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>bcel</commons.componentid>