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:27:10 UTC

[commons-codec] 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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new aaaa3b7  Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.1 -> 0.15.2.
aaaa3b7 is described below

commit aaaa3b7f232e42c3fdd64032c2beef236e73b675
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 8 11:27:05 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 b69e36a..8b7a8e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@ limitations under the License.
     <commons.encoding>UTF-8</commons.encoding>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.version>2.17</checkstyle.version>
-    <commons.japicmp.version>0.15.1</commons.japicmp.version>
+    <commons.japicmp.version>0.15.2</commons.japicmp.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <japicmp.skip>false</japicmp.skip>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2dfc32f..220ffde 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                   dev="ggregory" type="update" due-to="Dependabot">Bump actions/setup-java from v1.4.2 to v1.4.3 #62.</action>
       <action                   dev="ggregory" type="update" due-to="Dependabot">Bump actions/checkout from v2.3.2 to v2.3.4 #65.</action> 
       <action issue="CODEC-295" dev="ggregory" type="update" due-to="Arturo Bernal">Minor improvements #67.</action> 
-      <action                   dev="ggregory" type="update" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.1.</action>
+      <action                   dev="ggregory" type="update" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.2.</action>
     </release>
 
     <release version="1.15" date="2020-09-01" description="Feature and fix release.">