This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-bcel-6.6.1-RC2 in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit eda94276de5d01c81e73ab2f165a49e841c7b69f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 29 12:18:38 2022 -0400 Update POM version for Apache release 6.6.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e7542006..723a7a61 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.1-SNAPSHOT</version> + <version>6.6.1</version> <name>Apache Commons BCEL</name> <description>Apache Commons Bytecode Engineering Library</description>