Update commons.japicmp.version 0.14.1 -> 0.14.3.
diff --git a/pom.xml b/pom.xml
index 4800570..0aa8844 100644
--- a/pom.xml
+++ b/pom.xml
@@ -567,7 +567,7 @@
 

     <!-- generate report even if there are binary incompatible changes -->

     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>

-    <commons.japicmp.version>0.14.1</commons.japicmp.version>

+    <commons.japicmp.version>0.14.3</commons.japicmp.version>

     <japicmp.skip>false</japicmp.skip>

     <commons.jacoco.version>0.8.6</commons.jacoco.version>

     <commons.spotbugs.version>4.0.4</commons.spotbugs.version>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f950dc1..8a8ad13 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,7 +22,7 @@
   </properties>
 
   <body>
-    <release version="2.8" date="2020-MM-DD"
+    <release version="2.8.0" date="2020-MM-DD"
              description="Minor release with new features and updated dependencies.">
        <!--  ADD  -->
        <action type="update" dev="ggregory" due-to="SethiPandi">
@@ -103,6 +103,9 @@
        <action type="update" dev="ggregory" due-to="Dependabot">
          Bump snakeyaml from 1.26 to 1.27 #68.
        </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
+         Update commons.japicmp.version 0.14.1 -> 0.14.3.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">