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:16:47 UTC

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


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

commit b1b1fffd8688ff7899d6b88d86c7ae980d74a4fe
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 09:16:43 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 dea4815..aa02d4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
     <spotbugs.plugin.version>4.7.2.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.2</spotbugs.impl.version>
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
-    <commons.japicmp.version>0.15.3</commons.japicmp.version>
+    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <findbugs.skip>true</findbugs.skip>
     <japicmp.skip>false</japicmp.skip>
     <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ac6b81c..0d310e5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,9 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #121.
       </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.5.0" date="10-23-2021" description="New features and bug fixes (Java 7).">
       <!-- FIX -->