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/03/27 15:05:46 UTC

[commons-rdf] branch master updated: Bump commons.japicmp.version from 0.15.3 to 0.15.7.

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 d5bc118  Bump commons.japicmp.version from 0.15.3 to 0.15.7.
d5bc118 is described below

commit d5bc118b50c4862688f721de89fd43fa7b45b6c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 27 08:05:43 2022 -0700

    Bump commons.japicmp.version from 0.15.3 to 0.15.7.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55adb55..fcd7a13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         -->
         <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
         
-        <commons.japicmp.version>0.15.4</commons.japicmp.version>
+        <commons.japicmp.version>0.15.7</commons.japicmp.version>
         
         
 	    <!--  NOTE: jsonldjava is also used by rdf4j and jena, check the version
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d0c4a54..606de1b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
   <body>
     <release version="0.6.0" date="20YY-MM-DD" description="Minor feature and bug fix release.">
         <action dev="ggregory" type="update" due-to="Gary Gregory">
-            Update commons.japicmp.version 0.11.0 -> 0.15.3.
+            Bump commons.japicmp.version 0.11.0 -> 0.15.7.
         </action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">
             Bump actions/setup-java from v1.4.0 to v2.