Using release clerezza 6 parent
diff --git a/api/pom.xml b/api/pom.xml
index 494ca87..818bd98 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5</version>
+        <version>6</version>
         <relativePath />
      </parent>
 
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index 045465c..4d639a0 100644
--- a/impl.sparql/pom.xml
+++ b/impl.sparql/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>org.apache.clerezza.commons-rdf</groupId>
     <artifactId>commons-rdf-impl-sparql</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>6</version>
     <packaging>bundle</packaging>
     <name>Clerezza Commons RDF SPARQL backed implementation.</name>
     <description>An implementation of the rdf commons API backed by a sparql 
diff --git a/impl.utils/pom.xml b/impl.utils/pom.xml
index 0f95d02..ef1db0f 100644
--- a/impl.utils/pom.xml
+++ b/impl.utils/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5</version>
+        <version>6</version>
         <relativePath />
     </parent>
 
diff --git a/pom.xml b/pom.xml
index dd85455..89289fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5</version>
+        <version>6</version>
         <relativePath />
      </parent>