Bug 425978 - [releng] upgrade build to Luna

Upgrade to 0.16.0-SNAPSHOT and to use Luna
diff --git a/build/eclipse-juno-parent/pom.xml b/build/eclipse-juno-parent/pom.xml
index 1a1159f..e6f8e40 100644
--- a/build/eclipse-juno-parent/pom.xml
+++ b/build/eclipse-juno-parent/pom.xml
@@ -10,15 +10,12 @@
      Igor Fedorenko - initial implementation
      Lars Vogel - Adjustments for e4 tools 
 -->
-
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.eclipse.e4.ui</groupId>
   <artifactId>eclipse-juno-parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -136,7 +133,7 @@
          <filter>
             <type>p2-installable-unit</type>
             <id>org.eclipse.equinox.servletbridge.extensionbundle</id>
-            <removeAll />
+            <removeAll/>
          </filter>
       </filters>
         </configuration>
diff --git a/build/org.eclipse.e4.ui.update/pom.xml b/build/org.eclipse.e4.ui.update/pom.xml
index 2b43396..f58cf80 100644
--- a/build/org.eclipse.e4.ui.update/pom.xml
+++ b/build/org.eclipse.e4.ui.update/pom.xml
@@ -5,16 +5,15 @@
   <parent>
     <groupId>org.eclipse.e4.ui</groupId>
     <artifactId>e4-ui-aggregator</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 
   <groupId>org.eclipse.e4</groupId>
   <artifactId>org.eclipse.e4.ui.update</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>eclipse-repository</packaging>
 
   <name>org.eclipse.e4.ui update site</name>
 
 </project>
-
diff --git a/bundles/org.eclipse.e4.ui.gadgets/pom.xml b/bundles/org.eclipse.e4.ui.gadgets/pom.xml
index 0029f4a..b6d81ad 100644
--- a/bundles/org.eclipse.e4.ui.gadgets/pom.xml
+++ b/bundles/org.eclipse.e4.ui.gadgets/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.eclipse.e4.ui</groupId>
 	<artifactId>org.eclipse.e4.ui.gadgets</artifactId>
diff --git a/bundles/org.eclipse.e4.ui.keys.common/pom.xml b/bundles/org.eclipse.e4.ui.keys.common/pom.xml
index 038f45e..dcecf95 100644
--- a/bundles/org.eclipse.e4.ui.keys.common/pom.xml
+++ b/bundles/org.eclipse.e4.ui.keys.common/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.eclipse.e4.ui</groupId>
     <artifactId>e4-ui-aggregator</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 
@@ -14,4 +14,3 @@
   <packaging>eclipse-plugin</packaging>
 
 </project>
-
diff --git a/bundles/org.eclipse.e4.ui.web/pom.xml b/bundles/org.eclipse.e4.ui.web/pom.xml
index 15a6241..adc2093 100644
--- a/bundles/org.eclipse.e4.ui.web/pom.xml
+++ b/bundles/org.eclipse.e4.ui.web/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.eclipse.e4.ui</groupId>
 	<artifactId>org.eclipse.e4.ui.web</artifactId>
diff --git a/examples/tycho/license-feature-example/org.eclipse.examples.hello/pom.xml b/examples/tycho/license-feature-example/org.eclipse.examples.hello/pom.xml
index b618904..67bd158 100644
--- a/examples/tycho/license-feature-example/org.eclipse.examples.hello/pom.xml
+++ b/examples/tycho/license-feature-example/org.eclipse.examples.hello/pom.xml
@@ -12,5 +12,4 @@
   <artifactId>org.eclipse.examples.hello</artifactId>
   <version>0.13.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
-</project> 
-
+</project>
diff --git a/examples/tycho/license-feature-example/org.eclipse.hello.feature/pom.xml b/examples/tycho/license-feature-example/org.eclipse.hello.feature/pom.xml
index 91713a6..a19e40e 100644
--- a/examples/tycho/license-feature-example/org.eclipse.hello.feature/pom.xml
+++ b/examples/tycho/license-feature-example/org.eclipse.hello.feature/pom.xml
@@ -9,15 +9,12 @@
   Contributors:
      Igor Fedorenko - initial implementation
 -->
-
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 <parent>
   <groupId>org.eclipse.e4.ui</groupId>
   <artifactId>license-feature-example</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
 </parent>
 
   <groupId>org.eclipse.e4.ui</groupId>
diff --git a/examples/tycho/license-feature-example/org.eclipse.hello.repository/pom.xml b/examples/tycho/license-feature-example/org.eclipse.hello.repository/pom.xml
index c9ae400..3d17505 100644
--- a/examples/tycho/license-feature-example/org.eclipse.hello.repository/pom.xml
+++ b/examples/tycho/license-feature-example/org.eclipse.hello.repository/pom.xml
@@ -35,4 +35,3 @@
   </build-->
 
 </project>
-
diff --git a/examples/tycho/license-feature-example/org.eclipse.license/pom.xml b/examples/tycho/license-feature-example/org.eclipse.license/pom.xml
index 0763dd7..5a47ed2 100644
--- a/examples/tycho/license-feature-example/org.eclipse.license/pom.xml
+++ b/examples/tycho/license-feature-example/org.eclipse.license/pom.xml
@@ -9,16 +9,13 @@
   Contributors:
      Igor Fedorenko - initial implementation
 -->
-
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
 <parent>
   <groupId>org.eclipse.e4.ui</groupId>
   <artifactId>license-feature-example</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
 </parent>
 
   <groupId>org.eclipse.e4.ui</groupId>
@@ -26,4 +23,3 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>
-
diff --git a/examples/tycho/license-feature-example/pom.xml b/examples/tycho/license-feature-example/pom.xml
index 2d3f5cc..e0e564e 100644
--- a/examples/tycho/license-feature-example/pom.xml
+++ b/examples/tycho/license-feature-example/pom.xml
@@ -10,15 +10,12 @@
      Igor Fedorenko - initial implementation
      Lars Vogel - Adjustments for e4 tools 
 -->
-
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.eclipse.e4.ui</groupId>
   <artifactId>license-feature-example</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -136,7 +133,7 @@
          <filter>
             <type>p2-installable-unit</type>
             <id>org.eclipse.equinox.servletbridge.extensionbundle</id>
-            <removeAll />
+            <removeAll/>
          </filter>
       </filters>
         </configuration>
diff --git a/features/org.eclipse.e4.rcp.patch.feature/pom.xml b/features/org.eclipse.e4.rcp.patch.feature/pom.xml
index 3c0c4c7..5100e44 100644
--- a/features/org.eclipse.e4.rcp.patch.feature/pom.xml
+++ b/features/org.eclipse.e4.rcp.patch.feature/pom.xml
@@ -9,15 +9,12 @@
   Contributors:
      Igor Fedorenko - initial implementation
 -->
-
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>eclipse-juno-parent</artifactId>
     <groupId>org.eclipse.e4.ui</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.e4.ui</groupId>
   <artifactId>org.eclipse.e4.rcp.patch.feature</artifactId>
@@ -39,18 +36,18 @@
             </goals>
             <configuration>
               <excludes>
-                <plugin id="org.eclipse.swt" />
-                <plugin id="org.eclipse.swt.gtk.linux.s390x" />
-                <plugin id="org.eclipse.swt.gtk.linux.s390" />
-                <plugin id="org.eclipse.swt.gtk.solaris.sparc" />
-                <plugin id="org.eclipse.swt.gtk.solaris.x86" />
-                <plugin id="org.eclipse.swt.gtk.linux.ppc64" />
-                <plugin id="org.eclipse.swt.cocoa.macosx" />
-                <plugin id="org.eclipse.swt.cocoa.macosx" />
-                <plugin id="org.eclipse.swt.gtk.aix.ppc" />
-                <plugin id="org.eclipse.swt.gtk.aix.ppc64" />
-                <plugin id="org.eclipse.swt.gtk.hpux.ia64_32" />
-                <plugin id="org.eclipse.swt.gtk.hpux.ia64" />
+                <plugin id="org.eclipse.swt"/>
+                <plugin id="org.eclipse.swt.gtk.linux.s390x"/>
+                <plugin id="org.eclipse.swt.gtk.linux.s390"/>
+                <plugin id="org.eclipse.swt.gtk.solaris.sparc"/>
+                <plugin id="org.eclipse.swt.gtk.solaris.x86"/>
+                <plugin id="org.eclipse.swt.gtk.linux.ppc64"/>
+                <plugin id="org.eclipse.swt.cocoa.macosx"/>
+                <plugin id="org.eclipse.swt.cocoa.macosx"/>
+                <plugin id="org.eclipse.swt.gtk.aix.ppc"/>
+                <plugin id="org.eclipse.swt.gtk.aix.ppc64"/>
+                <plugin id="org.eclipse.swt.gtk.hpux.ia64_32"/>
+                <plugin id="org.eclipse.swt.gtk.hpux.ia64"/>
               </excludes>
             </configuration>
           </execution>
diff --git a/features/org.eclipse.e4.ui.keys.feature/pom.xml b/features/org.eclipse.e4.ui.keys.feature/pom.xml
index 5227d64..7de80d1 100644
--- a/features/org.eclipse.e4.ui.keys.feature/pom.xml
+++ b/features/org.eclipse.e4.ui.keys.feature/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.eclipse.e4.ui</groupId>
     <artifactId>e4-ui-aggregator</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 
@@ -45,4 +45,3 @@
     </plugins>
   </build>
 </project>
-
diff --git a/features/org.eclipse.license/pom.xml b/features/org.eclipse.license/pom.xml
index 1c44414..4546ef9 100644
--- a/features/org.eclipse.license/pom.xml
+++ b/features/org.eclipse.license/pom.xml
@@ -9,16 +9,13 @@
   Contributors:
      Igor Fedorenko - initial implementation
 -->
-
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.eclipse.e4.ui</groupId>
     <artifactId>eclipse-juno-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.eclipse.license</groupId>
@@ -26,4 +23,3 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>
-
diff --git a/features/org.eclipse.rcp.patch.feature/pom.xml b/features/org.eclipse.rcp.patch.feature/pom.xml
index 2ba99e6..fcc54b2 100644
--- a/features/org.eclipse.rcp.patch.feature/pom.xml
+++ b/features/org.eclipse.rcp.patch.feature/pom.xml
@@ -9,15 +9,12 @@
   Contributors:
      Igor Fedorenko - initial implementation
 -->
-
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>eclipse-juno-parent</artifactId>
     <groupId>org.eclipse.e4.ui</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.e4.ui</groupId>
   <artifactId>org.eclipse.rcp.patch.feature</artifactId>
diff --git a/features/org.eclipse.ui.juno.feature/pom.xml b/features/org.eclipse.ui.juno.feature/pom.xml
index 5582103..5821d73 100644
--- a/features/org.eclipse.ui.juno.feature/pom.xml
+++ b/features/org.eclipse.ui.juno.feature/pom.xml
@@ -9,15 +9,12 @@
   Contributors:
      Igor Fedorenko - initial implementation
 -->
-
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>eclipse-juno-parent</artifactId>
     <groupId>org.eclipse.e4.ui</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.e4.ui</groupId>
   <artifactId>org.eclipse.ui.juno.feature</artifactId>
diff --git a/pom.xml b/pom.xml
index 52f355b..db2e79e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,11 +15,11 @@
   <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.ui</groupId>
   <artifactId>e4-ui-aggregator</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <properties>
     <tycho.scmUrl>scm:git:http://git.eclipse.org/gitroot/e4/org.eclipse.e4.ui</tycho.scmUrl>
@@ -42,4 +42,3 @@
     <module>build/org.eclipse.e4.ui.update</module>
   </modules>
 </project>
-