Bug 481857 - Use Platform parent pom

Change-Id: Ifc58b347c751e4432f897a3d0475516e759ba4db
diff --git a/features/org.eclipse.e4.rcp.patch.feature/feature.xml b/features/org.eclipse.e4.rcp.patch.feature/feature.xml
index a1d3853..89530a6 100644
--- a/features/org.eclipse.e4.rcp.patch.feature/feature.xml
+++ b/features/org.eclipse.e4.rcp.patch.feature/feature.xml
@@ -6,7 +6,7 @@
       provider-name="%providerName"
       image="eclipse_update_120.jpg"
       license-feature="org.eclipse.license"
-      license-feature-version="1.0.0.qualifier">
+      license-feature-version="0.0.0">
 
    <description>
       %description
diff --git a/features/org.eclipse.e4.ui.keys.feature/feature.xml b/features/org.eclipse.e4.ui.keys.feature/feature.xml
index f53a6c7..5310e39 100644
--- a/features/org.eclipse.e4.ui.keys.feature/feature.xml
+++ b/features/org.eclipse.e4.ui.keys.feature/feature.xml
@@ -5,7 +5,7 @@
       version="0.15.0.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
-      license-feature-version="1.0.0.qualifier">
+      license-feature-version="0.0.0">
 
 
    <description>
diff --git a/features/org.eclipse.rcp.patch.feature/feature.xml b/features/org.eclipse.rcp.patch.feature/feature.xml
index 911621b..4d7426f 100644
--- a/features/org.eclipse.rcp.patch.feature/feature.xml
+++ b/features/org.eclipse.rcp.patch.feature/feature.xml
@@ -6,7 +6,7 @@
       provider-name="%providerName"
       image="eclipse_update_120.jpg"
       license-feature="org.eclipse.license"
-      license-feature-version="1.0.0.qualifier">
+      license-feature-version="0.0.0">
 
 
    <description>
diff --git a/features/org.eclipse.ui.juno.feature/feature.xml b/features/org.eclipse.ui.juno.feature/feature.xml
index 04e1c80..fa8ee7d 100644
--- a/features/org.eclipse.ui.juno.feature/feature.xml
+++ b/features/org.eclipse.ui.juno.feature/feature.xml
@@ -6,7 +6,7 @@
       provider-name="%providerName"
       image="eclipse_update_120.jpg"
       license-feature="org.eclipse.license"
-      license-feature-version="1.0.0.qualifier">
+      license-feature-version="0.0.0">
 
    <description>
       %description
diff --git a/pom.xml b/pom.xml
index 2a842f0..3dfdc2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,9 +13,9 @@
 <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>0.17.0-SNAPSHOT</version>
+    <groupId>org.eclipse</groupId>
+    <artifactId>eclipse-platform-parent</artifactId>
+    <version>4.6.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.e4.ui</groupId>
   <artifactId>e4-ui-aggregator</artifactId>