Update release notes 3.7.3.RELEASE
diff --git a/deliverables/index.php b/deliverables/index.php
index afdc3e2..ab3807b 100755
--- a/deliverables/index.php
+++ b/deliverables/index.php
@@ -61,7 +61,7 @@
 		Virgo Jetty Server is similar to Virgo Server for Apache Tomcat but embeds the Jetty servlet container instead
 		of the embedded Apache Tomcat servlet container.
 
-		<h3 id="snaps-deliverable">Virgo Snaps</h3>
+		<h3 id="snaps-deliverable">Virgo Snaps (discontinued with 3.7.3)</h3>
 
 		The Virgo snaps framework may be used to cleanly modularise the web bundles of an application.
 		Currently, snaps only runs on Virgo Server for Apache Tomcat.
diff --git a/download/index.php b/download/index.php
index c73a7a1..319eca7 100644
--- a/download/index.php
+++ b/download/index.php
@@ -48,6 +48,12 @@
                 <!-- <li><strong>Virgo Snaps</strong> - <a href='http://www.eclipse.org/downloads/download.php?file=/virgo/release/VP/3.7.2.RELEASE/snaps-3.7.2.RELEASE.zip' target='_self'>Download</a></li> -->
                 <!-- <li><strong>Virgo Update Site</strong> - <a href='http://download.eclipse.org/virgo/release/updatesite/3.7.2.RELEASE' target='_self'>http://download.eclipse.org/virgo/release/updatesite/3.7.2.RELEASE</a></li> -->
             </ul>
+            <p>
+                <strong>Note:</strong> A defect has been reported against the last version of Gemini Web, the JSP Expression Language (EL) does not work see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=563105">Bug 563105</a>
+            </p>
+            <p>
+                Virgo Server 3.7.3 is affected by the Gemini Web defect listed above, therefore the team agrees (see <a href="https://www.eclipse.org/lists/virgo-dev/msg01912.html">meeting notes</a>) to publish a new Virgo release once a fixed Gemini Web version is available.
+            </p>
         </div>
 
         <h4><a href="#">3.7.2.RELEASE</a></h4>
diff --git a/download/release-notes/3.7.3.RELEASE.php b/download/release-notes/3.7.3.RELEASE.php
index e1e85c6..b319c93 100644
--- a/download/release-notes/3.7.3.RELEASE.php
+++ b/download/release-notes/3.7.3.RELEASE.php
@@ -8,7 +8,7 @@
 	include($App->getProjectCommon());
 
 /*******************************************************************************
- * Copyright (c) 2017 Eclipse Foundation and others.
+ * Copyright (c) 2020 Eclipse Foundation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -29,17 +29,22 @@
 <div id="midcolumn">
     <h3>3.7.3.RELEASE - Release Notes</h3>
 	<p>
-	    This release updates the Java profile to Java 8 and contains the following updated libraries:
-	<ul>
-		<li>Gemini Web 3.0.5 (Tomcat 8.5.53)</li>
+	    This release updates the version of Apache Tomcat, updates the Java profile to Java 8 and updates several libraries.
+    </p>
+
+    <h4>Version Upgrades</h4>
+    <ul>
+        <li>Apache Tomcat is upgraded to 8.5.53</li>
+        <li>Spring Framework 4.3.27</li>
+        <li>Gemini Web is upgraded to 3.0.5</li>
 		<li>Gemini Blueprint 2.1.0.RELEASE</li>
-		<li>Spring Framework 4.3.27</li>
-        <li>Minor changes and bugfixing</li>
 	</ul>
 	</p>
 
 	<p>A list of bugs and enhancements is available <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT&list_id=16592652&product=Virgo&query_format=advanced&target_milestone=3.7.3.RELEASE" target="_self">here</a>.</p>
 
+    <p>Take <a href='../../download/index.php' target='_self'>Virgo</a> for a spin.</p>
+
 </div>
 
 <?