1.8.14 release
diff --git a/doc/released/README-1814.html b/doc/released/README-1814.html
new file mode 100644
index 0000000..df52ddb
--- /dev/null
+++ b/doc/released/README-1814.html
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.8.14 Readme</title>
+<style type="text/css">
+<!--
+  P   { margin-left:  20px; }
+  PRE { margin-left:  20px; }
+  LI  { margin-left:  20px; }
+  H4  { margin-left:  20px; }
+  H3  { margin-left:  10px; }
+-->
+</style>
+</head>
+
+<body>
+<div align="right"><small>
+&copy; Copyright 2019 Contributors.
+All rights reserved.
+</small></div>
+
+<h1>AspectJ 1.8.14 Readme</h1>
+
+<p>Small release that:</p>
+
+<ul>
+<li>Will skip module-info.class and classfiles under META-INF that you find in multi release jars
+(as described in https://bugs.eclipse.org/bugs/show_bug.cgi?id=545033).
+This enables some usage of AspectJ 8 operating on jars containing some of these features from later Java
+(but where the main set of classfiles in a jar are Java8 or lower). For proper
+treatment of Java9 code, please use AspectJ 1.9 or later.
+</ul>
+
+<p>1.8.14 available 6-Mar-2019
+
+</body>
+</html>
diff --git a/downloads.php b/downloads.php
index 6c27b3c..e7c7b1f 100644
--- a/downloads.php
+++ b/downloads.php
@@ -207,6 +207,20 @@
   <h3 id="milestones">AspectJ 8</h3>
   <ul>
     <li>
+    <b>AspectJ 1.8.14, Released 6 Mar 2019</b>
+ 	<table border="0" cellspacing="0" cellpadding="0" width="100%">
+    <tr>
+      <td><ul>AspectJ compiler, browser, documentation tool, Ant tasks, and documentation.</ul></td>
+      <td width="30%" align="right">
+          <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.8.14.jar">aspectj-1.8.14.jar</a> (~15M)<br>
+          <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.8.14-src.jar">aspectj-1.8.14-src.jar</a>
+      </td>
+    </tr>
+    </table>
+  </li>
+  </ul>
+  <ul>
+    <li>
     <b>AspectJ 1.8.13, Released 15 Nov 2017</b>
  	<table border="0" cellspacing="0" cellpadding="0" width="100%">
     <tr>