Index: trunk/quest-core-usability/pom.xml
===================================================================
--- trunk/quest-core-usability/pom.xml	(revision 725)
+++ trunk/quest-core-usability/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-usability</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
   <name>quest-core-usability</name>
   <scm>
-    <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-core-usability</url>
+    <url>${quest-scm-trunk-dir}/quest-core-usability</url>
   </scm>
   <dependencies>
@@ -12,13 +15,7 @@
         <groupId>de.ugoe.cs.quest</groupId>
         <artifactId>quest-core-tasktrees</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>
@@ -38,12 +35,4 @@
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.5.1</version>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
