Index: trunk/quest-core-tasktrees/pom.xml
===================================================================
--- trunk/quest-core-tasktrees/pom.xml	(revision 727)
+++ trunk/quest-core-tasktrees/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-tasktrees</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
   <name>quest-core-tasktrees</name>
   <scm>
-    <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-tasktrees</url>
+    <url>${quest-scm-trunk-dir}/quest-core-tasktrees</url>
   </scm>
   <dependencies>
@@ -12,24 +15,6 @@
       <groupId>de.ugoe.cs.quest</groupId>
       <artifactId>quest-core-events</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>${parent.version}</version>
     </dependency>
   </dependencies>
-  <distributionManagement>
-    <snapshotRepository>
-      <id>quest-snapshots</id>
-      <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/quest-snapshots</url>
-    </snapshotRepository>
-  </distributionManagement>
-  <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>
