Index: trunk/quest-core-coverage/pom.xml
===================================================================
--- trunk/quest-core-coverage/pom.xml	(revision 655)
+++ trunk/quest-core-coverage/pom.xml	(revision 757)
@@ -1,10 +1,13 @@
 <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">
+  <parent>
+    <groupId>de.ugoe.cs.quest</groupId>
+    <artifactId>quest</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>de.ugoe.cs.quest</groupId>
   <artifactId>quest-core-coverage</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
   <name>quest-core-coverage</name>
   <scm>
-		<url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-coverage</url>
+		<url>${quest-scm-trunk-dir}/quest-core-coverage</url>
 	</scm>
   	<dependencies>
@@ -12,23 +15,11 @@
 			<groupId>de.ugoe.cs.quest</groupId>
 			<artifactId>quest-core-events</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>${parent.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>de.ugoe.cs.quest</groupId>
 			<artifactId>quest-core-usageprofiles</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>${parent.version}</version>
 		</dependency>
 	</dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.3.2</version>
-				<configuration>
-					<source>1.6</source>
-					<target>1.6</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
 </project>
