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

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


The following commit(s) were added to refs/heads/master by this push:
     new 98f57d5  Inline variable and avoid unnecessary variable. #94
98f57d5 is described below

commit 98f57d5afa562976aae174922b7411c569da1fcb
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Wed Jul 21 09:53:57 2021 -0400

    Inline variable and avoid unnecessary variable. #94
    
    Match version to POM.
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 89dfbfc..d3d07be 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,15 +62,16 @@ The <action> type attribute can be add,update,fix,remove.
    -->
 
   <body>
-    <release version="6.5.1" date="2020-MM-DD" description="TBD.">
+    <release version="6.6.0" date="2020-MM-DD" description="TBD.">
        <!-- FIX -->
       <action                  type="fix" dev="ggregory" due-to="Mark Roberts, 
Gary Gregory">Improve test case coverage; fix Utility.encode bug #46.</action>
       <action issue="BCEL-342" type="fix" dev="ggregory" due-to="Allon 
Murienik, Gary Gregory">Migrate test suite to JUnit Jupiter #68.</action>
       <action issue="BCEL-343" type="fix" dev="ggregory" due-to="Allon 
Murienik, Gary Gregory">JUnit Assertion improvement #69.</action>
       <action                  type="fix" dev="ggregory" due-to="Mark 
Roberts">Minor improvements to comments and toString() methods #71.</action>
       <action                  type="fix" dev="ggregory" due-to="Arturo 
Bernal">Minor Improvements #83.</action>
-      <action                  type="fix" dev="ggregory" due-to="Arturo 
Bernal">Java 8 improvements #95.</action>
+      <action                  type="fix" dev="ggregory" due-to="Arturo 
Bernal">Inline variable and avoid unnecessary variable. #94.</action>
       <action                  type="fix" dev="ggregory" due-to="Mark Roberts, 
Gary Gregory">Formalize PerformanceTest #168.</action>
+      <action                  type="fix" dev="ggregory" due-to="Arturo 
Bernal">Java 8 improvements #95.</action>
       <!-- ADD -->
       <!-- UPDATES -->
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update tests from Apache Commons Lang 3.10 to 3.12.0</action>

Reply via email to