Index: trunk/autoquest-core-usability/pom.xml
===================================================================
--- trunk/autoquest-core-usability/pom.xml	(revision 1536)
+++ trunk/autoquest-core-usability/pom.xml	(revision 1539)
@@ -1,11 +1,7 @@
-<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">
     <parent>
         <groupId>de.ugoe.cs.autoquest</groupId>
         <artifactId>autoquest</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
         <relativePath>../autoquest/pom.xml</relativePath>
     </parent>
@@ -20,6 +16,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.1.0/${project.artifactId}</url>
+        <connection>scm:svn:${autoquest-scm-trunk-dir}/${project.artifactId}/tags/autoquest-release-0.1.0/${project.artifactId}</connection>
     </scm>
     <dependencies>
