Publish RAP 3.5 M2
diff --git a/_builds/builds-3.5.xml b/_builds/builds-3.5.xml
index 9129479..b398ff3 100644
--- a/_builds/builds-3.5.xml
+++ b/_builds/builds-3.5.xml
@@ -35,12 +35,12 @@
 
   <build name="3.5 M2" type="M"
       shortname="M2"
-      status="planned"
+      status="completed"
       publishDate="2018-03-16"
       news="3.5/?build=M2"
-      runtimeZip=""
-      runtime4Zip=""
-      toolsZip=""
+      runtimeZip="rap-3.5.0-M2-20180313-0609.zip"
+      runtime4Zip="rap-e4-3.5.0-M2-20180313-0609.zip"
+      toolsZip="rap-tools-3.5.0-M2-20180312-2335.zip"
       />
 
   <build name="3.5 M3" type="M"
diff --git a/_sidebar/arrivals.php b/_sidebar/arrivals.php
index 4f5ffd6..cf85d5e 100644
--- a/_sidebar/arrivals.php
+++ b/_sidebar/arrivals.php
@@ -29,7 +29,7 @@
     <div class="terminal-row">
       <span class="terminal-field">
         <span class="terminal-overlay"></span>
-        <span class="terminal-text">RAP 3.5 M1</span>
+        <span class="terminal-text">RAP 3.5 M2</span>
       </span>
       <span class="terminal-field">
         <span class="terminal-overlay"></span>
@@ -40,11 +40,11 @@
     <div class="terminal-row">
       <span class="terminal-field">
         <span class="terminal-overlay"></span>
-        <span class="terminal-text">RAP 3.5 M2</span>
+        <span class="terminal-text">RAP 3.5 M3</span>
       </span>
       <span class="terminal-field">
         <span class="terminal-overlay"></span>
-        <span class="terminal-text">MAR 16</span>
+        <span class="terminal-text">MAY 18</span>
       </span>
     </div>
 
diff --git a/noteworthy/3.5/_news-M2.html b/noteworthy/3.5/_news-M2.html
new file mode 100644
index 0000000..48f2828
--- /dev/null
+++ b/noteworthy/3.5/_news-M2.html
@@ -0,0 +1,27 @@
+<div>
+
+  <h2>Add missing JFace API</h2>
+
+  <p>
+    <ul>
+      <li><code>AbstractTreeViewer.getStructuredSelection()</code> method</li>
+    </ul>
+  </p>
+
+  <h2>Improve ToolTip for small screen presentation</h2>
+
+  <p>
+    The maximun tooltip width has been increased to 90% of the available screen width.
+  </p>
+
+  <h2>
+    Fix possibility to share HTTP session attributes between RAP application and custom defined
+    servlets
+  </h2>
+
+  <p>
+    The same <code>RAPHttpContext</code> can now be used for <code>RWTServlet</code> and custom
+    defined servlets.
+  </p>
+
+</div>