This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-bcel-6.3.1-RC1 in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 9174edf0d530540c9f6df76b4d786c5a6ad78a5d Author: Gary Gregory <[email protected]> AuthorDate: Wed Mar 20 21:47:09 2019 -0400 Update version numbers for Apache Commons BCEL release 6.3.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 505cf0b..47c0f0e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <packaging>jar</packaging> - <version>6.3.1-SNAPSHOT</version> + <version>6.3.1</version> <name>Apache Commons BCEL</name> <description>Apache Commons Bytecode Engineering Library</description>
