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 2020/12/31 05:15:46 UTC

[commons-bcel] branch master updated: Update commons.japicmp.version 0.14.4 -> 0.15.1.

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 c261c61  Update commons.japicmp.version 0.14.4 -> 0.15.1.
c261c61 is described below

commit c261c611aa0c9fa4314760449bc0ad5360010e94
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 31 00:15:41 2020 -0500

    Update commons.japicmp.version 0.14.4 -> 0.15.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 699c0ff..94e492b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
     <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
     <jna.version>5.6.0</jna.version>
-    <commons.japicmp.version>0.14.4</commons.japicmp.version>
+    <commons.japicmp.version>0.15.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8060b71..592145e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,7 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Dependabot">Update Jacoco from 0.8.5 to 0.8.6.</action>      
       <action                  type="update" dev="ggregory" due-to="Dependabot">Update commons-io from 2.7 to 2.8.0 #65.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Update exec-maven-plugin from 1.6.0 to 3.0.0 #51.</action>
-      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.14.4.</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="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #74.</action>
     </release>
     <release version="6.5.0" date="2020-06-05" description="Minor feature and bug fix release.">