You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2019/05/11 18:46:05 UTC

[clerezza] branch reunited updated: CLEREZZA-1040: Update versions

This is an automated email from the ASF dual-hosted git repository.

hasan pushed a commit to branch reunited
in repository https://gitbox.apache.org/repos/asf/clerezza.git


The following commit(s) were added to refs/heads/reunited by this push:
     new 8004a43  CLEREZZA-1040: Update versions
8004a43 is described below

commit 8004a43bad091a9e13b99508aa6cc452b289b3d9
Author: Hasan <ha...@apache.org>
AuthorDate: Sat May 11 20:45:29 2019 +0200

    CLEREZZA-1040: Update versions
---
 api.impl/pom.xml            | 43 +++++++++++-----------------
 api.utils/pom.xml           | 20 ++++++-------
 api/pom.xml                 | 21 ++++----------
 dataset/pom.xml             | 24 ++++++++--------
 jaxrs.rdf.providers/pom.xml | 18 ++++++------
 ontologies/pom.xml          | 12 ++++----
 parent/pom.xml              | 69 ++++++++++++++++++++++-----------------------
 pom.xml                     | 55 ++++++++++++++++++++----------------
 representation/pom.xml      | 18 ++++++------
 sparql/pom.xml              | 47 +++++++++++++++---------------
 test.utils/pom.xml          | 19 ++++++-------
 11 files changed, 164 insertions(+), 182 deletions(-)

diff --git a/api.impl/pom.xml b/api.impl/pom.xml
index 326b7e4..9034432 100644
--- a/api.impl/pom.xml
+++ b/api.impl/pom.xml
@@ -19,32 +19,34 @@
 <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">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>8-SNAPSHOT</version>
+        <artifactId>clerezza</artifactId>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api.impl</artifactId>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
     <name>Clerezza - API Implementation</name>
     <description>
         This module implements Apache Clerezza API
     </description>
 
-    <issueManagement>
-        <system>jira</system>
-        <url>http://issues.apache.org/jira/browse/CLEREZZA</url>
-    </issueManagement>
-
-    <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf/clerezza.git</url>
-        <tag>HEAD</tag>
-    </scm>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.clerezza</groupId>
+            <artifactId>api</artifactId>
+            <version>2.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
 
     <build>
         <plugins>
@@ -60,17 +62,4 @@
             </plugin>
         </plugins>
     </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>api</artifactId>
-            <version>8-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
 </project>
diff --git a/api.utils/pom.xml b/api.utils/pom.xml
index 1b31090..5cc4235 100644
--- a/api.utils/pom.xml
+++ b/api.utils/pom.xml
@@ -19,17 +19,17 @@
 <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">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>8-SNAPSHOT</version>
+        <artifactId>clerezza</artifactId>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api.utils</artifactId>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
-    <version>8-SNAPSHOT</version>
     <name>Clerezza - API Utilities</name>
     <description>Utility classes to work with Clerezza API</description>
 
@@ -42,32 +42,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api.impl</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>representation</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>dataset</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>ontologies</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>test.utils</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/api/pom.xml b/api/pom.xml
index 8fbc4ac..95d1f40 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -19,15 +19,16 @@
 <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">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>8-SNAPSHOT</version>
+        <artifactId>clerezza</artifactId>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <artifactId>api</artifactId>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
     <name>Clerezza - API</name>
     <description>
@@ -35,18 +36,6 @@
         http://www.w3.org/TR/rdf11-concepts/
     </description>
 
-    <issueManagement>
-        <system>jira</system>
-        <url>http://issues.apache.org/jira/browse/CLEREZZA</url>
-    </issueManagement>
-
-    <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf/clerezza.git</url>
-        <tag>HEAD</tag>
-    </scm>
-
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -63,7 +52,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.clerezza.api.*</Export-Package>
+                        <Export-Package>${project.groupId}.${project.artifactId}.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>
diff --git a/dataset/pom.xml b/dataset/pom.xml
index 2042366..b3492d9 100644
--- a/dataset/pom.xml
+++ b/dataset/pom.xml
@@ -16,21 +16,20 @@
   either  express  or implied.  See  the License  for  the  specific
   language governing permissions and limitations under  the License.
 -->
-
-<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/maven-v4_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">
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
-        <relativePath/>
+        <version>8</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>dataset</artifactId>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
-    <version>8-SNAPSHOT</version>
     <name>Clerezza - DataSet</name>
     <description>Interfaces and utilities to access RDF Graphs</description>
 
@@ -38,22 +37,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api.impl</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>sparql</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>test.utils</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -84,6 +83,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>
@@ -92,7 +92,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.clerezza.dataset.*, org.apache.clerezza.simple.storage.*</Export-Package>
+                        <Export-Package>${project.groupId}.${project.artifactId}.*, org.apache.clerezza.simple.storage.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>
diff --git a/jaxrs.rdf.providers/pom.xml b/jaxrs.rdf.providers/pom.xml
index 4156840..f0916e7 100644
--- a/jaxrs.rdf.providers/pom.xml
+++ b/jaxrs.rdf.providers/pom.xml
@@ -19,39 +19,39 @@
 <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">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>8-SNAPSHOT</version>
+        <artifactId>clerezza</artifactId>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <artifactId>jaxrs.rdf.providers</artifactId>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
-    <version>8-SNAPSHOT</version>
     <name>Clerezza - JAX-RS MessageBodyProviders for RDF</name>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api.impl</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>representation</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api.utils</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>
@@ -76,4 +76,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/ontologies/pom.xml b/ontologies/pom.xml
index a936230..2d60b9e 100644
--- a/ontologies/pom.xml
+++ b/ontologies/pom.xml
@@ -19,17 +19,17 @@
 <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">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>8-SNAPSHOT</version>
+        <artifactId>clerezza</artifactId>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <artifactId>ontologies</artifactId>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
-    <version>8-SNAPSHOT</version>
     <name>Clerezza - Ontologies</name>
     <description>Ontology classes</description>
 
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
     </dependencies>
 
@@ -49,7 +49,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.clerezza.ontologies.*</Export-Package>
+                        <Export-Package>${project.groupId}.${project.artifactId}.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2607b41..12bb040 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1,37 +1,37 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor  license  agreements.  See the NOTICE file distributed
+  with this work  for  additional  information  regarding  copyright
+  ownership.  The ASF  licenses  this file to you under  the  Apache
+  License, Version 2.0 (the "License"); you may not  use  this  file
+  except in compliance with the License.  You may obtain  a copy  of
+  the License at
 
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0
 
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
-
---><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/maven-v4_0_0.xsd">
+  Unless  required  by  applicable law  or  agreed  to  in  writing,
+  software  distributed  under  the  License  is  distributed  on an
+  "AS IS"  BASIS,  WITHOUT  WARRANTIES  OR  CONDITIONS  OF ANY KIND,
+  either  express  or implied.  See  the License  for  the  specific
+  language governing permissions and limitations under  the License.
+-->
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>17</version>
-        <relativePath />
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>clerezza</artifactId>
     <packaging>pom</packaging>
-    <name>Clerezza - Parent for all</name>
-    <url>http://clerezza.apache.org/mvn-site/</url>
-    <version>8-SNAPSHOT</version>
-    <description>The direct or indirect parent of all Clerezza Artifacts</description>
+    <name>Clerezza - Parent</name>
+    <url>https://mvnrepository.com/artifact/org.apache.clerezza</url>
+    <version>8</version>
+    <description>The direct or indirect parent of all Clerezza artifacts</description>
     <properties>
         <sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
         <stanbol.version>0.12.0</stanbol.version>
@@ -560,39 +560,38 @@
     <distributionManagement>
         <!-- where to deploy the web site -->
         <!-- <site>
-            <id>people.apache.org</id>
-            <url>scp://people.apache.org/www/incubator.apache.org/content/clerezza/mvn-site/</url>
+            <id></id>
+            <url></url>
         </site> -->
 
         <!-- where to deploy the artifacts -->
         <repository>
             <id>apache.releases.https</id>
             <name>Apache Release Distribution Repository</name>
-            <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+            <url>https://repository.apache.org/content/repositories/releases/</url>
         </repository>
         <snapshotRepository>
             <id>apache.snapshots.https</id>
             <name>Apache Development Snapshot Repository</name>
-            <url>https://repository.apache.org/content/repositories/snapshots</url>
+            <url>https://repository.apache.org/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
 
-    <!-- jira -->
     <issueManagement>
         <system>Jira</system>
-        <url>https://issues.apache.org/jira/browse/CLEREZZA</url>
+        <url>https://issues.apache.org/jira/projects/CLEREZZA</url>
     </issueManagement>
+
     <ciManagement>
         <system>Jenkins</system>
-        <url>https://builds.apache.org/job/clerezza-trunk-1.6/</url>
+        <url>https://builds.apache.org/job/clerezza/</url>
     </ciManagement>
 
-
     <scm>
-        <url>http://git.apache.org/clerezza.git/</url>
-        <connection>scm:git:git://git.apache.org/clerezza.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection>
-        <tag>reactor-0.3</tag>
+        <url>https://github.com/apache/clerezza</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
+        <tag>HEAD</tag>
     </scm>
 
     <!-- lets generate reports -->
diff --git a/pom.xml b/pom.xml
index febb632..4ba15b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,44 +1,52 @@
-<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/maven-v4_0_0.xsd">
-    <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor  license  agreements.  See the NOTICE file distributed
+  with this work  for  additional  information  regarding  copyright
+  ownership.  The ASF  licenses  this file to you under  the  Apache
+  License, Version 2.0 (the "License"); you may not  use  this  file
+  except in compliance with the License.  You may obtain  a copy  of
+  the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless  required  by  applicable law  or  agreed  to  in  writing,
+  software  distributed  under  the  License  is  distributed  on an
+  "AS IS"  BASIS,  WITHOUT  WARRANTIES  OR  CONDITIONS  OF ANY KIND,
+  either  express  or implied.  See  the License  for  the  specific
+  language governing permissions and limitations under  the License.
+-->
+<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">
+<!--
+         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          !!!!!!                               !!!!!!
-         !!!!!!   This pom is only provided   !!!!!!
+         !!!!!!   This pom is provided only   !!!!!!
          !!!!!!   for build convenience and   !!!!!!
          !!!!!!   should not be released      !!!!!!
          !!!!!!                               !!!!!!
-         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+-->
     <modelVersion>4.0.0</modelVersion>
-    
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
-        <relativePath />
+        <version>8</version>
+        <relativePath>parent/pom.xml</relativePath>
      </parent>
 
     <artifactId>clerezza-reactor</artifactId>
+    <version>2.0.0</version>
     <packaging>pom</packaging>
-    <version>8-SNAPSHOT</version>
     <name>Clerezza - Reactor</name>
     <description>
         Apache Clerezza provides an API modelling RDF data as defined by 
         http://www.w3.org/TR/rdf11-concepts/
     </description>
-    
+
     <url>http://clerezza.apache.org/</url>
-    
-    <issueManagement>
-        <system>jira</system>
-        <url>http://issues.apache.org/jira/browse/CLEREZZA</url>
-    </issueManagement>
-    
     <inceptionYear>2015</inceptionYear>
-    <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf/clerezza.git</url>
-      <tag>HEAD</tag>
-  </scm>
 
     <modules>
         <module>parent</module>
@@ -52,6 +60,7 @@
         <module>api.utils</module>
         <module>jaxrs.rdf.providers</module>
     </modules>
+
     <profiles>
         <profile>
             <id>rat</id>
@@ -109,7 +118,5 @@
                 </plugins>
             </build>
         </profile>
-        
     </profiles>
-    
 </project>
diff --git a/representation/pom.xml b/representation/pom.xml
index 342cde5..e5e80c3 100644
--- a/representation/pom.xml
+++ b/representation/pom.xml
@@ -16,21 +16,20 @@
   either  express  or implied.  See  the License  for  the  specific
   language governing permissions and limitations under  the License.
 -->
-
 <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">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>8-SNAPSHOT</version>
+        <artifactId>clerezza</artifactId>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <artifactId>representation</artifactId>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
-    <version>8-SNAPSHOT</version>
     <name>Clerezza - Representation</name>
     <description>This bundle provides for functionality to parse and serialize RDF Graphs</description>
 
@@ -38,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api.impl</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -72,6 +71,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>
@@ -80,7 +80,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.clerezza.representation.*</Export-Package>
+                        <Export-Package>${project.groupId}.${project.artifactId}.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>
@@ -98,4 +98,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/sparql/pom.xml b/sparql/pom.xml
index 4b93faa..100b82d 100644
--- a/sparql/pom.xml
+++ b/sparql/pom.xml
@@ -1,37 +1,35 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor  license  agreements.  See the NOTICE file distributed
+  with this work  for  additional  information  regarding  copyright
+  ownership.  The ASF  licenses  this file to you under  the  Apache
+  License, Version 2.0 (the "License"); you may not  use  this  file
+  except in compliance with the License.  You may obtain  a copy  of
+  the License at
 
-   Licensed to  the Apache Software Foundation (ASF)  under  one  or  more
-   contributor license agreements.  See the NOTICE file  distributed  with
-   this work for  additional information  regarding  copyright  ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not  use  this file  except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by  applicable law  or  agreed to in writing,  software
-   distributed  under  the  License  is  distributed on  an "AS IS"  BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the  License for the specific  language  governing  permissions and
-   limitations under the License.
+    http://www.apache.org/licenses/LICENSE-2.0
 
+  Unless  required  by  applicable law  or  agreed  to  in  writing,
+  software  distributed  under  the  License  is  distributed  on an
+  "AS IS"  BASIS,  WITHOUT  WARRANTIES  OR  CONDITIONS  OF ANY KIND,
+  either  express  or implied.  See  the License  for  the  specific
+  language governing permissions and limitations under  the License.
 -->
-
-<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/maven-v4_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">
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
-        <relativePath/>
+        <version>8</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>sparql</artifactId>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
-    <version>8-SNAPSHOT</version>
     <name>Clerezza - SPARQL</name>
     <description>Model SPARQL query and update</description>
 
@@ -39,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api.impl</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -73,6 +71,7 @@
             <version>1.2.8</version>
         </dependency>
     </dependencies>
+
     <build>
         <plugins>
             <plugin>
@@ -112,7 +111,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.clerezza.sparql.*</Export-Package>
+                        <Export-Package>${project.groupId}.${project.artifactId}.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>
diff --git a/test.utils/pom.xml b/test.utils/pom.xml
index f7c4bc5..900cc08 100644
--- a/test.utils/pom.xml
+++ b/test.utils/pom.xml
@@ -16,21 +16,20 @@
   either  express  or implied.  See  the License  for  the  specific
   language governing permissions and limitations under  the License.
 -->
-
-<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/maven-v4_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">
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
-        <relativePath/>
+        <version>8</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>test.utils</artifactId>
+    <version>2.0.0</version>
     <packaging>jar</packaging>
-    <version>8-SNAPSHOT</version>
     <name>Clerezza - API Test Utilities</name>
     <description>Utilities to test Clerezza API implementations</description>
 
@@ -42,16 +41,16 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api.impl</artifactId>
-            <version>8-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>