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/05/27 16:30:11 UTC

[commons-pool] branch master updated: Update commons.japicmp.version 0.15.2 -> 0.15.3.

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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 02a38ff  Update commons.japicmp.version 0.15.2 -> 0.15.3.
02a38ff is described below

commit 02a38ff16f94365f1caf4aeeb14f52ff5e2d58fa
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 27 12:30:07 2021 -0400

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

diff --git a/pom.xml b/pom.xml
index 978c3f0..ec31f9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
     
-    <commons.japicmp.version>0.15.2</commons.japicmp.version>
+    <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <clirr.skip>true</clirr.skip>
     <japicmp.skip>false</japicmp.skip>
     <junit.version>5.8.0-M1</junit.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6f38780..09d52a2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -91,7 +91,7 @@ The <action> type attribute can be add,update,fix,remove.
       Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #55.
     </action>
     <action dev="ggregory" type="update" due-to="Gary Gregory">
-      Update commons.japicmp.version 0.14.3 -> 0.15.2.
+      Update commons.japicmp.version 0.14.3 -> 0.15.3.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
       Bump actions/cache from v2 to v2.1.5 #65, #75.