Finalize 2.14.14 release notes

- Add download and documentation links
- Remove "in development" caveat
- Mention upgrade of jruby and asciidoctor

Change-Id: Ic028b9ee65b538cb0b432bdc3f5cf6f1f20b7b52
diff --git a/pages/site/releases/2.14.md b/pages/site/releases/2.14.md
index 8f0267c..52f7ca8 100644
--- a/pages/site/releases/2.14.md
+++ b/pages/site/releases/2.14.md
@@ -7,7 +7,8 @@
 ---
 
 
-Download: **[2.14.13](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.13.war)**
+Download: **[2.14.14](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.14.war)**
+| [2.14.13](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.13.war)
 | [2.14.12](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.12.war)
 | [2.14.11](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.11.war)
 | [2.14.10](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.10.war)
@@ -22,7 +23,8 @@
 | [2.14.1](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.1.war)
 | [2.14](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.war)
 
-Documentation: **[2.14.13](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.13/index.html)**
+Documentation: **[2.14.14](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.14/index.html)**
+| [2.14.13](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.13/index.html)
 | [2.14.12](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.12/index.html)
 | [2.14.11](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.11/index.html)
 | [2.14.10](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.10/index.html)
@@ -333,7 +335,7 @@
 
 ## Bugfix Releases
 
-### 2.14.14 (in development)
+### 2.14.14
 
 * [Issue 9761](https://bugs.chromium.org/p/gerrit/issues/detail?id=9761):
 Ensure that URIs in requests to Elasticsearch are prefixed with `/`.
@@ -341,6 +343,13 @@
   When using Amazon's Elasticsearch service, requests failed with "400 Bad
   Request" because they were not prefixed with `/`.
 
+* [Issue 9766](https://bugs.chromium.org/p/gerrit/issues/detail?id=9766):
+Update jruby to 9.1.17 and asciidoctorj to 1.5.7.
+
+  Since Bazel 0.16 the build is done with an embedded JRE using Java version 9.
+  The documentation build was using an older version of jruby that did not
+  properly support Java 9.
+
 ### 2.14.13
 
 * Instances of [IdString](https://gerrit.googlesource.com/gerrit/+/stable-2.14/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/restapi/IdString.java)