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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new a79bf22  Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 
builds).
a79bf22 is described below

commit a79bf2287778b2050403c1b8668d4a154cb5e724
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Sep 19 16:04:32 2020 -0400

    Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3be4116..0d52b43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@ The following provides more details on the included 
cryptographic software:
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
   
     <jna.version>5.5.0</jna.version>
-    <commons.jacoco.version>0.8.5</commons.jacoco.version>
+    <commons.jacoco.version>0.8.6</commons.jacoco.version>
 
     <!-- The property "target.name" is used to specify the ant target, The All 
target will use
     OsInfo.java to detect the OS info and arch to generate the native binary 
for detected platform.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 46e9373..e8e4609 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,9 @@
    -->
 
   <body>
+    <release version="1.1.1" date="20YY-MM-DD" description="TBD">
+      <action                   dev="ggregory" type="update" due-to="Gary 
Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 
builds).</action>
+    </release>  
     <release version="1.1.0" date="2020-08-28" description="Minor release 
(Java 8 and OpenSSL 1.1.1)">
       <action issue="CRYPTO-59" type="add">Support Galois/Counter Mode 
(GCM).</action>
       <action issue="CRYPTO-125" type="fix">CryptoOutputStream does not call 
write in a loop when underlying channel works in non-block mode.</action>

Reply via email to