Index: demo/pom.xml
===================================================================
--- demo/pom.xml	(revision 367)
+++ demo/pom.xml	(working copy)
@@ -24,7 +24,8 @@
     <parent>
         <artifactId>spotlight</artifactId>
         <groupId>org.dbpedia.spotlight</groupId>
-        <version>${dbpedia.spotlight.version}</version>
+        <version>0.6</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <properties>
Index: index/pom.xml
===================================================================
--- index/pom.xml	(revision 367)
+++ index/pom.xml	(working copy)
@@ -24,7 +24,8 @@
     <parent>
         <artifactId>spotlight</artifactId>
         <groupId>org.dbpedia.spotlight</groupId>
-        <version>${dbpedia.spotlight.version}</version>
+        <version>0.6</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>index</artifactId>
Index: core/pom.xml
===================================================================
--- core/pom.xml	(revision 367)
+++ core/pom.xml	(working copy)
@@ -23,7 +23,8 @@
     <parent>
         <groupId>org.dbpedia.spotlight</groupId>
         <artifactId>spotlight</artifactId>
-        <version>${dbpedia.spotlight.version}</version>
+        <version>0.6</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>core</artifactId>
Index: pom.xml
===================================================================
--- pom.xml	(revision 367)
+++ pom.xml	(working copy)
@@ -36,7 +36,7 @@
 
     <groupId>org.dbpedia.spotlight</groupId>
     <artifactId>spotlight</artifactId>
-    <version>${dbpedia.spotlight.version}</version>
+    <version>0.6</version>
     <packaging>pom</packaging>
     <name>DBpedia Spotlight annotation framework (parent POM)</name>
 
Index: rest/pom.xml
===================================================================
--- rest/pom.xml	(revision 367)
+++ rest/pom.xml	(working copy)
@@ -23,7 +23,8 @@
     <parent>
         <groupId>org.dbpedia.spotlight</groupId>
         <artifactId>spotlight</artifactId>
-        <version>${dbpedia.spotlight.version}</version>
+        <version>0.6</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>rest</artifactId>
