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 2019/09/08 21:42:59 UTC

[commons-bcel] branch release updated (afb0339 -> fa271c5)

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

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git.


    from afb0339  Merge branch 'release'
     new 6fcd0bc  Update POM version numbers for Apache Commons BCEL release 6.4.0
     add 9fbb822  Prepare for 6.4.0.
     add 45cd546  Drop old page that has not been updated in a long time.
     new fa271c5  Merge branch 'master' into release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                          |  2 +-
 src/site/resources/bcel5-bcel6-clirr-report.html |  4 --
 src/site/site.xml                                |  1 -
 src/site/xdoc/index.xml                          |  2 +-
 src/site/xdoc/news.xml                           | 63 ------------------------
 5 files changed, 2 insertions(+), 70 deletions(-)
 delete mode 100644 src/site/xdoc/news.xml


[commons-bcel] 02/02: Merge branch 'master' into release

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit fa271c5d7ed94dd1d9ef31c52f32d1746d5636dc
Merge: 6fcd0bc 45cd546
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 8 17:42:31 2019 -0400

    Merge branch 'master' into release

 src/site/resources/bcel5-bcel6-clirr-report.html |  4 --
 src/site/site.xml                                |  1 -
 src/site/xdoc/index.xml                          |  2 +-
 src/site/xdoc/news.xml                           | 63 ------------------------
 4 files changed, 1 insertion(+), 69 deletions(-)


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

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git

commit 6fcd0bc6f9f74a23a62e45620312f57d08cffd18
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 8 17:26:23 2019 -0400

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

diff --git a/pom.xml b/pom.xml
index 92b210f..25ef8e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.bcel</groupId>
   <artifactId>bcel</artifactId>
   <packaging>jar</packaging>
-  <version>6.4.0-SNAPSHOT</version>
+  <version>6.4.0</version>
   <name>Apache Commons BCEL</name>
   <description>Apache Commons Bytecode Engineering Library</description>