Updates for O3

Change-Id: I3a2838354ab8b4cb4da38029d491b6fb33fe47d0
Signed-off-by: Denis Roy <denis.roy@eclipse-foundation.org>
diff --git a/distros/distros.php b/distros/distros.php
index 326e976..888318d 100644
--- a/distros/distros.php
+++ b/distros/distros.php
@@ -42,7 +42,7 @@
 	$IBM = new companyInfo (

 		"IBM",

 		"bluemix-icon-64x.png",

-		"4.7.2",

+		"4.7.3",

 		"jee,committers,java,cpp,php,installer,javascript",

 		"Blazingly fast downloads hosted by IBM Bluemix.",

 		"http://eclipse.org/go/DISTRO_IBM",

@@ -60,7 +60,7 @@
 	$SPRING = new companyInfo(

 		"Spring by Pivotal", 

 		"spring64.png", 

-		"4.7.2",

+		"4.7.3",

 		"committers,jee,java,rcp",

 		"Rapid downloads of Eclipse packages. Free downloads of Spring Tool Suite for Spring, Spring Boot, Cloud Foundry, and AspectJ.", 

 		"http://eclipse.org/go/DISTRO_SPRINGSOURCE", 

@@ -92,7 +92,7 @@
 		$rValue = array();

 		global $companyinfo;

 		foreach ($companyinfo as $company) {

-			if(strpos($company->projects, $_package) !== false && $company->version == "4.7.2") {

+			if(strpos($company->projects, $_package) !== false && $company->version == "4.7.3") {

 				$rValue[] = $company;

 			}

 		}

diff --git a/download.php b/download.php
index 15e450a..76665f4 100755
--- a/download.php
+++ b/download.php
@@ -638,7 +638,7 @@
     # /eclipse/downloads/drops/R-3.4-200806172000/eclipse-SDK-3.4-solaris-gtk.zip
     # technology/epp/downloads/release/kepler/R/eclipse-reporting-kepler-
 
-    if(preg_match(",^/technology/epp/downloads/release/($trainname)/2/eclipse-($packageList)-($trainname),", $filename, $matches)) {
+    if(preg_match(",^/technology/epp/downloads/release/($trainname)/3/eclipse-($packageList)-($trainname),", $filename, $matches)) {
       $rValue = $matches[2];
     }
     elseif(preg_match(",^/oomph/epp/oxygen/R2/eclipse-inst-,", $filename)) {