Index: trunk/autoquest-httpmonitor-test/pom.xml
===================================================================
--- trunk/autoquest-httpmonitor-test/pom.xml	(revision 1991)
+++ trunk/autoquest-httpmonitor-test/pom.xml	(revision 2072)
@@ -3,5 +3,5 @@
         <groupId>de.ugoe.cs.autoquest</groupId>
         <artifactId>autoquest-test</artifactId>
-        <version>0.1.3-SNAPSHOT</version>
+        <version>0.2.0</version>
         <relativePath>../autoquest-test/pom.xml</relativePath>
     </parent>
@@ -15,6 +15,6 @@
     </licenses>
     <scm>
-        <url>${autoquest-scm-trunk-dir}/${project.artifactId}</url>
-        <connection>scm:svn:${autoquest-scm-trunk-dir}/${project.artifactId}</connection>
+        <url>${autoquest-scm-trunk-dir}/${project.artifactId}/tags/autoquest-release-0.2.0/${project.artifactId}</url>
+        <connection>scm:svn:${autoquest-scm-trunk-dir}/${project.artifactId}/tags/autoquest-release-0.2.0/${project.artifactId}</connection>
     </scm>
     <properties>
@@ -62,4 +62,10 @@
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
+            <version>2.7.7</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-transports-http</artifactId>
             <version>2.7.7</version>
             <scope>test</scope>
