Updates for new 0.9.9 SR3
diff --git a/downloads/_index.html b/downloads/_index.html
index af2e56d..042851d 100644
--- a/downloads/_index.html
+++ b/downloads/_index.html
@@ -27,30 +27,15 @@
 
 <hr>
 
-<h2>Latest Version: @RELEASE_PREFIX@@RELEASE_VERSION@ - @RELEASE_DATE@</h2>
+<h2>Latest Version: @RELEASE_VERSION@</h2>
 <ul>
-<li>Client Update Site: <a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/builds/org.eclipse.osee.client_@RELEASE_VERSION@_incubation.zip">OSEE Client Incubation Archived Update Site</a> (Recommended)</li>
+<li>Client Update Site: <a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/builds/@RELEASE_VERSION@/client_update_site/osee_client-update_incubation-N-Snapshot.zip">OSEE Client Incubation Update Site</a> (Recommended)</li>
 <li>Add-on Feature - <a href="http://osee-external.googlecode.com/files/postgresql_0.9.1_incubation.zip">PostgreSQL Driver Feature</a> (Add PostgreSQL Driver)</li>  
 <li>Application Server:
 <ul>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/builds/org.eclipse.osee.server_@RELEASE_VERSION@_incubation.zip">OSEE Application Server Incubation Archived - Derby </a></li>
-<li><a href="http://osee-external.googlecode.com/files/org.eclipse.osee.server_postgresql_@RELEASE_VERSION@_incubation.zip">OSEE Application Server Incubation Archived - Postgresql</a></li>
+<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/builds/@RELEASE_VERSION@/osee_server-osgi-runtime-incubation-N-Snapshot.zip">OSEE Application Server Incubation</a></li>
 </ul>
 </li>
-<li>All-In-One Clients:
-<ul>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/builds/osee.client.full.@RELEASE_VERSION@_incubation.zip">OSEE Client - Win32 - Derby</a></li>
-<li><a href="@EXTERNAL_DOWNLOADS_SITE@">OSEE Client - Win32 - PostgreSql (External Site)</a><br/>
-The distribution is comprised of Eclipse 3.4, OSEE 0.7, add-ons, and dependencies. Such scheme of distribution is caused by licensing requirements.</li>
-</ul>
-</li>
-</ul>
-
-<h2>Release Candidate Build</h2>
-For a preview of the next release, please use the following links:
-<ul>
-<li>Client Update Site: <a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/installs/rc_update_site">http://www.eclipse.org/downloads/download.php?file=/technology/osee/installs/rc_update_site</a></li>
-<li>Application Server: <a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/installs/rc_osee_server_runtime.zip">http://www.eclipse.org/downloads/download.php?file=/technology/osee/installs/rc_osee_server_runtime.zip</a></li>
 </ul>
 
 <h2>Archived Builds</h2>
diff --git a/downloads/index.php b/downloads/index.php
index e84c624..af4c5dd 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -13,9 +13,7 @@
 	$pageKeywords	= "OSEE, Open, System, Engineering, Environment, Eclipse, Define, ATS, OTE, Application Framework";
 	$pageAuthor		= "Roberto E. Escobar";
 	
-	$release_prefix = "Milestone Build ";
-	$release_date = "19 May 2010";
-	$release_version      = "0.9.4";
+	$release_version      = "OSEE_0.9.9_SR3_20111110";
    $external_downloads_site = "http://osee.microdoc.com/node/2";
    $config_args="http://wiki.eclipse.org/OSEE/Developers_Guide#Configuration_Properties";