Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"

Set version to 0.14.0-SNAPSHOT

Change-Id: I8bb0094ff3a796d53db2ad4cc27e58614ece64a1
diff --git a/cbi/eclipse-parent/pom.xml b/cbi/eclipse-parent/pom.xml
index 9a382f8..d59b281 100644
--- a/cbi/eclipse-parent/pom.xml
+++ b/cbi/eclipse-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.releng</groupId>
   <artifactId>eclipse-parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.14.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -146,7 +143,7 @@
          <filter>
             <type>p2-installable-unit</type>
             <id>org.eclipse.equinox.servletbridge.extensionbundle</id>
-            <removeAll />
+            <removeAll/>
          </filter>
       </filters>
         </configuration>
diff --git a/cbi/org.eclipse.e4.releng.update/pom.xml b/cbi/org.eclipse.e4.releng.update/pom.xml
index aae2f90..d05e188 100644
--- a/cbi/org.eclipse.e4.releng.update/pom.xml
+++ b/cbi/org.eclipse.e4.releng.update/pom.xml
@@ -1,18 +1,16 @@
 <?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>
   <parent>
     <groupId>org.eclipse.e4.releng</groupId>
     <artifactId>eclipse-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
   </parent>
 
 
   <groupId>org.eclipse.e4.releng</groupId>
   <artifactId>org.eclipse.e4.releng.update</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.14.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
 <build>
@@ -94,4 +92,3 @@
 </build>
 
 </project>
-