Index: trunk/quest-runner/pom.xml
===================================================================
--- trunk/quest-runner/pom.xml	(revision 734)
+++ trunk/quest-runner/pom.xml	(revision 757)
@@ -4,11 +4,14 @@
   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-runner</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
   <name>quest-runner</name>
   <scm>
-    <url>https://quest.informatik.uni-goettingen.de/svn/quest/trunk/quest-runner</url>
+    <url>${quest-scm-trunk-dir}/quest-runner</url>
   </scm>
   <dependencies>
@@ -21,15 +24,15 @@
       <groupId>de.ugoe.cs.quest</groupId>
       <artifactId>quest-plugin-core</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>${parent.version}</version>
     </dependency>
     <dependency>
       <groupId>de.ugoe.cs.quest</groupId>
       <artifactId>quest-ui-core</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>${parent.version}</version>
     </dependency>
     <dependency>
       <groupId>de.ugoe.cs.quest</groupId>
       <artifactId>quest-ui-swt</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>${parent.version}</version>
     </dependency>
     <dependency>
@@ -41,20 +44,20 @@
       <groupId>de.ugoe.cs.quest</groupId>
       <artifactId>quest-plugin-guitar</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>${parent.version}</version>
     </dependency>
     <dependency>
       <groupId>de.ugoe.cs.quest</groupId>
       <artifactId>quest-plugin-jfc</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>${parent.version}</version>
     </dependency>
     <dependency>
       <groupId>de.ugoe.cs.quest</groupId>
       <artifactId>quest-plugin-mfc</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>${parent.version}</version>
     </dependency>
     <dependency>
       <groupId>de.ugoe.cs.quest</groupId>
       <artifactId>quest-plugin-php</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>${parent.version}</version>
     </dependency>
     <dependency>
@@ -109,16 +112,4 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.5.1</version>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-          <compilerArgument>-Xlint:all</compilerArgument>
-          <showDeprecation>true</showDeprecation>
-          <showWarnings>true</showWarnings>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
@@ -148,5 +139,5 @@
                   <groupId>de.ugoe.cs.quest</groupId>
                   <artifactId>quest-plugin-jfc</artifactId>
-                  <version>0.0.1-SNAPSHOT</version>
+                  <version>${parent.version}</version>
                   <classifier>config</classifier>
                   <type>zip</type>
@@ -167,5 +158,5 @@
                   <groupId>de.ugoe.cs.quest</groupId>
                   <artifactId>quest-plugin-mfc</artifactId>
-                  <version>0.0.1-SNAPSHOT</version>
+                  <version>${parent.version}</version>
                   <classifier>config</classifier>
                   <type>zip</type>
@@ -186,5 +177,5 @@
                   <groupId>de.ugoe.cs.quest</groupId>
                   <artifactId>quest-plugin-php</artifactId>
-                  <version>0.0.1-SNAPSHOT</version>
+                  <version>${parent.version}</version>
                   <classifier>config</classifier>
                   <type>zip</type>
