Bug 579231 - Remove unnecessary pom.xml files

Fix o.e.pde.unittest.junit-feature to get proper parent.

Change-Id: Iff3c7af9b186a143e0520eb4aeb9613330acaf3c
Reviewed-on: https://git.eclipse.org/r/c/pde/eclipse.pde.ui/+/192045
Tested-by: PDE Bot <pde-bot@eclipse.org>
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/features/org.eclipse.pde.unittest.junit-feature/pom.xml b/features/org.eclipse.pde.unittest.junit-feature/pom.xml
index 80ed42e..0b56d11 100644
--- a/features/org.eclipse.pde.unittest.junit-feature/pom.xml
+++ b/features/org.eclipse.pde.unittest.junit-feature/pom.xml
@@ -12,10 +12,10 @@
 <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.pde.ui</artifactId>
+    <artifactId>eclipse.pde.ui.features</artifactId>
     <groupId>org.eclipse.pde</groupId>
     <version>4.24.0-SNAPSHOT</version>
-    <relativePath>../../</relativePath>
+    <relativePath>../</relativePath>
   </parent>
   <groupId>org.eclipse.pde.unittest.junit.feature</groupId>
   <artifactId>org.eclipse.pde.unittest.junit</artifactId>