[maven-release-plugin] prepare release reactor-0.3
diff --git a/bundledevtool/pom.xml b/bundledevtool/pom.xml
index 2f8e368..fdfeb4e 100644
--- a/bundledevtool/pom.xml
+++ b/bundledevtool/pom.xml
@@ -24,18 +24,18 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
      </parent>
     <artifactId>bundledevtool</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Bundle Development Tools</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza.scala</groupId>
             <artifactId>script-engine</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
@@ -60,12 +60,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>shell</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/clerezza-jar-resource-bundle/pom.xml b/clerezza-jar-resource-bundle/pom.xml
index 1a13a94..ca667ee 100644
--- a/clerezza-jar-resource-bundle/pom.xml
+++ b/clerezza-jar-resource-bundle/pom.xml
@@ -20,11 +20,11 @@
   <parent>
       <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
       </parent>  
   <artifactId>clerezza-jar-resource-bundle</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>2</version>
   <name>Clerezza Jar shared resources</name>
   <description>An archive which contains templates for generating 
     the necessary license files and notices for all Apache releases.
diff --git a/ext.com.ibm.icu/pom.xml b/ext.com.ibm.icu/pom.xml
index 88da52f..bc08c0d 100644
--- a/ext.com.ibm.icu/pom.xml
+++ b/ext.com.ibm.icu/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>com.ibm.icu</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <packaging>bundle</packaging>
     <name>Clerezza Ext - ICU4J Bundle</name>
 
diff --git a/ext.org.json.simple/pom.xml b/ext.org.json.simple/pom.xml
index a0e0ef7..fb0ec19 100644
--- a/ext.org.json.simple/pom.xml
+++ b/ext.org.json.simple/pom.xml
@@ -24,12 +24,12 @@
       <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
           <relativePath>../parent</relativePath>
     </parent>      <groupId>org.apache.clerezza.ext</groupId>
       <artifactId>org.json.simple</artifactId>
       <name>Clerezza Ext - Json.simple OSGi Bundle</name>
-      <version>0.4-SNAPSHOT</version>
+      <version>0.4</version>
       <packaging>bundle</packaging>
     <description>json.simple parses and serializes json</description>
       <dependencies>
diff --git a/ext.virtuoso.jdbc/pom.xml b/ext.virtuoso.jdbc/pom.xml
index 1bf0bd1..203e364 100644
--- a/ext.virtuoso.jdbc/pom.xml
+++ b/ext.virtuoso.jdbc/pom.xml
@@ -17,19 +17,18 @@
  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/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.5-SNAPSHOT</version>
+		<version>0.5</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<artifactId>ext.virtuoso.jdbc</artifactId>
 	<name>Clerezza Ext - Virtuoso JDBC OSGi Bundle</name>
 	<description>Virtuoso JDBC</description>
-		<version>0.3-SNAPSHOT</version>
+		<version>0.3</version>
 	<repositories>
 		<repository>
 			<releases>
@@ -100,7 +99,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore />
 									</action>
 								</pluginExecution>
 							</pluginExecutions>
diff --git a/ext/bundles-pom/pom.xml b/ext/bundles-pom/pom.xml
index 5270a04..3aa0879 100644
--- a/ext/bundles-pom/pom.xml
+++ b/ext/bundles-pom/pom.xml
@@ -1,243 +1,243 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

-        <groupId>org.apache.clerezza</groupId>

-        <artifactId>clerezza</artifactId>

-        <version>0.5-SNAPSHOT</version>

-        <relativePath>../../parent</relativePath>

-    </parent>

-

-    <groupId>org.apache.clerezza.ext</groupId>

-    <artifactId>bundles-pom</artifactId>

-    <packaging>pom</packaging>

-    <version>0.1-SNAPSHOT</version>

-    <name>Apache clerezza :: Ext Bundles :: Parent</name>

-

-    <properties>

-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-        <clerezza.osgi.export>${clerezza.osgi.export.pkg}*;version=${pkgVersion};-split-package:=merge-first

-        </clerezza.osgi.export>

-        <clerezza.osgi.export.pkg />

-        <clerezza.osgi.import.pkg />

-        <clerezza.osgi.private.pkg />

-        <clerezza.osgi.dynamicimport.pkg />

-        <clerezza.osgi.failok>false</clerezza.osgi.failok>

-        <clerezza.osgi.embed.dependency />

-        <clerezza.osgi.fragment.host />

-    </properties>

-

-    <build>

-        <defaultGoal>install</defaultGoal>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/*</include>

-                </includes>

-            </resource>

-        </resources>

-

-        <pluginManagement>

-            <plugins>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-release-plugin</artifactId>

-                    <version>2.2.1</version>

-                    <configuration>

-                        <useReleaseProfile>false</useReleaseProfile>

-                        <preparationGoals>clean install</preparationGoals>

-                        <goals>deploy</goals>

-                        <arguments>-Prelease</arguments>

-                        <autoVersionSubmodules>true</autoVersionSubmodules>

-                        <remoteTagging>false</remoteTagging>

-                        <!-- avoid remote tagging as it requires an <scm /> section for every bundle -->

-                    </configuration>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-surefire-plugin</artifactId>

-                    <version>2.9</version>

-                    <configuration>

-                        <skip>true</skip>

-                    </configuration>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-shade-plugin</artifactId>

-                    <version>1.4</version>

-                    <executions>

-                        <execution>

-                            <id>sources</id>

-                            <phase>package</phase>

-                            <goals>

-                                <goal>shade</goal>

-                            </goals>

-                            <configuration>

-                                <artifactSet>

-                                    <includes>

-                                        <include>*:*:*:sources</include>

-                                        <include>${project.groupId}:${project.artifactId}:*:sources</include>

-                                    </includes>

-                                </artifactSet>

-                                <filters>

-                                    <filter>

-                                        <artifact>*:*</artifact>

-                                        <excludes>

-                                            <exclude>**/*.class</exclude>

-                                        </excludes>

-                                    </filter>

-                                </filters>

-                                <transformers>

-                                    <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">

-                                        <manifestEntries>

-                                            <Bundle-SymbolicName>${project.artifactId}.source</Bundle-SymbolicName>

-                                            <Eclipse-SourceBundle>${project.artifactId};version="${project.version}"</Eclipse-SourceBundle>

-                                        </manifestEntries>

-                                    </transformer>

-                                </transformers>

-                                <promoteTransitiveDependencies>false</promoteTransitiveDependencies>

-                                <shadedArtifactAttached>true</shadedArtifactAttached>

-                                <shadedClassifierName>sources</shadedClassifierName>

-                            </configuration>

-                        </execution>

-                    </executions>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-source-plugin</artifactId>

-                    <version>2.1.2</version>

-                    <executions>

-                        <execution>

-                            <phase>generate-sources</phase>

-                            <goals>

-                                <goal>jar</goal>

-                            </goals>

-                            <configuration>

-                                <includePom>true</includePom>

-                            </configuration>

-                        </execution>

-                    </executions>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-antrun-plugin</artifactId>

-                    <version>1.7</version>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-jarsigner-plugin</artifactId>

-                    <version>1.2</version>

-                </plugin>

-                <plugin>

-                    <groupId>org.apache.maven.plugins</groupId>

-                    <artifactId>maven-compiler-plugin</artifactId>

-                    <version>2.3.2</version>

-                    <configuration>

-                        <source>1.5</source>

-                        <target>1.5</target>

-                    </configuration>

-                </plugin>

-            </plugins>

-

-        </pluginManagement>

-

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <extensions>true</extensions>

-                <configuration>

-                    <instructions>

-                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>

-                        <Bundle-Description>${project.description}</Bundle-Description>

-                        <Export-Package>${clerezza.osgi.export}</Export-Package>

-                        <Import-Package>${clerezza.osgi.import.pkg}</Import-Package>

-                        <Private-Package>${clerezza.osgi.private.pkg}</Private-Package>

-                        <DynamicImport-Package>${clerezza.osgi.dynamicimport.pkg}</DynamicImport-Package>

-                        <Embed-Dependency>${clerezza.osgi.embed.dependency}</Embed-Dependency>

-                        <Bundle-NativeCode>${clerezza.osgi.native}</Bundle-NativeCode>

-                        <Bundle-Activator>${clerezza.osgi.activator}</Bundle-Activator>

-                        <Fragment-Host>${clerezza.osgi.fragment.host}</Fragment-Host>

-                        <_failok>${clerezza.osgi.failok}</_failok>

-                        <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>

-                        <_removeheaders>Ignore-Package,Include-Resource,Private-Package,Embed-Dependency

-                        </_removeheaders>

-                    </instructions>

-                    <unpackBundle>true</unpackBundle>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-remote-resources-plugin</artifactId>

-                <version>1.3</version>

-                <executions>

-                    <execution>

-                        <phase>generate-resources</phase>

-                        <goals>

-                            <goal>process</goal>

-                        </goals>

-                        <configuration>

-                            <resourceBundles>

-                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>

-                            </resourceBundles>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-        </plugins>

-    </build>

-

-    <profiles>

-        <profile>

-            <id>release</id>

-            <build>

-                <plugins>

-                    <!-- We want to deploy the artifact to a staging location for perusal -->

-                    <plugin>

-                        <inherited>true</inherited>

-                        <artifactId>maven-deploy-plugin</artifactId>

-                        <version>2.7</version>

-                        <configuration>

-                            <updateReleaseInfo>true</updateReleaseInfo>

-                        </configuration>

-                    </plugin>

-                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->

-                    <plugin>

-                        <artifactId>maven-gpg-plugin</artifactId>

-                        <version>1.4</version>

-                        <executions>

-                            <execution>

-                                <goals>

-                                    <goal>sign</goal>

-                                </goals>

-                            </execution>

-                        </executions>

-                    </plugin>

-                </plugins>

-            </build>

-        </profile>

-    </profiles>

-

+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.clerezza</groupId>
+        <artifactId>clerezza</artifactId>
+        <version>0.5</version>
+        <relativePath>../../parent</relativePath>
+    </parent>
+
+    <groupId>org.apache.clerezza.ext</groupId>
+    <artifactId>bundles-pom</artifactId>
+    <packaging>pom</packaging>
+    <version>0.1</version>
+    <name>Apache clerezza :: Ext Bundles :: Parent</name>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <clerezza.osgi.export>${clerezza.osgi.export.pkg}*;version=${pkgVersion};-split-package:=merge-first
+        </clerezza.osgi.export>
+        <clerezza.osgi.export.pkg />
+        <clerezza.osgi.import.pkg />
+        <clerezza.osgi.private.pkg />
+        <clerezza.osgi.dynamicimport.pkg />
+        <clerezza.osgi.failok>false</clerezza.osgi.failok>
+        <clerezza.osgi.embed.dependency />
+        <clerezza.osgi.fragment.host />
+    </properties>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>2.2.1</version>
+                    <configuration>
+                        <useReleaseProfile>false</useReleaseProfile>
+                        <preparationGoals>clean install</preparationGoals>
+                        <goals>deploy</goals>
+                        <arguments>-Prelease</arguments>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <remoteTagging>false</remoteTagging>
+                        <!-- avoid remote tagging as it requires an <scm /> section for every bundle -->
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.9</version>
+                    <configuration>
+                        <skip>true</skip>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-shade-plugin</artifactId>
+                    <version>1.4</version>
+                    <executions>
+                        <execution>
+                            <id>sources</id>
+                            <phase>package</phase>
+                            <goals>
+                                <goal>shade</goal>
+                            </goals>
+                            <configuration>
+                                <artifactSet>
+                                    <includes>
+                                        <include>*:*:*:sources</include>
+                                        <include>${project.groupId}:${project.artifactId}:*:sources</include>
+                                    </includes>
+                                </artifactSet>
+                                <filters>
+                                    <filter>
+                                        <artifact>*:*</artifact>
+                                        <excludes>
+                                            <exclude>**/*.class</exclude>
+                                        </excludes>
+                                    </filter>
+                                </filters>
+                                <transformers>
+                                    <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                                        <manifestEntries>
+                                            <Bundle-SymbolicName>${project.artifactId}.source</Bundle-SymbolicName>
+                                            <Eclipse-SourceBundle>${project.artifactId};version="${project.version}"</Eclipse-SourceBundle>
+                                        </manifestEntries>
+                                    </transformer>
+                                </transformers>
+                                <promoteTransitiveDependencies>false</promoteTransitiveDependencies>
+                                <shadedArtifactAttached>true</shadedArtifactAttached>
+                                <shadedClassifierName>sources</shadedClassifierName>
+                            </configuration>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>2.1.2</version>
+                    <executions>
+                        <execution>
+                            <phase>generate-sources</phase>
+                            <goals>
+                                <goal>jar</goal>
+                            </goals>
+                            <configuration>
+                                <includePom>true</includePom>
+                            </configuration>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-antrun-plugin</artifactId>
+                    <version>1.7</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jarsigner-plugin</artifactId>
+                    <version>1.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>2.3.2</version>
+                    <configuration>
+                        <source>1.5</source>
+                        <target>1.5</target>
+                    </configuration>
+                </plugin>
+            </plugins>
+
+        </pluginManagement>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Bundle-Description>${project.description}</Bundle-Description>
+                        <Export-Package>${clerezza.osgi.export}</Export-Package>
+                        <Import-Package>${clerezza.osgi.import.pkg}</Import-Package>
+                        <Private-Package>${clerezza.osgi.private.pkg}</Private-Package>
+                        <DynamicImport-Package>${clerezza.osgi.dynamicimport.pkg}</DynamicImport-Package>
+                        <Embed-Dependency>${clerezza.osgi.embed.dependency}</Embed-Dependency>
+                        <Bundle-NativeCode>${clerezza.osgi.native}</Bundle-NativeCode>
+                        <Bundle-Activator>${clerezza.osgi.activator}</Bundle-Activator>
+                        <Fragment-Host>${clerezza.osgi.fragment.host}</Fragment-Host>
+                        <_failok>${clerezza.osgi.failok}</_failok>
+                        <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
+                        <_removeheaders>Ignore-Package,Include-Resource,Private-Package,Embed-Dependency
+                        </_removeheaders>
+                    </instructions>
+                    <unpackBundle>true</unpackBundle>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-remote-resources-plugin</artifactId>
+                <version>1.3</version>
+                <executions>
+                    <execution>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>process</goal>
+                        </goals>
+                        <configuration>
+                            <resourceBundles>
+                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+                            </resourceBundles>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>release</id>
+            <build>
+                <plugins>
+                    <!-- We want to deploy the artifact to a staging location for perusal -->
+                    <plugin>
+                        <inherited>true</inherited>
+                        <artifactId>maven-deploy-plugin</artifactId>
+                        <version>2.7</version>
+                        <configuration>
+                            <updateReleaseInfo>true</updateReleaseInfo>
+                        </configuration>
+                    </plugin>
+                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
+                    <plugin>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>1.4</version>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
 </project>
\ No newline at end of file
diff --git a/ext/jena-arq/pom.xml b/ext/jena-arq/pom.xml
index ffbc3da..958fce1 100644
--- a/ext/jena-arq/pom.xml
+++ b/ext/jena-arq/pom.xml
@@ -1,119 +1,119 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

-        <groupId>org.apache.clerezza.ext</groupId>

-        <artifactId>bundles-pom</artifactId>

-        <version>0.1-SNAPSHOT</version>

-        <relativePath>../bundles-pom/pom.xml</relativePath>

-    </parent>

-

-    <groupId>org.apache.clerezza.ext</groupId>

-    <artifactId>org.apache.jena.jena-arq</artifactId>

-    <packaging>bundle</packaging>

-    <version>2.11.1_1-SNAPSHOT</version>

-    <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>

-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>

-

-    <properties>

-        <pkgGroupId>org.apache.jena</pkgGroupId>

-        <pkgArtifactId>jena-arq</pkgArtifactId>

-        <pkgVersion>2.11.1</pkgVersion>

-        <clerezza.osgi.export.pkg>

-            com.hp.hpl.jena.query;version=${pkgVersion};-split-package:=merge-first,

-            com.hp.hpl.jena.sparql.*;version=${pkgVersion};-split-package:=merge-first,

-            com.hp.hpl.jena.update;version=${pkgVersion};-split-package:=merge-first,

-            org.apache.jena.atlas.*;version=${pkgVersion};-split-package:=merge-first,

-            org.apache.jena.riot.*;version=${pkgVersion};-split-package:=merge-first,

-            org.apache.jena.web;version=${pkgVersion};-split-package:=merge-first,

-            org.openjena.riot;version=${pkgVersion};-split-package:=merge-first,

-            arq.*;version=${pkgVersion};-split-package:=merge-first,

-            riotcmd

-        </clerezza.osgi.export.pkg>

-        <clerezza.osgi.import.pkg>

-            *

-        </clerezza.osgi.import.pkg>

-    </properties>

-

-    <dependencies>

-        <dependency>

-            <groupId>${pkgGroupId}</groupId>

-            <artifactId>${pkgArtifactId}</artifactId>

-            <version>${pkgVersion}</version>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- sources -->

-        <dependency>

-            <groupId>${pkgGroupId}</groupId>

-            <artifactId>${pkgArtifactId}</artifactId>

-            <version>${pkgVersion}</version>

-            <classifier>sources</classifier>

-            <optional>true</optional>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <inherited>true</inherited>

-                <configuration>

-                    <instructions>

-                        <Embed-Transitive>true</Embed-Transitive>

-                    </instructions>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-shade-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <phase>package</phase>

-                        <goals>

-                            <goal>shade</goal>

-                        </goals>

-                        <configuration>

-                            <artifactSet>

-                                <includes>

-                                    <include>${pkgGroupId}:${pkgArtifactId}</include>

-                                </includes>

-                            </artifactSet>

-                            <filters>

-                                <filter>

-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>

-                                    <excludes>

-                                        <exclude>**</exclude>

-                                    </excludes>

-                                </filter>

-                            </filters>

-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>

-                            <createDependencyReducedPom>true</createDependencyReducedPom>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-        </plugins>

-    </build>

+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.clerezza.ext</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>0.1</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.clerezza.ext</groupId>
+    <artifactId>org.apache.jena.jena-arq</artifactId>
+    <packaging>bundle</packaging>
+    <version>2.11.1_1</version>
+    <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <properties>
+        <pkgGroupId>org.apache.jena</pkgGroupId>
+        <pkgArtifactId>jena-arq</pkgArtifactId>
+        <pkgVersion>2.11.1</pkgVersion>
+        <clerezza.osgi.export.pkg>
+            com.hp.hpl.jena.query;version=${pkgVersion};-split-package:=merge-first,
+            com.hp.hpl.jena.sparql.*;version=${pkgVersion};-split-package:=merge-first,
+            com.hp.hpl.jena.update;version=${pkgVersion};-split-package:=merge-first,
+            org.apache.jena.atlas.*;version=${pkgVersion};-split-package:=merge-first,
+            org.apache.jena.riot.*;version=${pkgVersion};-split-package:=merge-first,
+            org.apache.jena.web;version=${pkgVersion};-split-package:=merge-first,
+            org.openjena.riot;version=${pkgVersion};-split-package:=merge-first,
+            arq.*;version=${pkgVersion};-split-package:=merge-first,
+            riotcmd
+        </clerezza.osgi.export.pkg>
+        <clerezza.osgi.import.pkg>
+            *
+        </clerezza.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <instructions>
+                        <Embed-Transitive>true</Embed-Transitive>
+                    </instructions>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file
diff --git a/ext/jena-core/pom.xml b/ext/jena-core/pom.xml
index 81a484c..34b4870 100644
--- a/ext/jena-core/pom.xml
+++ b/ext/jena-core/pom.xml
@@ -1,118 +1,118 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

-        <groupId>org.apache.clerezza.ext</groupId>

-        <artifactId>bundles-pom</artifactId>

-        <version>0.1-SNAPSHOT</version>

-        <relativePath>../bundles-pom/pom.xml</relativePath>

-    </parent>

-

-    <groupId>org.apache.clerezza.ext</groupId>

-    <artifactId>org.apache.jena.jena-core</artifactId>

-    <packaging>bundle</packaging>

-    <version>2.11.1_1-SNAPSHOT</version>

-    <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>

-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>

-

-    <properties>

-        <pkgGroupId>org.apache.jena</pkgGroupId>

-        <pkgArtifactId>jena-core</pkgArtifactId>

-        <pkgVersion>2.11.1</pkgVersion>

-        <clerezza.osgi.export.pkg>

-            com.hp.hpl.jena.*;version=${pkgVersion};-split-package:=merge-first,

-            jena.*;version=${pkgVersion};-split-package:=merge-first

-        </clerezza.osgi.export.pkg>

-        <clerezza.osgi.dynamicimport.pkg>

-            org.apache.jena.riot,

-            org.apache.jena.riot.adapters,

-            com.hp.hpl.jena.grddl.GRDDLReader

-        </clerezza.osgi.dynamicimport.pkg>

-        <clerezza.osgi.import.pkg>

-            org.apache.jena.iri,

-            *

-        </clerezza.osgi.import.pkg>

-    </properties>

-

-    <dependencies>

-        <dependency>

-            <groupId>${pkgGroupId}</groupId>

-            <artifactId>${pkgArtifactId}</artifactId>

-            <version>${pkgVersion}</version>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- sources -->

-        <dependency>

-            <groupId>${pkgGroupId}</groupId>

-            <artifactId>${pkgArtifactId}</artifactId>

-            <version>${pkgVersion}</version>

-            <classifier>sources</classifier>

-            <optional>true</optional>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <inherited>true</inherited>

-                <configuration>

-                    <instructions>

-                        <Embed-Transitive>true</Embed-Transitive>

-                    </instructions>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-shade-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <phase>package</phase>

-                        <goals>

-                            <goal>shade</goal>

-                        </goals>

-                        <configuration>

-                            <artifactSet>

-                                <includes>

-                                    <include>${pkgGroupId}:${pkgArtifactId}</include>

-                                </includes>

-                            </artifactSet>

-                            <filters>

-                                <filter>

-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>

-                                    <excludes>

-                                        <exclude>**</exclude>

-                                    </excludes>

-                                </filter>

-                            </filters>

-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>

-                            <createDependencyReducedPom>true</createDependencyReducedPom>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-        </plugins>

-    </build>

+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.clerezza.ext</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>0.1</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.clerezza.ext</groupId>
+    <artifactId>org.apache.jena.jena-core</artifactId>
+    <packaging>bundle</packaging>
+    <version>2.11.1_1</version>
+    <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <properties>
+        <pkgGroupId>org.apache.jena</pkgGroupId>
+        <pkgArtifactId>jena-core</pkgArtifactId>
+        <pkgVersion>2.11.1</pkgVersion>
+        <clerezza.osgi.export.pkg>
+            com.hp.hpl.jena.*;version=${pkgVersion};-split-package:=merge-first,
+            jena.*;version=${pkgVersion};-split-package:=merge-first
+        </clerezza.osgi.export.pkg>
+        <clerezza.osgi.dynamicimport.pkg>
+            org.apache.jena.riot,
+            org.apache.jena.riot.adapters,
+            com.hp.hpl.jena.grddl.GRDDLReader
+        </clerezza.osgi.dynamicimport.pkg>
+        <clerezza.osgi.import.pkg>
+            org.apache.jena.iri,
+            *
+        </clerezza.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <instructions>
+                        <Embed-Transitive>true</Embed-Transitive>
+                    </instructions>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file
diff --git a/ext/jena-iri/pom.xml b/ext/jena-iri/pom.xml
index 23d1c65..ebdd163 100644
--- a/ext/jena-iri/pom.xml
+++ b/ext/jena-iri/pom.xml
@@ -1,111 +1,111 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

-        <groupId>org.apache.clerezza.ext</groupId>

-        <artifactId>bundles-pom</artifactId>

-        <version>0.1-SNAPSHOT</version>

-        <relativePath>../bundles-pom/pom.xml</relativePath>

-    </parent>

-

-    <groupId>org.apache.clerezza.ext</groupId>

-    <artifactId>org.apache.jena.jena-iri</artifactId>

-    <packaging>bundle</packaging>

-    <version>1.0.1_1-SNAPSHOT</version>

-    <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>

-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>

-

-    <properties>

-        <pkgGroupId>org.apache.jena</pkgGroupId>

-        <pkgArtifactId>jena-iri</pkgArtifactId>

-        <pkgVersion>1.0.1</pkgVersion>

-        <clerezza.osgi.export.pkg>

-            org.apache.jena.iri

-        </clerezza.osgi.export.pkg>

-        <clerezza.osgi.import.pkg>

-            *

-        </clerezza.osgi.import.pkg>

-    </properties>

-

-    <dependencies>

-        <dependency>

-            <groupId>${pkgGroupId}</groupId>

-            <artifactId>${pkgArtifactId}</artifactId>

-            <version>${pkgVersion}</version>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- sources -->

-        <dependency>

-            <groupId>${pkgGroupId}</groupId>

-            <artifactId>${pkgArtifactId}</artifactId>

-            <version>${pkgVersion}</version>

-            <classifier>sources</classifier>

-            <optional>true</optional>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <inherited>true</inherited>

-                <configuration>

-                    <instructions>

-                        <Embed-Transitive>true</Embed-Transitive>

-                    </instructions>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-shade-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <phase>package</phase>

-                        <goals>

-                            <goal>shade</goal>

-                        </goals>

-                        <configuration>

-                            <artifactSet>

-                                <includes>

-                                    <include>${pkgGroupId}:${pkgArtifactId}</include>

-                                </includes>

-                            </artifactSet>

-                            <filters>

-                                <filter>

-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>

-                                    <excludes>

-                                        <exclude>**</exclude>

-                                    </excludes>

-                                </filter>

-                            </filters>

-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>

-                            <createDependencyReducedPom>true</createDependencyReducedPom>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-        </plugins>

-    </build>

+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.clerezza.ext</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>0.1</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.clerezza.ext</groupId>
+    <artifactId>org.apache.jena.jena-iri</artifactId>
+    <packaging>bundle</packaging>
+    <version>1.0.1_1</version>
+    <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <properties>
+        <pkgGroupId>org.apache.jena</pkgGroupId>
+        <pkgArtifactId>jena-iri</pkgArtifactId>
+        <pkgVersion>1.0.1</pkgVersion>
+        <clerezza.osgi.export.pkg>
+            org.apache.jena.iri
+        </clerezza.osgi.export.pkg>
+        <clerezza.osgi.import.pkg>
+            *
+        </clerezza.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <instructions>
+                        <Embed-Transitive>true</Embed-Transitive>
+                    </instructions>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file
diff --git a/ext/jena-tdb/pom.xml b/ext/jena-tdb/pom.xml
index 18748cf..3350788 100644
--- a/ext/jena-tdb/pom.xml
+++ b/ext/jena-tdb/pom.xml
@@ -1,113 +1,113 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

-        <groupId>org.apache.clerezza.ext</groupId>

-        <artifactId>bundles-pom</artifactId>

-        <version>0.1-SNAPSHOT</version>

-        <relativePath>../bundles-pom/pom.xml</relativePath>

-    </parent>

-

-    <groupId>org.apache.clerezza.ext</groupId>

-    <artifactId>org.apache.jena.jena-tdb</artifactId>

-    <packaging>bundle</packaging>

-    <version>1.0.1_1-SNAPSHOT</version>

-    <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>

-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>

-

-    <properties>

-        <pkgGroupId>org.apache.jena</pkgGroupId>

-        <pkgArtifactId>jena-tdb</pkgArtifactId>

-        <pkgVersion>1.0.1</pkgVersion>

-        <clerezza.osgi.export.pkg>

-            com.hp.hpl.jena.tdb.*;version=${pkgVersion};-split-package:=merge-first,

-            org.apache.jena.tdb.*;version=${pkgVersion};-split-package:=merge-first,

-            tdb.*;version=${pkgVersion};-split-package:=merge-first

-        </clerezza.osgi.export.pkg>

-        <clerezza.osgi.import.pkg>

-            *

-        </clerezza.osgi.import.pkg>

-    </properties>

-

-    <dependencies>

-        <dependency>

-            <groupId>${pkgGroupId}</groupId>

-            <artifactId>${pkgArtifactId}</artifactId>

-            <version>${pkgVersion}</version>

-            <optional>true</optional>

-        </dependency>

-

-        <!-- sources -->

-        <dependency>

-            <groupId>${pkgGroupId}</groupId>

-            <artifactId>${pkgArtifactId}</artifactId>

-            <version>${pkgVersion}</version>

-            <classifier>sources</classifier>

-            <optional>true</optional>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <inherited>true</inherited>

-                <configuration>

-                    <instructions>

-                        <Embed-Transitive>true</Embed-Transitive>

-                    </instructions>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-shade-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <phase>package</phase>

-                        <goals>

-                            <goal>shade</goal>

-                        </goals>

-                        <configuration>

-                            <artifactSet>

-                                <includes>

-                                    <include>${pkgGroupId}:${pkgArtifactId}</include>

-                                </includes>

-                            </artifactSet>

-                            <filters>

-                                <filter>

-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>

-                                    <excludes>

-                                        <exclude>**</exclude>

-                                    </excludes>

-                                </filter>

-                            </filters>

-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>

-                            <createDependencyReducedPom>true</createDependencyReducedPom>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-        </plugins>

-    </build>

+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.clerezza.ext</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>0.1</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.clerezza.ext</groupId>
+    <artifactId>org.apache.jena.jena-tdb</artifactId>
+    <packaging>bundle</packaging>
+    <version>1.0.1_1</version>
+    <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <properties>
+        <pkgGroupId>org.apache.jena</pkgGroupId>
+        <pkgArtifactId>jena-tdb</pkgArtifactId>
+        <pkgVersion>1.0.1</pkgVersion>
+        <clerezza.osgi.export.pkg>
+            com.hp.hpl.jena.tdb.*;version=${pkgVersion};-split-package:=merge-first,
+            org.apache.jena.tdb.*;version=${pkgVersion};-split-package:=merge-first,
+            tdb.*;version=${pkgVersion};-split-package:=merge-first
+        </clerezza.osgi.export.pkg>
+        <clerezza.osgi.import.pkg>
+            *
+        </clerezza.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <inherited>true</inherited>
+                <configuration>
+                    <instructions>
+                        <Embed-Transitive>true</Embed-Transitive>
+                    </instructions>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file
diff --git a/ext/pom.xml b/ext/pom.xml
index ee106f0..e04a431 100644
--- a/ext/pom.xml
+++ b/ext/pom.xml
@@ -1,53 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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">

-

-    <!--

-

-        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.

-    -->

-

-    <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

-         !!!!!!                                !!!!!!

-         !!!!!!    This pom is only provided   !!!!!!

-         !!!!!!   for build convenience and    !!!!!!

-         !!!!!!   should not be released       !!!!!!

-         !!!!!!                                !!!!!!

-         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

-

-    <modelVersion>4.0.0</modelVersion>

-    

-    <parent>

-        <groupId>org.apache.clerezza</groupId>

-        <artifactId>clerezza</artifactId>

-        <version>0.5-SNAPSHOT</version>

-        <relativePath>../parent</relativePath>

-     </parent>

-

-    <groupId>org.apache.clerezza.ext</groupId>

-    <artifactId>org.apache.clerezza.ext.reactor</artifactId>

-    <version>1-SNAPSHOT</version>

-    <packaging>pom</packaging>

-    <name>Apache Clerezza :: Ext Bundles :: Reactor</name>

-

-    <modules>

-        <module>bundles-pom</module>

-        <module>jena-iri</module>

-        <module>jena-core</module>

-        <module>jena-arq</module>

-        <module>jena-tdb</module>

-    </modules>

-

+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+    <!--
+
+        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.
+    -->
+
+    <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+         !!!!!!                                !!!!!!
+         !!!!!!    This pom is only provided   !!!!!!
+         !!!!!!   for build convenience and    !!!!!!
+         !!!!!!   should not be released       !!!!!!
+         !!!!!!                                !!!!!!
+         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.clerezza</groupId>
+        <artifactId>clerezza</artifactId>
+        <version>0.5</version>
+        <relativePath>../parent</relativePath>
+     </parent>
+
+    <groupId>org.apache.clerezza.ext</groupId>
+    <artifactId>org.apache.clerezza.ext.reactor</artifactId>
+    <version>1</version>
+    <packaging>pom</packaging>
+    <name>Apache Clerezza :: Ext Bundles :: Reactor</name>
+
+    <modules>
+        <module>bundles-pom</module>
+        <module>jena-iri</module>
+        <module>jena-core</module>
+        <module>jena-arq</module>
+        <module>jena-tdb</module>
+    </modules>
+
 </project>
\ No newline at end of file
diff --git a/jaxrs.extensions/pom.xml b/jaxrs.extensions/pom.xml
index 43875f5..7115b6e 100644
--- a/jaxrs.extensions/pom.xml
+++ b/jaxrs.extensions/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.extensions</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <packaging>bundle</packaging>
     <name>Clerezza - JAXRS Extensions</name>
     <description>Provides an interface implementable by JAX-RS implementations
diff --git a/jaxrs.rdf.providers/pom.xml b/jaxrs.rdf.providers/pom.xml
index 400dab4..b552b73 100644
--- a/jaxrs.rdf.providers/pom.xml
+++ b/jaxrs.rdf.providers/pom.xml
@@ -24,24 +24,24 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.rdf.providers</artifactId>
     <packaging>bundle</packaging>
-    <version>0.15-SNAPSHOT</version>
+    <version>0.15</version>
     <name>Clerezza - JAX-RS MessageBodyProviders for RDF</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>
diff --git a/jaxrs.stanbol.fragments/pom.xml b/jaxrs.stanbol.fragments/pom.xml
index c5d4a2b..e7174d3 100644
--- a/jaxrs.stanbol.fragments/pom.xml
+++ b/jaxrs.stanbol.fragments/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.stanbol.fragments</artifactId>
     <packaging>bundle</packaging>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <name>Clerezza - Support for Stanbol Webfragments</name>
     <description>Adds support to use Stanbol webfragments based applications in clerezza</description>
     <dependencies>
@@ -54,12 +54,12 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>org.json.simple</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.stanbol</groupId>
@@ -72,7 +72,7 @@
         <dependency>
           <groupId>org.apache.clerezza.ext</groupId>
           <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency>
         <dependency>
           <groupId>org.osgi</groupId>
@@ -85,7 +85,7 @@
         <dependency>
           <groupId>org.apache.clerezza</groupId>
           <artifactId>osgi.services</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/jaxrs.utils/pom.xml b/jaxrs.utils/pom.xml
index e243b5f..6cb5a30 100644
--- a/jaxrs.utils/pom.xml
+++ b/jaxrs.utils/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.utils</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <name>Clerezza - JAX-RS Utilities</name>
     <description>Utility classes for JAX-RS (see the Javadoc)</description>
     <dependencies>
diff --git a/jaxrs.whiteboard.jersey/pom.xml b/jaxrs.whiteboard.jersey/pom.xml
index 80ca473..7fc5333 100644
--- a/jaxrs.whiteboard.jersey/pom.xml
+++ b/jaxrs.whiteboard.jersey/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.whiteboard.jersey</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>bundle</packaging>
 
 
diff --git a/maven-ontologies-plugin/pom.xml b/maven-ontologies-plugin/pom.xml
index 32c364c..e727111 100644
--- a/maven-ontologies-plugin/pom.xml
+++ b/maven-ontologies-plugin/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>maven-ontologies-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <name>Clerezza - Maven Ontologies Plugin</name>
     <dependencies>    
           <dependency>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.schemagen</artifactId>
-            <version>0.11-SNAPSHOT</version>
+            <version>0.11</version>
         </dependency>
         <dependency>
              <groupId>org.apache.maven</groupId>
diff --git a/osgi.services/pom.xml b/osgi.services/pom.xml
index 7835944..b1873ee 100644
--- a/osgi.services/pom.xml
+++ b/osgi.services/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>osgi.services</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - OSGi Services DSL for Scala</name>
     <description>A Scala DSL to easily access OSGi Services</description>
diff --git a/parent/pom.xml b/parent/pom.xml
index b948a72..153bf86 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -30,7 +30,7 @@
     <packaging>pom</packaging>
     <name>Clerezza - Parent for all</name>
     <url>http://clerezza.apache.org/mvn-site/</url>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <description>The direct or indirect parent of all Clerezza Artifacts</description>
     <properties>
         <sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
@@ -627,7 +627,8 @@
         <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>
-    </scm>
+      <tag>reactor-0.3</tag>
+  </scm>
 
     <!-- lets generate reports -->
     <reporting>
diff --git a/permissiondescriptions/pom.xml b/permissiondescriptions/pom.xml
index e4a088d..49cd469 100644
--- a/permissiondescriptions/pom.xml
+++ b/permissiondescriptions/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>permissiondescriptions</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Permission Descriptions</name>
     <description>A bundle providing class and interface for providing permission descriptions.</description>
     <dependencies>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml b/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml
index 7f20d78..e6fc686 100644
--- a/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml
+++ b/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.accountcontrolpanel</artifactId>
-        <version>0.10-SNAPSHOT</version>
+        <version>0.10</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.accountcontrolpanel.core</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Account Control Panel Core</name>
     <build>
@@ -103,42 +103,42 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.seedsnipe</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.users.core</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
           <groupId>org.scala-lang</groupId>
@@ -147,47 +147,47 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scala</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.accountcontrolpanel.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.usermanager</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>ssl.keygen.base</artifactId>
-            <version>0.6-SNAPSHOT</version>
+            <version>0.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.security.foafssl.ontologies</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
           <groupId>org.apache.clerezza.ext</groupId>
           <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.stanbol</groupId>
diff --git a/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml b/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml
index f7ec313..7c26eb6 100644
--- a/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml
+++ b/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.accountcontrolpanel</artifactId>
-        <version>0.10-SNAPSHOT</version>
+        <version>0.10</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.accountcontrolpanel.ontologies</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Account Contral Panel Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -60,7 +60,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.accountcontrolpanel/pom.xml b/platform.accountcontrolpanel/pom.xml
index b742516..c53b7ef 100644
--- a/platform.accountcontrolpanel/pom.xml
+++ b/platform.accountcontrolpanel/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.accountcontrolpanel</artifactId>
     <packaging>pom</packaging>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.10</version>
     <name>Clerezza - Platform Account Control Panel</name>
     <description>A web interface that provides functions to configure the account of a platform user.</description>
     
diff --git a/platform.concepts/platform.concepts.core/pom.xml b/platform.concepts/platform.concepts.core/pom.xml
index 5978488..2c21ca1 100644
--- a/platform.concepts/platform.concepts.core/pom.xml
+++ b/platform.concepts/platform.concepts.core/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.concepts</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.concepts.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform Concepts Core</name>
     <description>The core part of Platform Concepts</description>
     <dependencies>
@@ -43,63 +43,63 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.concepts.ontologies</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
             <scope>compile</scope>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.wink</groupId>
diff --git a/platform.concepts/platform.concepts.ontologies/pom.xml b/platform.concepts/platform.concepts.ontologies/pom.xml
index e9a20f2..7c29038 100644
--- a/platform.concepts/platform.concepts.ontologies/pom.xml
+++ b/platform.concepts/platform.concepts.ontologies/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.concepts</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.concepts.ontologies</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Concepts Ontologies</name>
     <description>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -58,7 +58,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.concepts/pom.xml b/platform.concepts/pom.xml
index e2de77e..c3fccf1 100644
--- a/platform.concepts/pom.xml
+++ b/platform.concepts/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.concepts</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform Concepts</name>
     <description>Provides services for tagging resources with SKOS concepts.</description>
     <modules>
diff --git a/platform.config.gui/pom.xml b/platform.config.gui/pom.xml
index c8bdf6a..94cfa46 100644
--- a/platform.config.gui/pom.xml
+++ b/platform.config.gui/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.config.gui</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Configuration GUI</name>
     <description>This bundles initializes a GUI to
@@ -43,17 +43,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -66,27 +66,27 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.config/pom.xml b/platform.config/pom.xml
index 3d5be3a..5e58bde 100644
--- a/platform.config/pom.xml
+++ b/platform.config/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.config</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Configuration</name>
     <description>This bundles initializes the system graph with default values,
@@ -44,17 +44,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -63,17 +63,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.file.storage</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.content.default404/pom.xml b/platform.content.default404/pom.xml
index 15b9fe8..635bf36 100644
--- a/platform.content.default404/pom.xml
+++ b/platform.content.default404/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.default404</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Default 404 response provider</name>
     <description>
@@ -40,12 +40,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
diff --git a/platform.content.fsadaptor/pom.xml b/platform.content.fsadaptor/pom.xml
index 1576ad5..8bcc6b9 100644
--- a/platform.content.fsadaptor/pom.xml
+++ b/platform.content.fsadaptor/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.fsadaptor</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Filesystem Adaptor</name>
     <description>
@@ -41,27 +41,27 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
diff --git a/platform.content.imagemetadata/pom.xml b/platform.content.imagemetadata/pom.xml
index 4477c84..c73e43d 100644
--- a/platform.content.imagemetadata/pom.xml
+++ b/platform.content.imagemetadata/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.imagemetadata</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Image Metadata</name>
     <description>Provides a Meta Data Generator that generates metadata for
@@ -38,22 +38,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils.imageprocessing</artifactId>
-            <version>0.8-SNAPSHOT</version>
+            <version>0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.metadata</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/platform.content.representations/platform.content.representations.core/pom.xml b/platform.content.representations/platform.content.representations.core/pom.xml
index 6060fbe..34c5e99 100644
--- a/platform.content.representations/platform.content.representations.core/pom.xml
+++ b/platform.content.representations/platform.content.representations.core/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <artifactId>platform.content.representations</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.representations.core</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Representations Core</name>
     <description>Provides a Meta Data Generator that generates alternative
@@ -41,32 +41,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.metadata</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils.imageprocessing</artifactId>
-            <version>0.8-SNAPSHOT</version>
+            <version>0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
 <!--
         <dependency>
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content.representations.ontologies</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/platform.content.representations/platform.content.representations.ontologies/pom.xml b/platform.content.representations/platform.content.representations.ontologies/pom.xml
index f4b92b9..9e229b1 100644
--- a/platform.content.representations/platform.content.representations.ontologies/pom.xml
+++ b/platform.content.representations/platform.content.representations.ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.content.representations</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.representations.ontologies</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Representations Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -60,7 +60,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.content.representations/pom.xml b/platform.content.representations/pom.xml
index 05e9be0..67e76b0 100644
--- a/platform.content.representations/pom.xml
+++ b/platform.content.representations/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.representations</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform Content Representations</name>
     <description>Provides services for creating and retrieving alternative representations of content.</description>
     
diff --git a/platform.content/pom.xml b/platform.content/pom.xml
index 9d8bfff..85c243c 100644
--- a/platform.content/pom.xml
+++ b/platform.content/pom.xml
@@ -25,11 +25,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>    <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content</artifactId>
-    <version>0.14-SNAPSHOT</version>
+    <version>0.14</version>
     <packaging>bundle</packaging>
 
     <name>Clerezza - Platform Content</name>
@@ -51,37 +51,37 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.seedsnipe</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -92,7 +92,7 @@
                     <groupId>org.apache.felix</groupId>
                 </exclusion>
             </exclusions>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.wymiwyg</groupId>
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
     <!--    <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -119,18 +119,18 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.metadata</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core.test</artifactId>
             <scope>test</scope>
-            <version>0.15-SNAPSHOT</version>
+            <version>0.15</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -140,7 +140,7 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.cris/pom.xml b/platform.cris/pom.xml
index 173eaee..a0a9561 100644
--- a/platform.cris/pom.xml
+++ b/platform.cris/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.cris</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform CRIS service for the content graph</name>
     <description>
         A composite resource index service for resources described in the content graph
@@ -39,27 +39,27 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.cris.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.cris.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.lucene</groupId>
diff --git a/platform.curieprefixmanager/core/pom.xml b/platform.curieprefixmanager/core/pom.xml
index 57463ac..c3efae6 100644
--- a/platform.curieprefixmanager/core/pom.xml
+++ b/platform.curieprefixmanager/core/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.curieprefixmanager</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.curieprefixmanager.core</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - CURIE prefix manager core</name>
     <description>
@@ -39,42 +39,42 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.curieprefixmanager.ontologies</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
diff --git a/platform.curieprefixmanager/ontologies/pom.xml b/platform.curieprefixmanager/ontologies/pom.xml
index ec0a164..c3f6f06 100644
--- a/platform.curieprefixmanager/ontologies/pom.xml
+++ b/platform.curieprefixmanager/ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.curieprefixmanager</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.curieprefixmanager.ontologies</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - CURIE prefix manager Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -60,7 +60,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.curieprefixmanager/pom.xml b/platform.curieprefixmanager/pom.xml
index 2925b5b..c64d051 100644
--- a/platform.curieprefixmanager/pom.xml
+++ b/platform.curieprefixmanager/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.curieprefixmanager</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - CURIE prefix manager</name>
     <modules>
         <module>ontologies</module>
@@ -41,7 +41,7 @@
             <dependency>
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>platform.curieprefixmanager.ontologies</artifactId>
-                <version>0.2-SNAPSHOT</version>
+                <version>0.2</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/platform.dashboard.webinterface/pom.xml b/platform.dashboard.webinterface/pom.xml
index c70263f..db23351 100644
--- a/platform.dashboard.webinterface/pom.xml
+++ b/platform.dashboard.webinterface/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard.webinterface</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform Dashboard Webinterface</name>
     <description>Provides a dashboard</description>
     <dependencies>
@@ -46,37 +46,37 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.extensions</artifactId>
-            <version>0.6-SNAPSHOT</version>
+            <version>0.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.dashboard.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.dashboard/platform.dashboard.core/pom.xml b/platform.dashboard/platform.dashboard.core/pom.xml
index 9e8fc9e..2968110 100644
--- a/platform.dashboard/platform.dashboard.core/pom.xml
+++ b/platform.dashboard/platform.dashboard.core/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.dashboard</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <name>Clerezza - Platform Dashboard Core</name>
     <description>
         Dashboard core
@@ -43,22 +43,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.dashboard.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -71,22 +71,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.users.core</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.usermanager</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.dashboard/platform.dashboard.ontologies/pom.xml b/platform.dashboard/platform.dashboard.ontologies/pom.xml
index 4083a9f..005af6c 100644
--- a/platform.dashboard/platform.dashboard.ontologies/pom.xml
+++ b/platform.dashboard/platform.dashboard.ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.dashboard</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard.ontologies</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Dashboard Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -60,7 +60,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.dashboard/pom.xml b/platform.dashboard/pom.xml
index 6513650..4177a7a 100644
--- a/platform.dashboard/pom.xml
+++ b/platform.dashboard/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard</artifactId>
     <packaging>pom</packaging>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <name>Clerezza - Platform Dashboard</name>
     <description>Provides a global contextual menu.</description>
     
diff --git a/platform.documentation.viewer/pom.xml b/platform.documentation.viewer/pom.xml
index 139fd4f..2109eee 100644
--- a/platform.documentation.viewer/pom.xml
+++ b/platform.documentation.viewer/pom.xml
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.documentation.viewer</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <packaging>bundle</packaging>
 
     <name>Clerezza - Platform Documentation Viewer</name>
@@ -44,17 +44,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.documentation</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/platform.documentation/pom.xml b/platform.documentation/pom.xml
index e0c8191..4f36a13 100644
--- a/platform.documentation/pom.xml
+++ b/platform.documentation/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.documentation</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Documentation</name>
     <description>Manages the documentation of the Clerezza Platform
@@ -55,17 +55,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/platform.editor/pom.xml b/platform.editor/pom.xml
index ba148c4..37a06f3 100644
--- a/platform.editor/pom.xml
+++ b/platform.editor/pom.xml
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.editor</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>bundle</packaging>
 
     <name>Clerezza - Platform Editor</name>
@@ -43,42 +43,42 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scala</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.seedsnipe</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -89,7 +89,7 @@
                     <groupId>org.apache.felix</groupId>
                 </exclusion>
             </exclusions>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.wymiwyg</groupId>
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -108,7 +108,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
     <!--    <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -117,18 +117,18 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.metadata</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core.test</artifactId>
             <scope>test</scope>
-            <version>0.15-SNAPSHOT</version>
+            <version>0.15</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -138,7 +138,7 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.enrichment/pom.xml b/platform.enrichment/pom.xml
index 6242e0b..575f1dc 100644
--- a/platform.enrichment/pom.xml
+++ b/platform.enrichment/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.enrichment</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform RDF Enrichment</name>
     <description>Provides a Content-Graph Extension using Enrichers</description>
     <dependencies>
@@ -42,22 +42,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.enrichment</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.globalmenu.api/pom.xml b/platform.globalmenu.api/pom.xml
index a4e5b28..ee1b586 100644
--- a/platform.globalmenu.api/pom.xml
+++ b/platform.globalmenu.api/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.globalmenu.api</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <name>Clerezza - Platform GlobalMenu API</name>
     <description>
         The API for providing entries to the global clerezza menu
diff --git a/platform.graphnodeprovider/pom.xml b/platform.graphnodeprovider/pom.xml
index 65e491c..45e2163 100644
--- a/platform.graphnodeprovider/pom.xml
+++ b/platform.graphnodeprovider/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>platform.graphnodeprovider</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform GraphNodeProvider</name>
     <description>A service that provided GraphNodes for URIs with as underlying BaseGraph sources considered
@@ -45,47 +45,47 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.users.core</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.usermanager</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>osgi.services</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
@@ -94,7 +94,7 @@
         <dependency>
           <groupId>org.apache.clerezza.ext</groupId>
           <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.graphprovider.content/pom.xml b/platform.graphprovider.content/pom.xml
index a979e45..cc2b8c9 100644
--- a/platform.graphprovider.content/pom.xml
+++ b/platform.graphprovider.content/pom.xml
@@ -25,13 +25,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.graphprovider.content</artifactId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content-Graph Provider</name>
     <description>A service that provides the content-graph</description>
@@ -43,22 +43,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.language/platform.language.core/pom.xml b/platform.language/platform.language.core/pom.xml
index fb44b07..b7060ef 100644
--- a/platform.language/platform.language.core/pom.xml
+++ b/platform.language/platform.language.core/pom.xml
@@ -25,11 +25,11 @@
     <parent>
         <artifactId>platform.language</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.3-SNAPSHOT</version>
+        <version>0.3</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.language.core</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Language Core</name>
     <description>This bundles provides methods to manage languages in the Clerezza platform
@@ -42,32 +42,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -76,12 +76,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.language.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.language/platform.language.ontologies/pom.xml b/platform.language/platform.language.ontologies/pom.xml
index dac4ac4..2a201fa 100644
--- a/platform.language/platform.language.ontologies/pom.xml
+++ b/platform.language/platform.language.ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.language</artifactId>
-        <version>0.3-SNAPSHOT</version>
+        <version>0.3</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.language.ontologies</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Language Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -60,7 +60,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.language/pom.xml b/platform.language/pom.xml
index cd4f24f..1b12275 100644
--- a/platform.language/pom.xml
+++ b/platform.language/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.language</artifactId>
     <packaging>pom</packaging>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <name>Clerezza - Platform Language</name>
     <description>This bundles provides methods to manage languages in the Clerezza platform.
     </description>
diff --git a/platform.logging/core/pom.xml b/platform.logging/core/pom.xml
index 919fa8a..9ba3a22 100644
--- a/platform.logging/core/pom.xml
+++ b/platform.logging/core/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.logging.parent</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.core</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Logging Core</name>
     <description>
@@ -39,47 +39,47 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.logging.ontologies</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
diff --git a/platform.logging/initializer/pom.xml b/platform.logging/initializer/pom.xml
index 760c2ae..9cc7784 100644
--- a/platform.logging/initializer/pom.xml
+++ b/platform.logging/initializer/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.logging.parent</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.initializer</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Logging Initializer</name>
     <description>
diff --git a/platform.logging/ontologies/pom.xml b/platform.logging/ontologies/pom.xml
index 26923c5..3c3cf7c 100644
--- a/platform.logging/ontologies/pom.xml
+++ b/platform.logging/ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.logging.parent</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.ontologies</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Logging Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -60,7 +60,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.logging/pom.xml b/platform.logging/pom.xml
index 4c86302..b324baf 100644
--- a/platform.logging/pom.xml
+++ b/platform.logging/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.parent</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform Logging</name>
     <modules>
         <module>ontologies</module>
diff --git a/platform.mail/pom.xml b/platform.mail/pom.xml
index a300c07..593d4df 100644
--- a/platform.mail/pom.xml
+++ b/platform.mail/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.mail</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Mail Deliverly</name>
     <description>Provides services for mail deliverly</description>
@@ -50,12 +50,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/platform.scripting.scriptmanager/pom.xml b/platform.scripting.scriptmanager/pom.xml
index 25995e3..beccb24 100644
--- a/platform.scripting.scriptmanager/pom.xml
+++ b/platform.scripting.scriptmanager/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.scripting.scriptmanager</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Script Manager</name>
     <description>
@@ -53,47 +53,47 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.scripting</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>0.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.scripting/pom.xml b/platform.scripting/pom.xml
index 699df82..c6be298 100644
--- a/platform.scripting/pom.xml
+++ b/platform.scripting/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.scripting</artifactId>
     <packaging>bundle</packaging>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <name>Clerezza - Platform Scripting</name>
     <description>A bundle to manage script engines</description>
     <dependencies>
@@ -50,12 +50,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.security.conditions/pom.xml b/platform.security.conditions/pom.xml
index 401e958..15151da 100644
--- a/platform.security.conditions/pom.xml
+++ b/platform.security.conditions/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.conditions</artifactId>
     <packaging>bundle</packaging>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <name>Clerezza - Platform Security Conditions</name>
     <description>Fragment bundle for System Bundle that contains
     conditions for the Conditional Permission Admin</description>
diff --git a/platform.security.foafssl/core/pom.xml b/platform.security.foafssl/core/pom.xml
index d670566..1868851 100644
--- a/platform.security.foafssl/core/pom.xml
+++ b/platform.security.foafssl/core/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.security.foafssl</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.foafssl.core</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Security foaf+ssl Core</name>
     <description>
@@ -39,32 +39,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.security.foafssl.ontologies</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.users.core</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
diff --git a/platform.security.foafssl/ontologies/pom.xml b/platform.security.foafssl/ontologies/pom.xml
index f383203..11cd1cd 100644
--- a/platform.security.foafssl/ontologies/pom.xml
+++ b/platform.security.foafssl/ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.security.foafssl</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.foafssl.ontologies</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Security foaf+ssl Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -60,7 +60,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.security.foafssl/pom.xml b/platform.security.foafssl/pom.xml
index 0579677..b04c89f 100644
--- a/platform.security.foafssl/pom.xml
+++ b/platform.security.foafssl/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.foafssl</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform Security foaf+ssl</name>
     <modules>
         <module>ontologies</module>
diff --git a/platform.shellcustomizer/pom.xml b/platform.shellcustomizer/pom.xml
index 417ed4f..dc523d5 100644
--- a/platform.shellcustomizer/pom.xml
+++ b/platform.shellcustomizer/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>platform.shellcustomizer</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Shell customizer</name>
     <description>Provides utilities to access platform features from the clerezza shell</description>
@@ -48,22 +48,22 @@
             <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>shell</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.style.classic/pom.xml b/platform.style.classic/pom.xml
index 324df17..e62de92 100644
--- a/platform.style.classic/pom.xml
+++ b/platform.style.classic/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.style.classic</artifactId>
     <packaging>bundle</packaging>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <name>Clerezza - Classic Style</name>
     <description>
         Icons and css for HTML pages
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -61,17 +61,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.dashboard.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.style.default/pom.xml b/platform.style.default/pom.xml
index 12f6f0a..51c746a 100644
--- a/platform.style.default/pom.xml
+++ b/platform.style.default/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>platform.style.default</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Default Style</name>
     <dependencies>
@@ -43,32 +43,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scala</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>osgi.services</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
diff --git a/platform.typehandlerspace.jaxrs2/pom.xml b/platform.typehandlerspace.jaxrs2/pom.xml
index 949b0fd..381a65b 100644
--- a/platform.typehandlerspace.jaxrs2/pom.xml
+++ b/platform.typehandlerspace.jaxrs2/pom.xml
@@ -19,19 +19,17 @@
  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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace.jaxrs</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Handler Space Jaxrs 2.0 Based Implementation</name>
     <dependencies>
@@ -42,7 +40,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
@@ -52,7 +50,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.typehandlerspace.wink/pom.xml b/platform.typehandlerspace.wink/pom.xml
index b23821d..87fe865 100644
--- a/platform.typehandlerspace.wink/pom.xml
+++ b/platform.typehandlerspace.wink/pom.xml
@@ -19,19 +19,17 @@
  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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace.wink</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Handler Space Wink Based Implementation</name>
     <dependencies>
@@ -42,7 +40,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
@@ -56,12 +54,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.extensions</artifactId>
-            <version>0.6-SNAPSHOT</version>
+            <version>0.6</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.typehandlerspace/pom.xml b/platform.typehandlerspace/pom.xml
index 6ac366e..55f7442 100644
--- a/platform.typehandlerspace/pom.xml
+++ b/platform.typehandlerspace/pom.xml
@@ -19,19 +19,17 @@
  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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Handler Space</name>
     <dependencies>
@@ -42,22 +40,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typepriority</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <!--  
         <dependency>
diff --git a/platform.typepriority/pom.xml b/platform.typepriority/pom.xml
index d9d6235..003109a 100644
--- a/platform.typepriority/pom.xml
+++ b/platform.typepriority/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typepriority</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Priority Service</name>
     <dependencies>
@@ -44,17 +44,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -74,7 +74,7 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.rdf.providers</artifactId>
             <scope>test</scope>
-            <version>0.15-SNAPSHOT</version>
+            <version>0.15</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.typerendering.gui/pom.xml b/platform.typerendering.gui/pom.xml
index 09eb9be..053f82e 100644
--- a/platform.typerendering.gui/pom.xml
+++ b/platform.typerendering.gui/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>platform.typerendering.gui</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Typerendering GUI</name>
     <dependencies>
@@ -43,37 +43,37 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scala</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>osgi.services</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
diff --git a/platform.typerendering.scala/pom.xml b/platform.typerendering.scala/pom.xml
index 6c72292..fc9f29e 100644
--- a/platform.typerendering.scala/pom.xml
+++ b/platform.typerendering.scala/pom.xml
@@ -24,30 +24,30 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.scala</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform Type Rendering Utilities for Scala</name>
     <description>Utilities to write renderlets in Scala</description>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
diff --git a/platform.typerendering.scalaserverpages/pom.xml b/platform.typerendering.scalaserverpages/pom.xml
index 161753a..8981c2b 100644
--- a/platform.typerendering.scalaserverpages/pom.xml
+++ b/platform.typerendering.scalaserverpages/pom.xml
@@ -22,35 +22,35 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.scalaserverpages</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <name>Clerezza - Platform ScalaServerPages Renderlet</name>
     <description>Renderlet implementation wrapping org.apache.clerezza.scala</description>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.scala</groupId>
             <artifactId>script-engine</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
diff --git a/platform.typerendering.seedsnipe/pom.xml b/platform.typerendering.seedsnipe/pom.xml
index d4c5b51..8de5603 100644
--- a/platform.typerendering.seedsnipe/pom.xml
+++ b/platform.typerendering.seedsnipe/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.seedsnipe</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <name>Clerezza - Platform Seedsnipe Renderlet</name>
     <description>Renderlet implementation wrapping org.apache.clerezza.templating.seedsnipe</description>
     <dependencies>
@@ -42,28 +42,28 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>templating.seedsnipe</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.typerendering/platform.typerendering.core/pom.xml b/platform.typerendering/platform.typerendering.core/pom.xml
index d587754..ee2a123 100644
--- a/platform.typerendering/platform.typerendering.core/pom.xml
+++ b/platform.typerendering/platform.typerendering.core/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.typerendering</artifactId>
-        <version>0.7-SNAPSHOT</version>
+        <version>0.7</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <name>Clerezza - Platform Type Rendering Core</name>
     <description>
     This project provides a JAX-RS MessageBodyWriter to render GraphNodes. Rendering requests are delegated to registered renderlets. 
@@ -51,32 +51,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typepriority</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -85,7 +85,7 @@
         <dependency>
           <groupId>org.apache.clerezza.ext</groupId>
           <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/platform.typerendering/platform.typerendering.ontologies/pom.xml b/platform.typerendering/platform.typerendering.ontologies/pom.xml
index 4e392e4..7a7b65d 100644
--- a/platform.typerendering/platform.typerendering.ontologies/pom.xml
+++ b/platform.typerendering/platform.typerendering.ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.typerendering</artifactId>
-        <version>0.7-SNAPSHOT</version>
+        <version>0.7</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.ontologies</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Rendering Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -60,7 +60,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/platform.typerendering/pom.xml b/platform.typerendering/pom.xml
index 9cd5817..d35e9da 100644
--- a/platform.typerendering/pom.xml
+++ b/platform.typerendering/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering</artifactId>
     <packaging>pom</packaging>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <name>Clerezza - Platform Type Rendering</name>
     <description>This project provides a JAX-RS MessageBodyWriter to render GraphNodes. Rendering requests are delegated to registered renderlets.</description>
     
diff --git a/platform.usermanager.webinterface/pom.xml b/platform.usermanager.webinterface/pom.xml
index 9b8a24e..0d60ddf 100644
--- a/platform.usermanager.webinterface/pom.xml
+++ b/platform.usermanager.webinterface/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.usermanager.webinterface</artifactId>
-    <version>0.14-SNAPSHOT</version>
+    <version>0.14</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Usermanager Webinterface</name>
     <description>Management of information about users including their roles</description>
@@ -45,17 +45,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.usermanager</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
@@ -64,47 +64,47 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.resources.jquery</artifactId>
-            <version>0.6-SNAPSHOT</version>
+            <version>0.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.seedsnipe</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils.customproperty</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>0.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.mail</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>0.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -113,12 +113,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/platform.usermanager/pom.xml b/platform.usermanager/pom.xml
index ba95a74..a27308b 100644
--- a/platform.usermanager/pom.xml
+++ b/platform.usermanager/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.usermanager</artifactId>
-    <version>0.14-SNAPSHOT</version>
+    <version>0.14</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Usermanager</name>
     <description>A service to manage descriptions of users and their roles
@@ -38,12 +38,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -65,12 +65,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <!-- <dependency>
             <groupId>org.apache.clerezza</groupId>
diff --git a/platform.users/core/pom.xml b/platform.users/core/pom.xml
index 0718e0b..b6897ae 100644
--- a/platform.users/core/pom.xml
+++ b/platform.users/core/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>platform.users</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.users.core</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Users Core</name>
     <description>
@@ -39,32 +39,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.security.foafssl.ontologies</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.storage.web</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
diff --git a/platform.users/pom.xml b/platform.users/pom.xml
index ec3440c..bda0bab 100644
--- a/platform.users/pom.xml
+++ b/platform.users/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.users</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform Users</name>
     <description>Utilities to access graphs with information about and for 
     specific agents/users</description>
diff --git a/platform.xhtml2html/pom.xml b/platform.xhtml2html/pom.xml
index 73c12e2..8812580 100644
--- a/platform.xhtml2html/pom.xml
+++ b/platform.xhtml2html/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.xhtml2html</artifactId>
     <packaging>bundle</packaging>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <name>Clerezza - Filter for browsers that do not support XHTML</name>
     <description>Provides a servlet filter that changes the content-type of the
     response from application/xhtml+xml to text/html
diff --git a/platform/pom.xml b/platform/pom.xml
index 1bd4782..2f82356 100644
--- a/platform/pom.xml
+++ b/platform/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Platform</name>
     <description>Artifact with dependencies to the clerezza platform components
     providing documentation and boot-status monitoring.</description>
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ba93e5c..d7085bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <packaging>pom</packaging>
     <name>Clerezza - Release Reactor 201407</name>
     <url>http://incubator.apache.org/clerezza/mvn-site/</url>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <description>A recator to build all of clerezza</description>
     <licenses>
         <license>
@@ -393,7 +393,8 @@
         <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>
-    </scm>
+      <tag>reactor-0.3</tag>
+  </scm>
 
     <!-- lets generate reports -->
     <reporting>
diff --git a/provisioning/felixosgi/pom.xml b/provisioning/felixosgi/pom.xml
index 6f6642d..c2cdfaa 100644
--- a/provisioning/felixosgi/pom.xml
+++ b/provisioning/felixosgi/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>felixosgi</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Felix OSGi environment</name>
@@ -52,7 +50,7 @@
           <groupId>org.apache.felix</groupId>
           <artifactId>org.osgi.compendium</artifactId>
           <version>1.4.0</version>
-        </bundle  -->
+        </bundle -->
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr</artifactId>
diff --git a/provisioning/felixweb/pom.xml b/provisioning/felixweb/pom.xml
index 6fb1862..993b52a 100644
--- a/provisioning/felixweb/pom.xml
+++ b/provisioning/felixweb/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>felixweb</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Felix WebConsole</name>
diff --git a/provisioning/jaxrs-whiteboard/pom.xml b/provisioning/jaxrs-whiteboard/pom.xml
index 5cf2089..2060fd2 100644
--- a/provisioning/jaxrs-whiteboard/pom.xml
+++ b/provisioning/jaxrs-whiteboard/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>jaxrs</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - JAX-RS Whiteboard</name>
@@ -54,7 +52,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.whiteboard.jersey</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
         </dependency>
         
         <dependency>
diff --git a/provisioning/launchers/full-launcher/pom.xml b/provisioning/launchers/full-launcher/pom.xml
index 4ee490f..9a275e2 100644
--- a/provisioning/launchers/full-launcher/pom.xml
+++ b/provisioning/launchers/full-launcher/pom.xml
@@ -14,18 +14,17 @@
    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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>full-launcher</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Launcher: Full (sling based)</name>
@@ -115,7 +114,7 @@
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
-                    <excludes></excludes>
+                    <excludes />
                 </configuration>
             </plugin>
         </plugins>
@@ -148,10 +147,9 @@
                     <version>1.7</version>
                     <configuration>
                         <target>
-                            <property name="vm.args" value=""/>
-                            <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar"
-                    dir="${project.build.directory}">
-                                <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}"/>
+                            <property name="vm.args" value="" />
+                            <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar" dir="${project.build.directory}">
+                                <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}" />
                             </java>
                         </target>
                     </configuration>
@@ -220,88 +218,88 @@
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>felixosgi</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>felixweb</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>shell</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
 		
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf.tdb</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
 
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf.virtuoso</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
 
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
       <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>jaxrs</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>typehandlerspace</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>typerendering</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf.web</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>platform.content</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>platform.tools</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>security</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
     </dependencies>
diff --git a/provisioning/launchers/linked-data-launcher/pom.xml b/provisioning/launchers/linked-data-launcher/pom.xml
index 55e93aa..bb08fb5 100644
--- a/provisioning/launchers/linked-data-launcher/pom.xml
+++ b/provisioning/launchers/linked-data-launcher/pom.xml
@@ -14,18 +14,17 @@
    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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>linked-data-launcher</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Launcher: Core Linked Data</name>
@@ -115,7 +114,7 @@
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
-                    <excludes></excludes>
+                    <excludes />
                 </configuration>
             </plugin>
         </plugins>
@@ -148,10 +147,9 @@
                     <version>1.7</version>
                     <configuration>
                         <target>
-                            <property name="vm.args" value=""/>
-                            <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar"
-                    dir="${project.build.directory}">
-                                <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}"/>
+                            <property name="vm.args" value="" />
+                            <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar" dir="${project.build.directory}">
+                                <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}" />
                             </java>
                         </target>
                     </configuration>
@@ -220,57 +218,57 @@
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>felixosgi</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>felixweb</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
 		
         <dependency>
              <groupId>org.apache.clerezza.provisioning</groupId>
              <artifactId>rdf.tdb</artifactId>
-             <version>0.1-SNAPSHOT</version>
+             <version>0.1</version>
              <type>partialbundlelist</type>
          </dependency>
 		 
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
       <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>jaxrs</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>typehandlerspace</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>typerendering</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf.web</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
     </dependencies>
diff --git a/provisioning/launchers/pom.xml b/provisioning/launchers/pom.xml
index 30ce531..fcc3974 100644
--- a/provisioning/launchers/pom.xml
+++ b/provisioning/launchers/pom.xml
@@ -32,13 +32,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
      </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>launchers-reactor</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <packaging>pom</packaging>
     <name>Clerezza - Provisioning - Launchers - Reactor</name>
 
diff --git a/provisioning/launchers/shell-launcher/pom.xml b/provisioning/launchers/shell-launcher/pom.xml
index 3b91d73..cec8723 100644
--- a/provisioning/launchers/shell-launcher/pom.xml
+++ b/provisioning/launchers/shell-launcher/pom.xml
@@ -14,18 +14,17 @@
    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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>shell-launcher</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Launcher: Shell only</name>
@@ -115,7 +114,7 @@
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
-                    <excludes></excludes>
+                    <excludes />
                 </configuration>
             </plugin>
         </plugins>
@@ -148,10 +147,9 @@
                     <version>1.7</version>
                     <configuration>
                         <target>
-                            <property name="vm.args" value=""/>
-                            <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar"
-                    dir="${project.build.directory}">
-                                <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}"/>
+                            <property name="vm.args" value="" />
+                            <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar" dir="${project.build.directory}">
+                                <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}" />
                             </java>
                         </target>
                     </configuration>
@@ -220,13 +218,13 @@
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>felixosgi</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>shell</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
        
diff --git a/provisioning/launchers/typerendering-launcher/pom.xml b/provisioning/launchers/typerendering-launcher/pom.xml
index 8597c31..1747a6f 100644
--- a/provisioning/launchers/typerendering-launcher/pom.xml
+++ b/provisioning/launchers/typerendering-launcher/pom.xml
@@ -14,18 +14,17 @@
    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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>typerendering-launcher</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Launcher: TypeRendering</name>
@@ -112,7 +111,7 @@
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
-                    <excludes></excludes>
+                    <excludes />
                 </configuration>
             </plugin>
         </plugins>
@@ -145,10 +144,9 @@
                     <version>1.7</version>
                     <configuration>
                         <target>
-                            <property name="vm.args" value=""/>
-                            <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar"
-                                  dir="${project.build.directory}">
-                                <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}"/>
+                            <property name="vm.args" value="" />
+                            <java fork="true" jar="${project.build.directory}/${project.build.finalName}.jar" dir="${project.build.directory}">
+                                <jvmarg line="-Xmx1024m -XX:MaxPermSize=256M ${vm.args}" />
                             </java>
                         </target>
                     </configuration>
@@ -216,44 +214,44 @@
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>felixosgi</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>felixweb</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
 		
         <dependency>
              <groupId>org.apache.clerezza.provisioning</groupId>
              <artifactId>rdf.tdb</artifactId>
-             <version>0.1-SNAPSHOT</version>
+             <version>0.1</version>
              <type>partialbundlelist</type>
          </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>jaxrs</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>typerendering</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <type>partialbundlelist</type>
         </dependency>
     </dependencies>
diff --git a/provisioning/platform.content/pom.xml b/provisioning/platform.content/pom.xml
index d6ce139..15e8f31 100644
--- a/provisioning/platform.content/pom.xml
+++ b/provisioning/platform.content/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>platform.content</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Platform Content</name>
@@ -53,17 +51,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content.default404</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content.fsadaptor</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <!-- this doesn't strictly belongs to here -->
         <dependency>
diff --git a/provisioning/platform.graphnodeprovider/pom.xml b/provisioning/platform.graphnodeprovider/pom.xml
index 14d2496..b5b691d 100644
--- a/provisioning/platform.graphnodeprovider/pom.xml
+++ b/provisioning/platform.graphnodeprovider/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>platform.graphnodeprovider</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Platform GraphNodeProvider</name>
@@ -51,55 +49,55 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency> 	
  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
  
         <dependency> <!-- dependency of platform.user.core (implementation of WebIdInfo.forceCacheUpdate() ) -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.storage.web</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
                     
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.users.core</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency> 	
  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.usermanager</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency> 	
  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency> 	
  
     </dependencies>
diff --git a/provisioning/platform.tools/pom.xml b/provisioning/platform.tools/pom.xml
index 5db466d..166a57b 100644
--- a/provisioning/platform.tools/pom.xml
+++ b/provisioning/platform.tools/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>platform.tools</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Platform Tools</name>
@@ -55,17 +53,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.editor</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
         </dependency>   
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.shellcustomizer</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>        
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>bundledevtool</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency> 
     </dependencies>
 
diff --git a/provisioning/pom.xml b/provisioning/pom.xml
index a835482..eeb6744 100644
--- a/provisioning/pom.xml
+++ b/provisioning/pom.xml
@@ -32,13 +32,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
      </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>reactor</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
     <packaging>pom</packaging>
     <name>Clerezza - Provisioning - Reactor</name>
 
diff --git a/provisioning/rdf.tdb/pom.xml b/provisioning/rdf.tdb/pom.xml
index b1ac0d9..03939a0 100644
--- a/provisioning/rdf.tdb/pom.xml
+++ b/provisioning/rdf.tdb/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>rdf.tdb</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Jena TDB Storage</name>
@@ -153,7 +151,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.tdb.storage</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
 <!--
         <dependency>
@@ -180,7 +178,7 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-tdb</artifactId>
-            <version>1.0.1_1-SNAPSHOT</version>
+            <version>1.0.1_1</version>
         </dependency>
         <!-- <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
diff --git a/provisioning/rdf.virtuoso/pom.xml b/provisioning/rdf.virtuoso/pom.xml
index 7a6b27e..7b78ff6 100644
--- a/provisioning/rdf.virtuoso/pom.xml
+++ b/provisioning/rdf.virtuoso/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>rdf.virtuoso</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Virtuoso Storage</name>
@@ -199,12 +197,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>ext.virtuoso.jdbc</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.virtuoso.storage</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
 
     </dependencies>
diff --git a/provisioning/rdf.web/pom.xml b/provisioning/rdf.web/pom.xml
index c9f287f..d9a7e27 100644
--- a/provisioning/rdf.web/pom.xml
+++ b/provisioning/rdf.web/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>rdf.web</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - RDF Web</name>
@@ -49,32 +47,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.rdf.providers</artifactId>
-            <version>0.15-SNAPSHOT</version>
+            <version>0.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.web.core</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.web.ontologies</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
     </dependencies>
 
diff --git a/provisioning/rdf/pom.xml b/provisioning/rdf/pom.xml
index 21de3c6..37c45d8 100644
--- a/provisioning/rdf/pom.xml
+++ b/provisioning/rdf/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>rdf</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - RDF</name>
@@ -52,7 +50,7 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>com.ibm.icu</artifactId>
-            <version>0.6-SNAPSHOT</version>
+            <version>0.6</version>
         </dependency>
         <dependency>
             <groupId>org.wymiwyg</groupId>
@@ -84,72 +82,72 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.metadata</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.rdfa</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.rdfjson</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>org.json.simple</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
-            <version>0.11-SNAPSHOT</version>
+            <version>0.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.sparql</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.storage</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <!-- <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -159,22 +157,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.file.storage</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-iri</artifactId>
-            <version>1.0.1_1-SNAPSHOT</version>
+            <version>1.0.1_1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-core</artifactId>
-            <version>2.11.1_1-SNAPSHOT</version>
+            <version>2.11.1_1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-arq</artifactId>
-            <version>2.11.1_1-SNAPSHOT</version>
+            <version>2.11.1_1</version>
         </dependency>
         <!-- <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
diff --git a/provisioning/security/pom.xml b/provisioning/security/pom.xml
index c2363ab..88f53bc 100644
--- a/provisioning/security/pom.xml
+++ b/provisioning/security/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>security</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Security</name>
@@ -57,19 +55,19 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.usermanager</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils.customproperty</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>0.5</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.usermanager.webinterface</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         
         <dependency>
@@ -87,13 +85,13 @@
         <dependency> 
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.mail</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>0.5</version>
         </dependency>
         
         <dependency> 
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
     </dependencies>
diff --git a/provisioning/shell/pom.xml b/provisioning/shell/pom.xml
index 95c283e..06dcebc 100644
--- a/provisioning/shell/pom.xml
+++ b/provisioning/shell/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>shell</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Shell</name>
@@ -73,37 +71,37 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>       
+            <version>1.6.3</version>       
         </dependency> 	
         
         <dependency>
             <groupId>org.apache.clerezza.scala</groupId>
             <artifactId>script-engine</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>shell</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>osgi.services</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>shell.felixshellcommand</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>sshshell</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <dependency>
@@ -129,80 +127,80 @@
         <dependency> <!-- this give the system graph required by org.apache.stanbol.commons.security.core-->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         
         <dependency> <!-- required by platform config -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <dependency> <!-- required by platform config -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <dependency> <!-- required by platform config -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         
         <dependency> <!-- required by platform graphprovider.content -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         
         <dependency> <!--required by platform.config -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.simple.storage</artifactId>
-            <version>0.8-SNAPSHOT</version>
+            <version>0.8</version>
         </dependency>
         
         <dependency> <!--required by platform.config -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.file.storage</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         
         <dependency><!-- system config rquires an rdf/xml parsing proivder -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency><!-- system config rquires an n-triples parsing proivder -->
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
-            <version>0.11-SNAPSHOT</version>
+            <version>0.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-iri</artifactId>
-            <version>1.0.1_1-SNAPSHOT</version>
+            <version>1.0.1_1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-core</artifactId>
-            <version>2.11.1_1-SNAPSHOT</version>
+            <version>2.11.1_1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
@@ -217,13 +215,13 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <!-- dependencies of utils (sic!) -->
         <dependency>
@@ -241,7 +239,7 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>com.ibm.icu</artifactId>
-            <version>0.6-SNAPSHOT</version>
+            <version>0.6</version>
         </dependency>
     </dependencies>
 
diff --git a/provisioning/typehandlerspace/pom.xml b/provisioning/typehandlerspace/pom.xml
index becd63c..c70ef8c 100644
--- a/provisioning/typehandlerspace/pom.xml
+++ b/provisioning/typehandlerspace/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>typehandlerspace</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Typehandlerspace</name>
@@ -46,21 +44,21 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typepriority</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
             <scope>provided</scope>
         </dependency> 	
  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace.jaxrs</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
             <scope>provided</scope>
         </dependency> 	
 
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/provisioning/typerendering/pom.xml b/provisioning/typerendering/pom.xml
index 0a405b5..3a55123 100644
--- a/provisioning/typerendering/pom.xml
+++ b/provisioning/typerendering/pom.xml
@@ -19,21 +19,19 @@
  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">
+<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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>typerendering</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Typerendering</name>
@@ -69,113 +67,113 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>       
+            <version>1.6.3</version>       
         </dependency> 	
  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typepriority</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <!-- required by platform.config -->
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <!-- provides system graph as required by typepriority -->
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.config</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.seedsnipe</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>templating</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>templating.seedsnipe</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scala</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.gui</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.style.default</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <!-- needed by default style -->
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>osgi.services</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         
         <!-- needed by scalaservepages and typesrendering.scala -->
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.clerezza.scala</groupId>
             <artifactId>script-engine</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         
     </dependencies>
diff --git a/rdf.core.test/pom.xml b/rdf.core.test/pom.xml
index 0796be6..1732cd3 100644
--- a/rdf.core.test/pom.xml
+++ b/rdf.core.test/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.core.test</artifactId>
     <packaging>jar</packaging>
-    <version>0.15-SNAPSHOT</version>
+    <version>0.15</version>
     <name>Clerezza - SCB Testutils</name>
     <description>Utilities to test SCB implementations</description>
     <dependencies>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
diff --git a/rdf.core/pom.xml b/rdf.core/pom.xml
index 9e13bcc..cd61320 100644
--- a/rdf.core/pom.xml
+++ b/rdf.core/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.14-SNAPSHOT</version>
+    <version>0.14</version>
     <name>Clerezza - SCB Core</name>
     <description>Interfaces and utilities to access RDF Graphs</description>
     <dependencies>
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/rdf.cris/core/pom.xml b/rdf.cris/core/pom.xml
index 576ea38..540ff95 100644
--- a/rdf.cris/core/pom.xml
+++ b/rdf.cris/core/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>rdf.cris</artifactId>
-        <version>0.3-SNAPSHOT</version>
+        <version>0.3</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.cris.core</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - RDF Composite Resource Index Service Core</name>
     <properties>
@@ -38,17 +38,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.cris.ontologies</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.lucene</groupId>
diff --git a/rdf.cris/ontologies/pom.xml b/rdf.cris/ontologies/pom.xml
index 6a077b9..868ecb0 100644
--- a/rdf.cris/ontologies/pom.xml
+++ b/rdf.cris/ontologies/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>rdf.cris</artifactId>
-        <version>0.3-SNAPSHOT</version>
+        <version>0.3</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.cris.ontologies</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - RDF Composite Resource Index Service Ontologies</name>
     <description>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/rdf.cris/pom.xml b/rdf.cris/pom.xml
index 5682049..5495d3c 100644
--- a/rdf.cris/pom.xml
+++ b/rdf.cris/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.cris</artifactId>
     <packaging>pom</packaging>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <name>Clerezza - RDF Composite Resource Index Service</name>
     <description>
         A service indexing selected properties of resources of a defined type.
diff --git a/rdf.enrichment/pom.xml b/rdf.enrichment/pom.xml
index ae51312..e980fe8 100644
--- a/rdf.enrichment/pom.xml
+++ b/rdf.enrichment/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.enrichment</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - SCB Enrichment Core</name>
     <description>The core part of SCB Enrichment</description>
     <dependencies>
@@ -42,35 +42,35 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
             <scope>test</scope>
-            <version>0.11-SNAPSHOT</version>
+            <version>0.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
             <scope>test</scope>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/rdf.file.storage/pom.xml b/rdf.file.storage/pom.xml
index 22c7624..65dd9b8 100644
--- a/rdf.file.storage/pom.xml
+++ b/rdf.file.storage/pom.xml
@@ -24,13 +24,13 @@
      <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.file.storage</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <name>Clerezza - SCB File Storage Provider</name>
     <description>A file base storage provider</description>
     <dependencies>
@@ -46,25 +46,25 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core.test</artifactId>
             <scope>test</scope>
-            <version>0.15-SNAPSHOT</version>
+            <version>0.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
             <scope>test</scope>
-            <version>0.11-SNAPSHOT</version>
+            <version>0.11</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/rdf.jena.commons/pom.xml b/rdf.jena.commons/pom.xml
index b47eba8..9842c87 100644
--- a/rdf.jena.commons/pom.xml
+++ b/rdf.jena.commons/pom.xml
@@ -24,20 +24,20 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.commons</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <name>Clerezza - SCB Jena Commons</name>
     <description>Common classes needed by Jena adaptors</description>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jena</groupId>
diff --git a/rdf.jena.facade/pom.xml b/rdf.jena.facade/pom.xml
index 318207d..b31dbb8 100644
--- a/rdf.jena.facade/pom.xml
+++ b/rdf.jena.facade/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.facade</artifactId>
     <packaging>bundle</packaging>
-    <version>0.14-SNAPSHOT</version>
+    <version>0.14</version>
     <name>Clerezza - Jena API on SCB</name>
     <description>An implementation of the Jena API based on triamodel, allows to
     run code written against the Jena API on a Triamodel store.</description>
@@ -38,12 +38,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.wymiwyg</groupId>
diff --git a/rdf.jena.parser/pom.xml b/rdf.jena.parser/pom.xml
index cca4f00..b8c3541 100644
--- a/rdf.jena.parser/pom.xml
+++ b/rdf.jena.parser/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.parser</artifactId>
     <packaging>bundle</packaging>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</version>
     <name>Clerezza - SCB Jena based Parser</name>
     <description>A ParserProvider based on jena</description>
     <dependencies>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/rdf.jena.serializer/pom.xml b/rdf.jena.serializer/pom.xml
index aa3c59f..201f839 100644
--- a/rdf.jena.serializer/pom.xml
+++ b/rdf.jena.serializer/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.serializer</artifactId>
     <packaging>bundle</packaging>
-    <version>0.11-SNAPSHOT</version>
+    <version>0.11</version>
     <name>Clerezza - SCB Jena based Serializer</name>
     <description>A SerializingProvider based on jena</description>
     <dependencies>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/rdf.jena.sparql/pom.xml b/rdf.jena.sparql/pom.xml
index 3e733ef..4ecb953 100644
--- a/rdf.jena.sparql/pom.xml
+++ b/rdf.jena.sparql/pom.xml
@@ -24,25 +24,25 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.sparql</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <name>Clerezza - SCB Jena SPARQL engine</name>
     <description>Allows executing SPARQL queries on SCB using the jena sparql engine.</description>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.storage</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jena</groupId>
@@ -61,13 +61,13 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.simple.storage</artifactId>
             <scope>test</scope>
-            <version>0.8-SNAPSHOT</version>
+            <version>0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/rdf.jena.storage/pom.xml b/rdf.jena.storage/pom.xml
index 47b603f..fe1a2aa 100644
--- a/rdf.jena.storage/pom.xml
+++ b/rdf.jena.storage/pom.xml
@@ -24,20 +24,20 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.storage</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <name>Clerezza - SCB Jena Storage Provider</name>
     <description>Allows converting Jena graphs to SCB graphs. (Currently no TcProvider comprised)</description>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.wymiwyg</groupId>
@@ -52,19 +52,19 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.simple.storage</artifactId>
             <scope>test</scope>
-            <version>0.8-SNAPSHOT</version>
+            <version>0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
             <scope>test</scope>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/rdf.jena.tdb.storage/pom.xml b/rdf.jena.tdb.storage/pom.xml
index 8b28dd0..ec52049 100644
--- a/rdf.jena.tdb.storage/pom.xml
+++ b/rdf.jena.tdb.storage/pom.xml
@@ -22,20 +22,20 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.tdb.storage</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <name>Clerezza - SCB Jena TDB Storage Provider</name>
     <description>A Jena TDB based storage provider</description>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -45,22 +45,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.storage</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.sparql</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -101,7 +101,7 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core.test</artifactId>
             <scope>test</scope>
-            <version>0.15-SNAPSHOT</version>
+            <version>0.15</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/rdf.locking/pom.xml b/rdf.locking/pom.xml
index c723a5c..71208e6 100644
--- a/rdf.locking/pom.xml
+++ b/rdf.locking/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.locking</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     
     <packaging>bundle</packaging>
     <name>Clerezza - RDF Utility for MGraph lock monitoring</name>
@@ -45,12 +45,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/rdf.metadata/pom.xml b/rdf.metadata/pom.xml
index 392ab12..44bbf8d 100644
--- a/rdf.metadata/pom.xml
+++ b/rdf.metadata/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.metadata</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - SCB Metadata</name>
     <description>An interface that specifies how to create meta data about data
     depending on its media type.</description>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/rdf.ontologies/pom.xml b/rdf.ontologies/pom.xml
index 0d5ea96..100417b 100644
--- a/rdf.ontologies/pom.xml
+++ b/rdf.ontologies/pom.xml
@@ -25,12 +25,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.ontologies</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</version>
     
     <packaging>bundle</packaging>
     <name>Clerezza - SCB Ontologies</name>
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
@@ -71,7 +71,7 @@
                         </goals>
                     </execution>
                 </executions>
-                <version>0.4-SNAPSHOT</version>
+                <version>0.4</version>
         </plugin>
         </plugins>
     </build>
diff --git a/rdf.rdfa/pom.xml b/rdf.rdfa/pom.xml
index 1d1e31e..8037651 100644
--- a/rdf.rdfa/pom.xml
+++ b/rdf.rdfa/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.rdfa</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - SCB RDFa parsing support</name>
     <description>
         A SAX-based parser for RDFa 
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>net.rootdev</groupId>
diff --git a/rdf.rdfjson/pom.xml b/rdf.rdfjson/pom.xml
index ff33631..37ada3d 100644
--- a/rdf.rdfjson/pom.xml
+++ b/rdf.rdfjson/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.rdfjson</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <name>Clerezza - SCB rdf/json Parser and Serializer</name>
     <description>A rdf/json Parser- and SerializerProvider</description>
     <dependencies>
@@ -43,17 +43,17 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>org.json.simple</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/rdf.scala.utils/pom.xml b/rdf.scala.utils/pom.xml
index 4d25fc9..154757d 100644
--- a/rdf.scala.utils/pom.xml
+++ b/rdf.scala.utils/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.scala.utils</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <packaging>bundle</packaging>
     <name>Clerezza - SCB Scala Utilities</name>
     <description>OSGi bundle providing utilities for accessing SCB
@@ -62,12 +62,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/rdf.schemagen/pom.xml b/rdf.schemagen/pom.xml
index b3c2c72..b763ad5 100644
--- a/rdf.schemagen/pom.xml
+++ b/rdf.schemagen/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
-    <version>0.11-SNAPSHOT</version>
+    <version>0.11</version>
     <artifactId>rdf.schemagen</artifactId>
     <packaging>jar</packaging>
     <name>Clerezza - SCB Schema-Class Generator</name>
@@ -45,12 +45,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/rdf.simple.storage/pom.xml b/rdf.simple.storage/pom.xml
index 93fe73a..7205feb 100644
--- a/rdf.simple.storage/pom.xml
+++ b/rdf.simple.storage/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.simple.storage</artifactId>
     <packaging>bundle</packaging>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
     <name>Clerezza - SCB Simple TripleCollection Provider</name>
     <dependencies>
         <dependency>
@@ -41,13 +41,13 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core.test</artifactId>
             <scope>test</scope>
-            <version>0.15-SNAPSHOT</version>
+            <version>0.15</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/rdf.stable.serializer/pom.xml b/rdf.stable.serializer/pom.xml
index cc8097a..fe90e7f 100644
--- a/rdf.stable.serializer/pom.xml
+++ b/rdf.stable.serializer/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.stable.serializer</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Stable Serializer</name>
     <description>A SerializingProvider that prodocues a stable output. This means
         if the graph to be serialized changes a little, then also the output 
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -49,18 +49,18 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
             <scope>test</scope>
-            <version>0.11-SNAPSHOT</version>
+            <version>0.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-         <version>0.14-SNAPSHOT</version>
+         <version>0.14</version>
          <type>bundle</type>
         </dependency>
         <dependency>
diff --git a/rdf.storage.externalizer/pom.xml b/rdf.storage.externalizer/pom.xml
index 4501198..31cbbc7 100644
--- a/rdf.storage.externalizer/pom.xml
+++ b/rdf.storage.externalizer/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.storage.externalizer</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - SCB Literal Externalizing Storage Provider</name>
     <description>A Storage Provider storing large literals to files before
     and relying on another provider for storing triples.</description>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/rdf.storage.web/pom.xml b/rdf.storage.web/pom.xml
index dc6276b..8a5c922 100644
--- a/rdf.storage.web/pom.xml
+++ b/rdf.storage.web/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>rdf.storage.web</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - SCB Caching Web Storage Provider</name>
     <description>A (currently read-only) storage provider retrieving graphs from the web. It
@@ -45,22 +45,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>osgi.services</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
           <groupId>org.scala-lang</groupId>
@@ -73,7 +73,7 @@
         <dependency>
           <groupId>org.apache.clerezza.ext</groupId>
           <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/rdf.utils/pom.xml b/rdf.utils/pom.xml
index 3fb5590..27f0d7c 100644
--- a/rdf.utils/pom.xml
+++ b/rdf.utils/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.utils</artifactId>
     <packaging>bundle</packaging>
-    <version>0.14-SNAPSHOT</version>
+    <version>0.14</version>
     <name>Clerezza - SCB Utilities</name>
     <description>Utility classed to deal with Clerezza Models</description>
     <dependencies>
@@ -42,17 +42,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core.test</artifactId>
-            <version>0.15-SNAPSHOT</version>
+            <version>0.15</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/rdf.virtuoso.storage/pom.xml b/rdf.virtuoso.storage/pom.xml
index b7c8dc2..4147e57 100644
--- a/rdf.virtuoso.storage/pom.xml
+++ b/rdf.virtuoso.storage/pom.xml
@@ -17,27 +17,26 @@
  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">
+--><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>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
 	</parent>
 	<artifactId>rdf.virtuoso.storage</artifactId>
 	<name>Clerezza - SCB Virtuoso storage provider</name>
 	<description>A virtuoso based storage provider</description>
 	<packaging>bundle</packaging>
-	<version>0.3-SNAPSHOT</version>
+	<version>0.3</version>
 	
 	<dependencies>
 		<!-- CLEREZZA -->
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.14-SNAPSHOT</version>
+			<version>0.14</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -49,7 +48,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>ext.virtuoso.jdbc</artifactId>
-			<version>0.3-SNAPSHOT</version>
+			<version>0.3</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -270,7 +269,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore />
 									</action>
 								</pluginExecution>
 							</pluginExecutions>
diff --git a/rdf.web/pom.xml b/rdf.web/pom.xml
index eb86286..086e08b 100644
--- a/rdf.web/pom.xml
+++ b/rdf.web/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web</artifactId>
     <packaging>pom</packaging>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.10</version>
     <name>Clerezza - SCB Web Access</name>
     <description>Allows access to SCB graphs over HTTP with JAX-RS</description>
     <modules>
diff --git a/rdf.web/rdf.web.core/pom.xml b/rdf.web/rdf.web.core/pom.xml
index 00a4c65..86f13d0 100644
--- a/rdf.web/rdf.web.core/pom.xml
+++ b/rdf.web/rdf.web.core/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>rdf.web</artifactId>
-        <version>0.10-SNAPSHOT</version>
+        <version>0.10</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <name>Clerezza - SCB Web Access Core</name>
     <description>The core part of SCB Web Access</description>
     <dependencies>
@@ -41,29 +41,29 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
             <scope>test</scope>
-            <version>0.11-SNAPSHOT</version>
+            <version>0.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.easymock</groupId>
@@ -77,32 +77,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.web.ontologies</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.globalmenu.api</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>permissiondescriptions</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/rdf.web/rdf.web.ontologies/pom.xml b/rdf.web/rdf.web.ontologies/pom.xml
index 1734d7a..ca4a70f 100644
--- a/rdf.web/rdf.web.ontologies/pom.xml
+++ b/rdf.web/rdf.web.ontologies/pom.xml
@@ -24,19 +24,19 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>rdf.web</artifactId>
-        <version>0.10-SNAPSHOT</version>
+        <version>0.10</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web.ontologies</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <name>Clerezza - SCB Web Access Ontologies</name>
     <description>Ontologies defined for local use in SCB Web Access</description>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/scala-scripting/pom.xml b/scala-scripting/pom.xml
index 91f3a48..f95b9aa 100644
--- a/scala-scripting/pom.xml
+++ b/scala-scripting/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.clerezza.scala</groupId>
     <artifactId>scala</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>pom</packaging>
     <name>Scala OSGi Services</name>
     <description>Provides bundles and services to allow compiling and executing scala code
@@ -76,7 +76,7 @@
             <dependency>
                 <groupId>org.apache.clerezza.scala</groupId>
                 <artifactId>script-engine</artifactId>
-                <version>0.3-SNAPSHOT</version>
+                <version>0.3</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
@@ -180,4 +180,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>reactor-0.3</tag>
+  </scm>
 </project>
\ No newline at end of file
diff --git a/scala-scripting/script-engine/pom.xml b/scala-scripting/script-engine/pom.xml
index cd46545..de57691 100644
--- a/scala-scripting/script-engine/pom.xml
+++ b/scala-scripting/script-engine/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.clerezza.scala</groupId>
         <artifactId>scala</artifactId>
-        <version>0.3-SNAPSHOT</version>
+        <version>0.3</version>
     </parent>
     <artifactId>script-engine</artifactId>
     <packaging>bundle</packaging>
@@ -60,7 +60,7 @@
         <dependency>
           <groupId>org.apache.clerezza.ext</groupId>
           <artifactId>slf4j-scala-api</artifactId>
-          <version>1.6.3-SNAPSHOT</version>
+          <version>1.6.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/scala-scripting/tests/pom.xml b/scala-scripting/tests/pom.xml
index a3f0e83..bf94079 100644
--- a/scala-scripting/tests/pom.xml
+++ b/scala-scripting/tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.clerezza.scala</groupId>
         <artifactId>scala</artifactId>
-        <version>0.3-SNAPSHOT</version>
+        <version>0.3</version>
     </parent>
     <groupId>org.apache.clerezza.scala</groupId>
     <artifactId>tests</artifactId>
@@ -85,12 +85,12 @@
             <groupId>org.apache.clerezza.scala</groupId>
             <artifactId>script-engine</artifactId>
             <scope>provided</scope>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
           <groupId>org.apache.clerezza.ext</groupId>
           <artifactId>slf4j-scala-api</artifactId>
-          <version>1.6.3-SNAPSHOT</version>
+          <version>1.6.3</version>
           <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/shell.felixshellcommand/pom.xml b/shell.felixshellcommand/pom.xml
index ef55834..1d985d5 100644
--- a/shell.felixshellcommand/pom.xml
+++ b/shell.felixshellcommand/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>shell.felixshellcommand</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Integartion of felix shell commands into clerezza shell</name>
     <description>
@@ -40,12 +40,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>shell</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/shell/pom.xml b/shell/pom.xml
index 5019d1a..9cd63f6 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -24,23 +24,23 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>shell</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Shell Service</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza.scala</groupId>
             <artifactId>script-engine</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>osgi.services</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
@@ -75,7 +75,7 @@
         <dependency>
           <groupId>org.apache.clerezza.ext</groupId>
           <artifactId>slf4j-scala-api</artifactId>
-            <version>1.6.3-SNAPSHOT</version>
+            <version>1.6.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/slf4j-scala-api/pom.xml b/slf4j-scala-api/pom.xml
index 00a139b..3757029 100644
--- a/slf4j-scala-api/pom.xml
+++ b/slf4j-scala-api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>clerezza</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
 
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.clerezza.ext</groupId>
   <artifactId>slf4j-scala-api</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <packaging>bundle</packaging>
   <name>SLF4J Scala API Module</name>
 
diff --git a/sshshell/pom.xml b/sshshell/pom.xml
index d683933..dd6c1c1 100644
--- a/sshshell/pom.xml
+++ b/sshshell/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>sshshell</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - SSH Shell Access</name>
     <description>SSH access to clerezza</description>
     <dependencies>
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>shell</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.stanbol</groupId>
diff --git a/ssl.keygen/base/pom.xml b/ssl.keygen/base/pom.xml
index c79a826..ece3072 100644
--- a/ssl.keygen/base/pom.xml
+++ b/ssl.keygen/base/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>ssl.keygen</artifactId>
-        <version>0.6-SNAPSHOT</version>
+        <version>0.6</version>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>ssl.keygen.base</artifactId>
     <packaging>bundle</packaging>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <name>Clerezza - FOAF+SSL Keygen :: Base Component</name>
     <build>
         <plugins>
diff --git a/ssl.keygen/pom.xml b/ssl.keygen/pom.xml
index ce188c4..ede82c6 100644
--- a/ssl.keygen/pom.xml
+++ b/ssl.keygen/pom.xml
@@ -22,13 +22,13 @@
    <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
    </parent>
    <groupId>org.apache.clerezza</groupId>
    <artifactId>ssl.keygen</artifactId>
    <packaging>pom</packaging>
-   <version>0.6-SNAPSHOT</version>
+   <version>0.6</version>
    <name>Clerezza - FOAF+SSL Keygen Lib :: Creating WebIDs in one Click</name>
    <url>http://www.rcs.manchester.ac.uk/</url>
 
diff --git a/templating.seedsnipe/pom.xml b/templating.seedsnipe/pom.xml
index 4101acb..96c4615 100644
--- a/templating.seedsnipe/pom.xml
+++ b/templating.seedsnipe/pom.xml
@@ -24,13 +24,13 @@
      <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>templating.seedsnipe</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <name>Clerezza - Templating seedsnipe</name>
     <dependencies>
         <dependency>
@@ -42,22 +42,22 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>templating</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/templating/pom.xml b/templating/pom.xml
index 83866e5..84753c5 100644
--- a/templating/pom.xml
+++ b/templating/pom.xml
@@ -24,19 +24,19 @@
      <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>templating</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <name>Clerezza - Templating Engine</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/tools.offline/pom.xml b/tools.offline/pom.xml
index 6b36989..bcd0c4a 100644
--- a/tools.offline/pom.xml
+++ b/tools.offline/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>tools.offline</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza - Tools Offline Site Generator</name>
     <description>The core part of SCB Web Access</description>
     <dependencies>
@@ -42,29 +42,29 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3-SNAPSHOT</version>
+            <version>0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typerendering.scalaserverpages</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
             <scope>test</scope>
-            <version>0.11-SNAPSHOT</version>
+            <version>0.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
             <scope>test</scope>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
@@ -73,32 +73,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.9-SNAPSHOT</version>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.web.ontologies</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.content.representations.core</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/uima/pom.xml b/uima/pom.xml
index 700be6f..7ea5ab2 100644
--- a/uima/pom.xml
+++ b/uima/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>pom</packaging>
   <name>Clerezza - Apache UIMA extension module</name>
   <description>Apache UIMA extension modules enable usage of UIMA for enhanced metadata extraction inside Clerezza
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>clerezza</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <relativePath>../parent</relativePath>
   </parent>
   <properties>
diff --git a/uima/uima.casconsumer/pom.xml b/uima/uima.casconsumer/pom.xml
index 8773b66..00c93d3 100644
--- a/uima/uima.casconsumer/pom.xml
+++ b/uima/uima.casconsumer/pom.xml
@@ -21,13 +21,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.casconsumer</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA CAS Consumer for Graph objects</name>
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>uima</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <dependencies>
     <dependency>
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.ontologies.ao</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
@@ -49,12 +49,12 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-        <version>0.14-SNAPSHOT</version>
+        <version>0.14</version>
         </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.utils</artifactId>
-        <version>0.14-SNAPSHOT</version>
+        <version>0.14</version>
         </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
@@ -65,7 +65,7 @@
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.simple.storage</artifactId>
       <scope>runtime</scope>
-        <version>0.8-SNAPSHOT</version>
+        <version>0.8</version>
         </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
diff --git a/uima/uima.concept-tagging/pom.xml b/uima/uima.concept-tagging/pom.xml
index 2340903..de2190c 100644
--- a/uima/uima.concept-tagging/pom.xml
+++ b/uima/uima.concept-tagging/pom.xml
@@ -21,34 +21,34 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.concept-tagging</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA extension for concept tagging</name>
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>uima</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <dependencies>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>platform.concepts.core</artifactId>
-        <version>0.2-SNAPSHOT</version>
+        <version>0.2</version>
         </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.utils</artifactId>
-        <version>0.14-SNAPSHOT</version>
+        <version>0.14</version>
         </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.utils</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.casconsumer</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
diff --git a/uima/uima.metadata-generator/pom.xml b/uima/uima.metadata-generator/pom.xml
index 8410269..899b9ea 100644
--- a/uima/uima.metadata-generator/pom.xml
+++ b/uima/uima.metadata-generator/pom.xml
@@ -21,34 +21,34 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.metadata-generator</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA extension for metadata generation</name>
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>uima</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <dependencies>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>platform.content</artifactId>
-        <version>0.14-SNAPSHOT</version>
+        <version>0.14</version>
         </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.utils</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.ontologies</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-        <version>0.14-SNAPSHOT</version>
+        <version>0.14</version>
         </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
diff --git a/uima/uima.ontologies.ao/pom.xml b/uima/uima.ontologies.ao/pom.xml
index 15086a5..af886c1 100644
--- a/uima/uima.ontologies.ao/pom.xml
+++ b/uima/uima.ontologies.ao/pom.xml
@@ -21,20 +21,20 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.ontologies.ao</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA and Annotation Ontology</name>
   <description>Annotation Ontology (AO) modeling UIMA to be used with Clerezza</description>
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>uima</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <dependencies>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-        <version>0.14-SNAPSHOT</version>
+        <version>0.14</version>
         </dependency>
   </dependencies>
   <build>
@@ -82,7 +82,7 @@
             </goals>
           </execution>
         </executions>
-          <version>0.4-SNAPSHOT</version>
+          <version>0.4</version>
         </plugin>
     </plugins>
   </build>
diff --git a/uima/uima.ontologies/pom.xml b/uima/uima.ontologies/pom.xml
index ce1fe66..4f1f29e 100644
--- a/uima/uima.ontologies/pom.xml
+++ b/uima/uima.ontologies/pom.xml
@@ -21,20 +21,20 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.ontologies</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA related ontologies</name>
   <description>RDFS ontologies and vocabularies modeling UIMA to be used with Clerezza</description>
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>uima</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <dependencies>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-        <version>0.14-SNAPSHOT</version>
+        <version>0.14</version>
         </dependency>
   </dependencies>
   <build>
@@ -62,7 +62,7 @@
             </goals>
           </execution>
         </executions>
-          <version>0.4-SNAPSHOT</version>
+          <version>0.4</version>
         </plugin>
     </plugins>
   </build>
diff --git a/uima/uima.samples/pom.xml b/uima/uima.samples/pom.xml
index 25d5103..8290eb4 100644
--- a/uima/uima.samples/pom.xml
+++ b/uima/uima.samples/pom.xml
@@ -21,19 +21,19 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.samples</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA integration samples</name>
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>uima</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <dependencies>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.utils</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
         <groupId>javax.ws.rs</groupId>
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.casconsumer</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>jaxrs.utils</artifactId>
-        <version>0.9-SNAPSHOT</version>
+        <version>0.9</version>
         </dependency>
     <dependency>
       <groupId>org.apache.opennlp</groupId>
diff --git a/uima/uima.utils/pom.xml b/uima/uima.utils/pom.xml
index 2d6fe91..94794a0 100644
--- a/uima/uima.utils/pom.xml
+++ b/uima/uima.utils/pom.xml
@@ -21,20 +21,20 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.utils</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA extension utils</name>
   <description>Extension utils to call UIMA inside Clerezza</description>
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>uima</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <dependencies>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.utils</artifactId>
-      <version>0.14-SNAPSHOT</version>
+      <version>0.14</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.ontologies</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
diff --git a/utils.customproperty/pom.xml b/utils.customproperty/pom.xml
index de47df1..e017ad9 100644
--- a/utils.customproperty/pom.xml
+++ b/utils.customproperty/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>utils.customproperty</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Utils Custom Property</name>
     <description>Management of additional properties of specified items.</description>
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphprovider.content</artifactId>
-            <version>0.7-SNAPSHOT</version>
+            <version>0.7</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/utils.imageprocessing/pom.xml b/utils.imageprocessing/pom.xml
index 05105d5..6c048ee 100644
--- a/utils.imageprocessing/pom.xml
+++ b/utils.imageprocessing/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>utils.imageprocessing</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Utils Image Processor</name>
     <description>A utility to manipulate images: resize, rotate, and flip</description>
@@ -46,12 +46,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <version>0.14</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
-            <version>0.12-SNAPSHOT</version>
+            <version>0.12</version>
         </dependency>
         <dependency>
             <groupId>javax.ws.rs</groupId>
diff --git a/utils/pom.xml b/utils/pom.xml
index 9fe7b52..6b53322 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>utils</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Utilities Project</name>
     <description>A collection of commonly used utilities</description>
diff --git a/web.fileserver/pom.xml b/web.fileserver/pom.xml
index efdeaca..88c24da 100644
--- a/web.fileserver/pom.xml
+++ b/web.fileserver/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.fileserver</artifactId>
     <packaging>bundle</packaging>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.10</version>
     <name>Clerezza - Jax-Rs File Server</name>
     <dependencies>
         <dependency>
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/web.resources.jquery/pom.xml b/web.resources.jquery/pom.xml
index aaf5b8b..05e81d3 100644
--- a/web.resources.jquery/pom.xml
+++ b/web.resources.jquery/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.resources.jquery</artifactId>
     <packaging>bundle</packaging>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.6</version>
     <name>Clerezza - jQuery bundlized</name>
     <description>
         jQuery 1.3.2 as a bundle
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/web.resources.scripts/pom.xml b/web.resources.scripts/pom.xml
index 9a29b28..ba89733 100644
--- a/web.resources.scripts/pom.xml
+++ b/web.resources.scripts/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.resources.scripts</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
     <name>Clerezza - Scripts</name>
     <description>
         Exposes scripts for the Platform 
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.resources.jquery</artifactId>
-            <version>0.6-SNAPSHOT</version>
+            <version>0.6</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/web.resources.yui/pom.xml b/web.resources.yui/pom.xml
index a2865a9..173ce12 100644
--- a/web.resources.yui/pom.xml
+++ b/web.resources.yui/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.resources.yui</artifactId>
     <packaging>bundle</packaging>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <name>Clerezza Ext - Yui JS</name>
     <description>
         Yahoo JS as a bundle
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>web.fileserver</artifactId>
-            <version>0.10-SNAPSHOT</version>
+            <version>0.10</version>
         </dependency>
     </dependencies>
     <build>