Add the eclipse milestone repo, try and fix model problems.
diff --git a/cbi/eclipse-parent/pom.xml b/cbi/eclipse-parent/pom.xml
index ff93346..439a528 100644
--- a/cbi/eclipse-parent/pom.xml
+++ b/cbi/eclipse-parent/pom.xml
@@ -33,6 +33,7 @@
     <egit-repo.url>http://download.eclipse.org/egit/updates</egit-repo.url>
     <swtbot-repo.url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site</swtbot-repo.url>
 
+    <eclipse-updates-repo.url>http://download.eclipse.org/eclipse/updates/4.3milestones</eclipse-updates-repo.url>
     <kepler-repo.url>http://download.eclipse.org/releases/kepler</kepler-repo.url>
     <tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
     <cbi-repo.url>https://repo.eclipse.org/content/groups/cbi/</cbi-repo.url>
@@ -40,6 +41,11 @@
 
   <repositories>
     <repository>
+      <id>eclipse-updates</id>
+      <url>${eclipse-updates-repo.url}</url>
+      <layout>p2</layout>
+    </repository>
+    <repository>
       <id>kepler</id>
       <url>${kepler-repo.url}</url>
       <layout>p2</layout>