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 c240a615 Prepare for the next release candidate c240a615 is described below commit c240a615d2fcb2497c7d77ad3993e4c66c16e03a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 21 17:02:46 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 fb2eaf01..ed4484ec 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <packaging>jar</packaging> - <version>6.9.0-SNAPSHOT</version> + <version>6.9.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-02-25T17:02:58Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-04-21T16:51:47Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>bcel</commons.componentid>