Update commons.japicmp.version 0.11.0 -> 0.14.4.
diff --git a/pom.xml b/pom.xml
index a294deb..e3be011 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         -->
         <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
         
-        <commons.japicmp.version>0.11.0</commons.japicmp.version>
+        <commons.japicmp.version>0.14.4</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 2e7c1fc..8ec2fb9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,11 @@
   </properties>
 
   <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.14.4.
+        </action>
+    </release>
     <release version="0.5.0" date="2017-11-19" description="Minor feature and bug fix release.">
         <action type="fix" issue="COMMONSRDF-47">
             RDFSyntax should be interface, not enum