adapted poms to new directory structure

Signed-off-by: Florian Thienel <florian@thienel.org>
diff --git a/org.eclipse.wst.xml.vex.ui/pom.xml b/org.eclipse.wst.xml.vex.ui/pom.xml
index ff88a74..4033c08 100644
--- a/org.eclipse.wst.xml.vex.ui/pom.xml
+++ b/org.eclipse.wst.xml.vex.ui/pom.xml
@@ -2,16 +2,16 @@
 <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/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<artifactId>org.eclipse.wst.xml.vex.ui</artifactId>
+	<artifactId>org.eclipse.vex.ui</artifactId>
 	<packaging>eclipse-plugin</packaging>
 	<version>1.0.0-SNAPSHOT</version>
 	<name>Vex UI</name>
 
 	<parent>
-		<artifactId>org.eclipse.wst.xml.vex_parent</artifactId>
-		<groupId>org.eclipse.wst.xml.vex</groupId>
+		<artifactId>org.eclipse.vex-releng</artifactId>
+		<groupId>org.eclipse.vex</groupId>
 		<version>1.0.0-SNAPSHOT</version>
-		<relativePath>../../development/org.eclipse.wst.xml.vex.releng/pom.xml</relativePath>
+		<relativePath>../org.eclipse.wst.xml.vex.releng/pom.xml</relativePath>
 	</parent>
 
 	<build>