feature: release OSEE_0.24.4.v201703241706-REL
diff --git a/downloads/_index.html b/downloads/_index.html
index 2573cf4..22b5d1a 100644
--- a/downloads/_index.html
+++ b/downloads/_index.html
@@ -4,8 +4,8 @@
 
 <h2>Latest Version: @RELEASE_VERSION@</h2>
 <ul>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/builds/@RELEASE_VERSION@/downloads/org.eclipse.osee.x.server.runtime.zip">OSEE Application Server Incubation</a></li>
-<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/builds/@RELEASE_VERSION@/downloads/org.eclipse.osee.client.all.p2.zip">OSEE Client Incubation Update Site</a></li>
+<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/downloads/@RELEASE_VERSION@/org.eclipse.osee.x.server.runtime.zip">OSEE Application Server Incubation</a></li>
+<li><a href="http://www.eclipse.org/downloads/download.php?file=/technology/osee/downloads/@RELEASE_VERSION@/org.eclipse.osee.client.all.p2.zip">OSEE Client Incubation Update Site</a></li>
 <li><a href="@POSTGRES_BUNDLE@">Optional PostgreSQL Driver Bundle</a></li>  
 </ul>
 
diff --git a/downloads/index.php b/downloads/index.php
index 27a6fe0..704b87f 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -12,10 +12,8 @@
 	$pageTitle 		= "OSEE - Downloads";
 	$pageKeywords	= "OSEE, Open, System, Engineering, Environment, Eclipse, Define, ATS, OTE, Application Framework";
 	$pageAuthor		= "Roberto E. Escobar";
-	
-	$release_version      = "OSEE_0.20.1_REL_201503161909";
-	$postgres_bundle 		 = "http://osee-external.googlecode.com/files/postgresql_0.9.1_incubation.zip";
-   $external_downloads_site = "http://osee.microdoc.com/node/2";
+	$release_version      = "0.24.4.v201703241706-REL";
+	$postgres_bundle 		 = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/osee-external/org.ecilpse.osee.server_postgresql_0.9.1_incubation_updated.zip";
    $config_args="http://wiki.eclipse.org/OSEE/Developers_Guide#Configuration_Properties";
    
    #*****************************************************************************