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/24 15:45:26 UTC

[commons-rdf] branch master updated: Bump japicmp-maven-plugin from 0.15.7 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-rdf.git


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

commit c94c0c5ea104ca196db17af98ea890680b0e39f9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 24 11:45:23 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index 1ddcc770..6eb06d85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,8 +57,7 @@
         -->
         <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
         
-        <commons.japicmp.version>0.15.7</commons.japicmp.version>
-        
+        <commons.japicmp.version>0.16.0</commons.japicmp.version>
         
 	    <!--  NOTE: jsonldjava is also used by rdf4j and jena, check the version
 	          is cross-compatible -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1dca79a8..1a9cb053 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,7 +37,7 @@
             Bump actions/setup-java from 1.4.0 to 3 #81.
         </action>
         <action dev="ggregory" type="update" due-to="Gary Gregory">
-            Bump commons.japicmp.version 0.11.0 -> 0.15.7.
+            Bump commons.japicmp.version from 0.11.0 to 0.16.0.
         </action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">
             Bump JAXB API from 2.3.0 to 2.3.1.