Update maven build infra

Tycho, cbi, I-builds.

Change-Id: I42ac457d45801518fb35c5324ca167552646d95b
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/pom.xml b/pom.xml
index ac04d00..9201743 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,9 +23,9 @@
   </prerequisites>
 
   <properties>
-    <tycho.version>0.26.0</tycho.version>
-    <tycho-extras.version>0.26.0</tycho-extras.version>
-    <cbi-plugins.version>1.1.3</cbi-plugins.version>
+    <tycho.version>1.0.0</tycho.version>
+    <tycho-extras.version>1.0.0</tycho-extras.version>
+    <cbi-plugins.version>1.1.4</cbi-plugins.version>
     <maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
     <buildTimestamp>${maven.build.timestamp}</buildTimestamp>
     <buildType>I</buildType>
@@ -95,8 +95,8 @@
     <repository>
       <id>eclipse-platform-repository</id>
       <layout>p2</layout>
-      <!-- Normally should be "latest milestone" for stability, once we have one for 4.7. -->
-      <url>http://download.eclipse.org/eclipse/updates/4.7-I-builds/</url>
+      <!-- Normally should be "latest milestone" for stability, once we have one for 4.8. -->
+      <url>http://download.eclipse.org/eclipse/updates/4.8-I-builds/</url>
     </repository>
     <repository>
       <id>eclipse-derby-buildtools-repository</id>