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:30:46 UTC

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


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

commit ddae5508483084badc5c9328efae0f2e50ef09b5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 8 11:30:40 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 fe77791..c2ef442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,7 +629,7 @@
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
-    <commons.japicmp.version>0.15.1</commons.japicmp.version>
+    <commons.japicmp.version>0.15.2</commons.japicmp.version>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>3.11</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8a6e69a..a7d3bd9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,7 +102,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Gary Gregory">Update maven-surefire-plugin 2.22.2 -> 3.0.0-M5.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #660.</action>
     <action                   type="update" dev="kinow" due-to="Dependabot">Bump jmh.version from 1.21 to 1.27 #674.</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="Ali K. Nouri">Processor.java: check enum euqality with == instead of .equals() method #690.</action>
   </release>
   <release version="3.11" date="2020-07-12" description="New features and bug fixes.">