You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/06/05 21:42:48 UTC

[commons-bcel] 01/01: Update POM version for Apache Commons BCEL release 6.5.0

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag commons-bcel-6.5.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit a9c13ede0e565fae0593c1fde3b774d93abf3f71
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 5 17:41:21 2020 -0400

    Update POM version for Apache Commons BCEL release 6.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b23b4d..9ea840a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.bcel</groupId>
   <artifactId>bcel</artifactId>
   <packaging>jar</packaging>
-  <version>6.5.0-SNAPSHOT</version>
+  <version>6.5.0</version>
   <name>Apache Commons BCEL</name>
   <description>Apache Commons Bytecode Engineering Library</description>