Bug 535922 - Build failure in I20180614-2000

Fixed parent pom.

Change-Id: I1328f914ca319b494bebb782c75c6730a0cb7724
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.jdt.tips.user/pom.xml b/bundles/org.eclipse.jdt.tips.user/pom.xml
index e29bccc..572e92a 100644
--- a/bundles/org.eclipse.jdt.tips.user/pom.xml
+++ b/bundles/org.eclipse.jdt.tips.user/pom.xml
@@ -14,9 +14,10 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>eclipse.platform.ua</groupId>
-    <artifactId>eclipse.platform.ua</artifactId>
+    <artifactId>eclipse.platform.common</artifactId>
+    <groupId>eclipse.platform.common</groupId>
     <version>4.9.0-SNAPSHOT</version>
+    <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.tips.core</artifactId>
diff --git a/bundles/org.eclipse.platform.doc.tips/pom.xml b/bundles/org.eclipse.platform.doc.tips/pom.xml
index df98d8f..94c83b2 100644
--- a/bundles/org.eclipse.platform.doc.tips/pom.xml
+++ b/bundles/org.eclipse.platform.doc.tips/pom.xml
@@ -14,9 +14,10 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>eclipse.platform.ua</groupId>
-    <artifactId>eclipse.platform.ua</artifactId>
+    <artifactId>eclipse.platform.common</artifactId>
+    <groupId>eclipse.platform.common</groupId>
     <version>4.9.0-SNAPSHOT</version>
+    <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.platform.doc.tips</artifactId>