Fixed bug 394831: [cbi] Platform parent should be renamed
diff --git a/pom.xml b/pom.xml
index a4964b3..f672578 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012 Eclipse Foundation.
+  Copyright (c) 2012, 2013 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -17,9 +17,9 @@
 
   <parent>
     <groupId>org.eclipse</groupId>
-    <artifactId>eclipse-parent</artifactId>
+    <artifactId>eclipse-platform-parent</artifactId>
     <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../eclipse-parent</relativePath>
+    <relativePath>../eclipse-platform-parent</relativePath>
   </parent>
 
   <groupId>eclipse.platform.ui</groupId>