[nobug] Update Platform prereq
diff --git a/wtp-parent/data/dependencies.properties b/wtp-parent/data/dependencies.properties
index f82c307..c2dc75f 100644
--- a/wtp-parent/data/dependencies.properties
+++ b/wtp-parent/data/dependencies.properties
@@ -133,9 +133,9 @@
 #######################################################################################
 # Eclipse SDK Dependency
 # groupID : eclipse
-eclipse.id=I20150317-2000
-eclipse.dir=I20150317-2000
-eclipse.name=Eclipse 4.5.0 Integration Build
+eclipse.id=4.5M6
+eclipse.dir=S-4.5M6-201503200800
+eclipse.name=Eclipse SDK 4.5 M6
 eclipse.description=(Platform, PDE, JDT)
 eclipse.mirror.prefixuri=/eclipse/downloads/drops4/${eclipse.dir}
 eclipse.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
@@ -191,12 +191,12 @@
 # Eclipse 4.5 SDK Dependency
 # groupID : e4x
 
-e4x.build.id=I20150317-2000
-e4x.build.dir=I20150317-2000
+e4x.build.id=4.5M6
+e4x.build.dir=S-4.5M6-201503200800
 
-eclipse.name=Eclipse 4.5.0 Integration Build
+eclipse.name=Eclipse SDK 4.5 M6
 
-e4x.name=Eclipse 4.5.0 Integration Build
+e4x.name=Eclipse SDK v4.5 M6
 e4x.description=(Platform, PDE, JDT, EMF Core)
 
 e4x.mirror.prefixuri=/eclipse/downloads/drops4/${e4x.build.dir}
@@ -213,8 +213,8 @@
 # groupID : emfandxsd
 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=317256
 
-emfandxsd.id=2.11.0M3
-emfandxsd.dir.id=2.11.0/S201411100530
+emfandxsd.id=2.11.0M6
+emfandxsd.dir.id=2.11.0/S201503230420
 
 emfandxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/${emfandxsd.dir.id}
 emfandxsd.file=emf-xsd-SDK-${emfandxsd.id}.zip
@@ -233,16 +233,16 @@
 # Eclipse Modeling Framework (EMF) Transaction Dependency
 # groupID : emftransaction
 
-emftransaction.id=1.8.0M7
-emftransaction.dir.id=S201405051603
+emftransaction.id=1.9.0M5
+emftransaction.dir.id=1.9.0/S201502040445
 
-emftransaction.mirror.prefixuri=/modeling/emf/transaction/downloads/drops/1.8.0/${emftransaction.dir.id}
+emftransaction.mirror.prefixuri=/modeling/emf/transaction/downloads/drops/${emftransaction.dir.id}
 emftransaction.file=emf-transaction-runtime-${emftransaction.id}.zip
 
 emftransaction.repo=emf-transaction-Update-${emftransaction.id}.zip
 #emftransaction.tobeinstalledfeaturegroups=org.eclipse.emf.transaction.feature.group,org.eclipse.emf.workspace.feature.group
 
-emftransaction.name=EMF Transaction v1.8.0
+emftransaction.name=EMF Transaction v1.9.0
 emftransaction.description=(Required for JPA Diagram Editor)
 
 emftransaction.url=http://download.eclipse.org${emftransaction.mirror.prefixuri}
@@ -253,16 +253,16 @@
 # Eclipse Modeling Framework (EMF) Validation Dependency
 # groupID : emfvalidation
 
-emfvalidation.id=1.8.0M7
-emfvalidation.dir.id=S201405051521
+emfvalidation.id=1.9.0M5
+emfvalidation.dir.id=1.9.0/S201502040400
 
-emfvalidation.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.8.0/${emfvalidation.dir.id}
+emfvalidation.mirror.prefixuri=/modeling/emf/validation/downloads/drops/${emfvalidation.dir.id}
 emfvalidation.file=emf-validation-runtime-${emfvalidation.id}.zip
 
 emfvalidation.repo=emf-validation-Update-${emfvalidation.id}.zip
 #emfvalidation.tobeinstalledfeaturegroups=org.eclipse.emf.validation.feature.group
 
-emfvalidation.name=EMF Validation v1.8.0
+emfvalidation.name=EMF Validation v1.9.0
 emfvalidation.description=(Required for JPA Diagram Editor)
 
 emfvalidation.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri}
@@ -273,8 +273,8 @@
 # Graphiti Dependency
 # groupID : graphiti
 #Milestones
-graphiti.id=0.12.0M4.201412171136
-graphiti.dir.id=S-0.12.0M4-201412171136
+graphiti.id=0.12.0M5.201502041016
+graphiti.dir.id=S-0.12.0M5-201502041016
 
 graphiti.mirror.prefixuri=/graphiti/updates/milestones/${graphiti.dir.id}
 graphiti.mirror.zip.prefixuri=/graphiti/archives/milestones
diff --git a/wtp-parent/pom.xml b/wtp-parent/pom.xml
index 298ceb7..fafe8ac 100644
--- a/wtp-parent/pom.xml
+++ b/wtp-parent/pom.xml
@@ -41,7 +41,7 @@
    

     <!-- Mars Updates -->

     <gef-repo.url>https://hudson.eclipse.org/hudson/job/gef-master/lastSuccessfulBuild/artifact/update-site</gef-repo.url>

-    <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.5-I-builds/I20150318-1300/</platform-repo.url>

+    <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.5milestones/S-4.5M6-201503200800</platform-repo.url>

     <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/S20150316021154/repository/</orbit-repo.url>

     <jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.2.3.v20140905/</jetty-repo.url>

     <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.11milestones/</emf-repo.url>