Index: trunk/autoquest-test/pom.xml
===================================================================
--- trunk/autoquest-test/pom.xml	(revision 1518)
+++ trunk/autoquest-test/pom.xml	(revision 1519)
@@ -1,7 +1,11 @@
-<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">
+<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"
+>
     <modelVersion>4.0.0</modelVersion>
     <groupId>de.ugoe.cs.autoquest</groupId>
     <artifactId>autoquest-test</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${tested-artifact-id}-test</name>
@@ -15,7 +19,8 @@
         <autoquest-scm-trunk-dir>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk</autoquest-scm-trunk-dir>
         <tested-artifactId>autoquest</tested-artifactId>
+        <tested-autoquest-version>0.0.1-SNAPSHOT</tested-autoquest-version>
     </properties>
     <scm>
-        <url>${autoquest-scm-trunk-dir}/${tested-artifact-id}-test/tags/autoquest-release-0.1.0/${tested-artifact-id}-test</url>
+        <url>${autoquest-scm-trunk-dir}/${tested-artifact-id}-test</url>
     </scm>
     <dependencies>
@@ -23,5 +28,5 @@
             <groupId>${project.groupId}</groupId>
             <artifactId>${tested-artifactId}</artifactId>
-            <version>${project.version}</version>
+            <version>${tested-autoquest-version}</version>
             <scope>test</scope>
         </dependency>
@@ -113,5 +118,5 @@
                                             <groupId>${project.groupId}</groupId>
                                             <artifactId>${tested-artifactId}</artifactId>
-                                            <version>${project.parent.version}</version>
+                                            <version>${tested-autoquest-version}</version>
                                             <outputDirectory>${project.build.directory}/classes</outputDirectory>
                                         </artifactItem>
