This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-bcel-6.6.0-RC1 in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 78ecfd5a76ab24e9cb3e5fab6bd4f60187cd6342 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 8 07:56:57 2022 -0400 Update POM version for Apache release 6.6.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41660a40..578e308d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <packaging>jar</packaging> - <version>6.6.0-SNAPSHOT</version> + <version>6.6.0</version> <name>Apache Commons BCEL</name> <description>Apache Commons Bytecode Engineering Library</description>