CLEREZZA-1056: Use release version of Apache Clerezza artifacts in representation, sparql and test.utils
diff --git a/representation/pom.xml b/representation/pom.xml
index 00d02db..410da4a 100644
--- a/representation/pom.xml
+++ b/representation/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/sparql/pom.xml b/sparql/pom.xml
index e5e404f..e6953e2 100644
--- a/sparql/pom.xml
+++ b/sparql/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/test.utils/pom.xml b/test.utils/pom.xml
index 99ba867..0d92615 100644
--- a/test.utils/pom.xml
+++ b/test.utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -41,12 +41,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>