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 2022/09/25 13:18:31 UTC

[commons-daemon] branch master updated: Bump japicmp-maven-plugin from 0.15.4 to 0.16.0

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e6c0e3  Bump japicmp-maven-plugin from 0.15.4 to 0.16.0
7e6c0e3 is described below

commit 7e6c0e3dab2144f067eef7933603114305cc7c3f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 09:18:27 2022 -0400

    Bump japicmp-maven-plugin from 0.15.4 to 0.16.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index edd23a1..b0d46e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
-    <commons.japicmp.version>0.15.4</commons.japicmp.version>
+    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.spotbugs.version>4.7.2.0</commons.spotbugs.version>
   </properties>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7d9d9d1..961a5fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,9 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump japicmp-maven-plugin from 0.15.4 to 0.16.0.
+      </action>
     </release>
     <release version="1.3.1" date="2022-05-09" description="Bug fix release">
       <!-- FIX -->