Bug 425978 - [releng] upgrade build to Luna

Upgrade to 0.16.0-SNAPSHOT and to use Luna
diff --git a/cbi/eclipse-parent/pom.xml b/cbi/eclipse-parent/pom.xml
index 9f8e776..af710d5 100644
--- a/cbi/eclipse-parent/pom.xml
+++ b/cbi/eclipse-parent/pom.xml
@@ -15,27 +15,27 @@
 
   <groupId>org.eclipse.e4.releng</groupId>
   <artifactId>eclipse-parent</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
-    <tycho.version>0.18.0</tycho.version>
-    <tycho-extras.version>0.18.0</tycho-extras.version>
+    <tycho.version>0.19.0</tycho.version>
+    <tycho-extras.version>0.19.0</tycho-extras.version>
 
-    <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository</orbit-repo.url>
-    <jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.3.v20120522/</jetty-repo.url>
-    <ecf-repo.url>http://download.eclipse.org/rt/ecf/latest/site.p2/</ecf-repo.url>
-    <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.9/</emf-repo.url>
+    <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/I20140114130914/repository/</orbit-repo.url>
+    <jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.14.v20131031/</jetty-repo.url>
+    <ecf-repo.url>http://download.eclipse.org/rt/ecf/int3.8/3.8.0/site.p2/</ecf-repo.url>
+    <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.10milestones/base/S201312090519/</emf-repo.url>
     <aspectj-repo.url>http://download.eclipse.org/tools/ajdt/aspectj/update</aspectj-repo.url>
     <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.3</eclipse-updates-repo.url>
-    <kepler-repo.url>http://download.eclipse.org/releases/kepler</kepler-repo.url>
+    <eclipse-updates-repo.url>http://download.eclipse.org/eclipse/updates/4.4-I-builds</eclipse-updates-repo.url>
+    <luna-repo.url>http://download.eclipse.org/releases/luna</luna-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>
     <eclipse-maven-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-maven-repo.url>
-    <cbi-license-repo.url>http://download.eclipse.org/cbi/updates/license/</cbi-license-repo.url>
+    <cbi-license-repo.url>http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/</cbi-license-repo.url>
   </properties>
 
   <repositories>
@@ -45,8 +45,8 @@
       <layout>p2</layout>
     </repository>
     <repository>
-      <id>kepler</id>
-      <url>${kepler-repo.url}</url>
+      <id>luna</id>
+      <url>${luna-repo.url}</url>
       <layout>p2</layout>
     </repository>
     <repository>
diff --git a/cbi/org.eclipse.e4.releng.update/pom.xml b/cbi/org.eclipse.e4.releng.update/pom.xml
index 9f5bdee..8b61202 100644
--- a/cbi/org.eclipse.e4.releng.update/pom.xml
+++ b/cbi/org.eclipse.e4.releng.update/pom.xml
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.eclipse.e4.releng</groupId>
     <artifactId>eclipse-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
   </parent>
 
 
   <groupId>org.eclipse.e4.releng</groupId>
   <artifactId>org.eclipse.e4.releng.update</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
 <build>