build against http://download.eclipse.org/eclipse/updates/4.10-I-builds/ instead of http://download.eclipse.org/eclipse/updates/4.9-I-builds/

Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/pom.xml b/pom.xml
index 51840c7..73a347a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
 
       <!-- Set up the default target platform to build against -->
       <license-site>http://download.eclipse.org/cbi/updates/license</license-site>
-      <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.9-I-builds/</platform-repo.url>
+      <platform-repo.url>http://download.eclipse.org/eclipse/updates/4.10-I-builds/</platform-repo.url>
       <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository/</orbit-repo.url>
       <emf-site>http://download.eclipse.org/modeling/emf/emf/updates/2.14milestones/</emf-site>
       <emf-query-site>http://download.eclipse.org/modeling/emf/query/updates/releases/R201706061326/</emf-query-site>