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 2021/01/08 16:28:05 UTC

[commons-crypto] branch master updated: Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.1 -> 0.15.2.

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 a88bf19  Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.1 -> 0.15.2.
a88bf19 is described below

commit a88bf197630a36d8e8737d6ff9c709933c99f9c5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 8 11:28:00 2021 -0500

    Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.1 -> 0.15.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 255888e..9b0195b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@ The following provides more details on the included cryptographic software:
     <commons.pmd.version>3.14.0</commons.pmd.version>
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
     <japicmp.skip>false</japicmp.skip>
-    <commons.japicmp.version>0.15.1</commons.japicmp.version>
+    <commons.japicmp.version>0.15.2</commons.japicmp.version>
     
     <clirr.skip>true</clirr.skip>
     
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b9dc2ea..2ba1446 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@
       <action issue="CRYPTO-155" type="update" due-to="Arturo Bernal">Minor improvement #115, #125.</action>
       <action issue="CRYPTO-151" type="update" due-to="Arturo Bernal">Migrate to Junit 5 #114.</action>
       <action                    type="update" dev="ggregory" due-to="Dependabot">Bump jna from 5.5.0 to 5.6.0 #123.</action>
-      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.1.</action>
+      <action                    type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.2.</action>
       <action                    type="update" dev="ggregory" due-to="Arturo Bernal">Fix PMD warning and don't init to defaults #128.</action>
     </release>  
     <release version="1.1.0" date="2020-08-28" description="Minor release (Java 8 and OpenSSL 1.1.1)">