This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-bcel-6.6.1-RC1 in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit ec208052baf4c596f7e8cfacc281d3e2408809ac Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 23 10:31:57 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 958d4991..9a8a1aa0 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>