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:41 UTC

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


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

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

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

diff --git a/pom.xml b/pom.xml
index aa1d7b8..2327849 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
     <commons.pool.version>2.9.0</commons.pool.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>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c22fdf2..0a931af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,8 +83,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
          Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #76.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump japicmp-maven-plugin from 0.14.4 to 0.15.1 #83.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Bump japicmp-maven-plugin from 0.14.4 to 0.15.2, #83.
       </action>
       <action issue="DBCP-567" dev="ggregory" type="update" due-to="Phil Steitz, Gary Gregory, Phil Steitz, Romain Manni-Bucau">
          Use abort rather than close to clean up abandoned connections.