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/12/08 03:10:50 UTC

[commons-bcel] branch master updated: Update tests from JNA 5.4.0 to 5.5.0.

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 c6d2ad4  Update tests from JNA 5.4.0 to 5.5.0.
c6d2ad4 is described below

commit c6d2ad474e4d1a4540e498e2798b6968022d182c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 7 22:10:46 2019 -0500

    Update tests from JNA 5.4.0 to 5.5.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fbb71d4..86795dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <commons.surefire.version>3.0.0-M3</commons.surefire.version>
     <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
     <commons.clirr.version>2.8</commons.clirr.version>
-    <jna.version>5.4.0</jna.version>
+    <jna.version>5.5.0</jna.version>
     <commons.japicmp.version>0.14.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 19893aa..518cd27 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,9 +62,10 @@ The <action> type attribute can be add,update,fix,remove.
    -->
 
   <body>
-    <release version="6.4.2" date="2019-10-XX" description="Bug fix release.">
+    <release version="6.4.2" date="2019-MM-DD" description="Bug fix release.">
       <action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark Roberts">Remove unnecessary references to Constants.</action>
       <action issue="BCEL-329" type="fix" dev="ggregory" due-to="Gary Gregory, Mark Roberts">MethodGen duplicates some attributes.</action>
+      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update tests from JNA 5.4.0 to 5.5.0.</action>
     </release> 
     <release version="6.4.1" date="2019-09-26" description="Bug fix release.">
       <action issue="BCEL-328" type="fix" dev="ggregory" due-to="Gary Gregory, Mark Roberts">java.util.EmptyStackException at org.apache.bcel.classfile.DescendingVisitor.visitModule (DescendingVisitor.java:592).</action>