You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/08/01 19:00:30 UTC

[1/2] CLEREZZA-926: updated project version to SNPASHOT (without updating dependencies

Repository: clerezza
Updated Branches:
  refs/heads/release-201407 e5ca213b5 -> 2bd303dd7


http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.file.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.file.storage/pom.xml b/rdf.file.storage/pom.xml
index 65dd9b8..18e2214 100644
--- a/rdf.file.storage/pom.xml
+++ b/rdf.file.storage/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.file.storage</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB File Storage Provider</name>
     <description>A file base storage provider</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.jena.commons/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.jena.commons/pom.xml b/rdf.jena.commons/pom.xml
index 9842c87..ce308dc 100644
--- a/rdf.jena.commons/pom.xml
+++ b/rdf.jena.commons/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.commons</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Jena Commons</name>
     <description>Common classes needed by Jena adaptors</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.jena.facade/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.jena.facade/pom.xml b/rdf.jena.facade/pom.xml
index b31dbb8..04c8b35 100644
--- a/rdf.jena.facade/pom.xml
+++ b/rdf.jena.facade/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.facade</artifactId>
     <packaging>bundle</packaging>
-    <version>0.14</version>
+    <version>1.0.0-SNAPSHOT</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>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.jena.parser/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.jena.parser/pom.xml b/rdf.jena.parser/pom.xml
index b8c3541..1f969bc 100644
--- a/rdf.jena.parser/pom.xml
+++ b/rdf.jena.parser/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.parser</artifactId>
     <packaging>bundle</packaging>
-    <version>0.12</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Jena based Parser</name>
     <description>A ParserProvider based on jena</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.jena.serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.jena.serializer/pom.xml b/rdf.jena.serializer/pom.xml
index 201f839..55b6ddb 100644
--- a/rdf.jena.serializer/pom.xml
+++ b/rdf.jena.serializer/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.serializer</artifactId>
     <packaging>bundle</packaging>
-    <version>0.11</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Jena based Serializer</name>
     <description>A SerializingProvider based on jena</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.jena.sparql/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.jena.sparql/pom.xml b/rdf.jena.sparql/pom.xml
index 4ecb953..3fdc200 100644
--- a/rdf.jena.sparql/pom.xml
+++ b/rdf.jena.sparql/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.sparql</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Jena SPARQL engine</name>
     <description>Allows executing SPARQL queries on SCB using the jena sparql engine.</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.jena.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.jena.storage/pom.xml b/rdf.jena.storage/pom.xml
index fe1a2aa..3505b6b 100644
--- a/rdf.jena.storage/pom.xml
+++ b/rdf.jena.storage/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.storage</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Jena Storage Provider</name>
     <description>Allows converting Jena graphs to SCB graphs. (Currently no TcProvider comprised)</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.jena.tdb.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.jena.tdb.storage/pom.xml b/rdf.jena.tdb.storage/pom.xml
index ec52049..9306ee3 100644
--- a/rdf.jena.tdb.storage/pom.xml
+++ b/rdf.jena.tdb.storage/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.tdb.storage</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Jena TDB Storage Provider</name>
     <description>A Jena TDB based storage provider</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.locking/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.locking/pom.xml b/rdf.locking/pom.xml
index 71208e6..a39885f 100644
--- a/rdf.locking/pom.xml
+++ b/rdf.locking/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.locking</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     
     <packaging>bundle</packaging>
     <name>Clerezza - RDF Utility for MGraph lock monitoring</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.metadata/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.metadata/pom.xml b/rdf.metadata/pom.xml
index 44bbf8d..0f5072d 100644
--- a/rdf.metadata/pom.xml
+++ b/rdf.metadata/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.metadata</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Metadata</name>
     <description>An interface that specifies how to create meta data about data
     depending on its media type.</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.ontologies/pom.xml b/rdf.ontologies/pom.xml
index 100417b..7dbf888 100644
--- a/rdf.ontologies/pom.xml
+++ b/rdf.ontologies/pom.xml
@@ -30,7 +30,7 @@
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.ontologies</artifactId>
-    <version>0.12</version>
+    <version>1.0.0-SNAPSHOT</version>
     
     <packaging>bundle</packaging>
     <name>Clerezza - SCB Ontologies</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.rdfa/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.rdfa/pom.xml b/rdf.rdfa/pom.xml
index 8037651..036e38f 100644
--- a/rdf.rdfa/pom.xml
+++ b/rdf.rdfa/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.rdfa</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB RDFa parsing support</name>
     <description>
         A SAX-based parser for RDFa 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.rdfjson/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.rdfjson/pom.xml b/rdf.rdfjson/pom.xml
index 37ada3d..adbd0d6 100644
--- a/rdf.rdfjson/pom.xml
+++ b/rdf.rdfjson/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.rdfjson</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB rdf/json Parser and Serializer</name>
     <description>A rdf/json Parser- and SerializerProvider</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.scala.utils/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.scala.utils/pom.xml b/rdf.scala.utils/pom.xml
index 154757d..1026034 100644
--- a/rdf.scala.utils/pom.xml
+++ b/rdf.scala.utils/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.scala.utils</artifactId>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - SCB Scala Utilities</name>
     <description>OSGi bundle providing utilities for accessing SCB

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.schemagen/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.schemagen/pom.xml b/rdf.schemagen/pom.xml
index b763ad5..70a208a 100644
--- a/rdf.schemagen/pom.xml
+++ b/rdf.schemagen/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
-    <version>0.11</version>
+    <version>1.0.0-SNAPSHOT</version>
     <artifactId>rdf.schemagen</artifactId>
     <packaging>jar</packaging>
     <name>Clerezza - SCB Schema-Class Generator</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.simple.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.simple.storage/pom.xml b/rdf.simple.storage/pom.xml
index 7205feb..d134baa 100644
--- a/rdf.simple.storage/pom.xml
+++ b/rdf.simple.storage/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.simple.storage</artifactId>
     <packaging>bundle</packaging>
-    <version>0.8</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Simple TripleCollection Provider</name>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.stable.serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.stable.serializer/pom.xml b/rdf.stable.serializer/pom.xml
index fe90e7f..e4d0b4f 100644
--- a/rdf.stable.serializer/pom.xml
+++ b/rdf.stable.serializer/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.stable.serializer</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</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 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.storage.externalizer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.storage.externalizer/pom.xml b/rdf.storage.externalizer/pom.xml
index 31cbbc7..3f6a7c0 100644
--- a/rdf.storage.externalizer/pom.xml
+++ b/rdf.storage.externalizer/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.storage.externalizer</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</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>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.storage.web/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.storage.web/pom.xml b/rdf.storage.web/pom.xml
index 8a5c922..ab32443 100644
--- a/rdf.storage.web/pom.xml
+++ b/rdf.storage.web/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>rdf.storage.web</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</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

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.utils/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.utils/pom.xml b/rdf.utils/pom.xml
index 27f0d7c..de6dc50 100644
--- a/rdf.utils/pom.xml
+++ b/rdf.utils/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.utils</artifactId>
     <packaging>bundle</packaging>
-    <version>0.14</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Utilities</name>
     <description>Utility classed to deal with Clerezza Models</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.virtuoso.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.virtuoso.storage/pom.xml b/rdf.virtuoso.storage/pom.xml
index 4147e57..a6dad84 100644
--- a/rdf.virtuoso.storage/pom.xml
+++ b/rdf.virtuoso.storage/pom.xml
@@ -29,7 +29,7 @@
 	<name>Clerezza - SCB Virtuoso storage provider</name>
 	<description>A virtuoso based storage provider</description>
 	<packaging>bundle</packaging>
-	<version>0.3</version>
+	<version>1.0.0-SNAPSHOT</version>
 	
 	<dependencies>
 		<!-- CLEREZZA -->

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.web/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.web/pom.xml b/rdf.web/pom.xml
index 086e08b..73ea91d 100644
--- a/rdf.web/pom.xml
+++ b/rdf.web/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web</artifactId>
     <packaging>pom</packaging>
-    <version>0.10</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Web Access</name>
     <description>Allows access to SCB graphs over HTTP with JAX-RS</description>
     <modules>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.web/rdf.web.core/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.web/rdf.web.core/pom.xml b/rdf.web/rdf.web.core/pom.xml
index 86f13d0..772fd5a 100644
--- a/rdf.web/rdf.web.core/pom.xml
+++ b/rdf.web/rdf.web.core/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Web Access Core</name>
     <description>The core part of SCB Web Access</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.web/rdf.web.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.web/rdf.web.ontologies/pom.xml b/rdf.web/rdf.web.ontologies/pom.xml
index ca4a70f..4585475 100644
--- a/rdf.web/rdf.web.ontologies/pom.xml
+++ b/rdf.web/rdf.web.ontologies/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web.ontologies</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Web Access Ontologies</name>
     <description>Ontologies defined for local use in SCB Web Access</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/scala-scripting/pom.xml
----------------------------------------------------------------------
diff --git a/scala-scripting/pom.xml b/scala-scripting/pom.xml
index f95b9aa..3109f07 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</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Scala OSGi Services</name>
     <description>Provides bundles and services to allow compiling and executing scala code

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/shell.felixshellcommand/pom.xml
----------------------------------------------------------------------
diff --git a/shell.felixshellcommand/pom.xml b/shell.felixshellcommand/pom.xml
index 1d985d5..1990088 100644
--- a/shell.felixshellcommand/pom.xml
+++ b/shell.felixshellcommand/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>shell.felixshellcommand</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Integartion of felix shell commands into clerezza shell</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/shell/pom.xml
----------------------------------------------------------------------
diff --git a/shell/pom.xml b/shell/pom.xml
index 9cd63f6..b3c7a6f 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>shell</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Shell Service</name>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/slf4j-scala-api/pom.xml
----------------------------------------------------------------------
diff --git a/slf4j-scala-api/pom.xml b/slf4j-scala-api/pom.xml
index 3757029..592dd55 100644
--- a/slf4j-scala-api/pom.xml
+++ b/slf4j-scala-api/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.clerezza.ext</groupId>
   <artifactId>slf4j-scala-api</artifactId>
-  <version>1.6.3</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>SLF4J Scala API Module</name>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/sshshell/pom.xml
----------------------------------------------------------------------
diff --git a/sshshell/pom.xml b/sshshell/pom.xml
index dd6c1c1..2e9a5e4 100644
--- a/sshshell/pom.xml
+++ b/sshshell/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>sshshell</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SSH Shell Access</name>
     <description>SSH access to clerezza</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ssl.keygen/base/pom.xml
----------------------------------------------------------------------
diff --git a/ssl.keygen/base/pom.xml b/ssl.keygen/base/pom.xml
index ece3072..126c2d8 100644
--- a/ssl.keygen/base/pom.xml
+++ b/ssl.keygen/base/pom.xml
@@ -27,7 +27,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>ssl.keygen.base</artifactId>
     <packaging>bundle</packaging>
-    <version>0.6</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - FOAF+SSL Keygen :: Base Component</name>
     <build>
         <plugins>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ssl.keygen/pom.xml
----------------------------------------------------------------------
diff --git a/ssl.keygen/pom.xml b/ssl.keygen/pom.xml
index ede82c6..b2abfe2 100644
--- a/ssl.keygen/pom.xml
+++ b/ssl.keygen/pom.xml
@@ -28,7 +28,7 @@
    <groupId>org.apache.clerezza</groupId>
    <artifactId>ssl.keygen</artifactId>
    <packaging>pom</packaging>
-   <version>0.6</version>
+   <version>1.0.0-SNAPSHOT</version>
    <name>Clerezza - FOAF+SSL Keygen Lib :: Creating WebIDs in one Click</name>
    <url>http://www.rcs.manchester.ac.uk/</url>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/templating.seedsnipe/pom.xml
----------------------------------------------------------------------
diff --git a/templating.seedsnipe/pom.xml b/templating.seedsnipe/pom.xml
index 96c4615..962a324 100644
--- a/templating.seedsnipe/pom.xml
+++ b/templating.seedsnipe/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>templating.seedsnipe</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Templating seedsnipe</name>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/templating/pom.xml
----------------------------------------------------------------------
diff --git a/templating/pom.xml b/templating/pom.xml
index 84753c5..261c1b2 100644
--- a/templating/pom.xml
+++ b/templating/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>templating</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Templating Engine</name>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/tools.offline/pom.xml
----------------------------------------------------------------------
diff --git a/tools.offline/pom.xml b/tools.offline/pom.xml
index bcd0c4a..000af6d 100644
--- a/tools.offline/pom.xml
+++ b/tools.offline/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>tools.offline</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Tools Offline Site Generator</name>
     <description>The core part of SCB Web Access</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/uima/pom.xml
----------------------------------------------------------------------
diff --git a/uima/pom.xml b/uima/pom.xml
index 7ea5ab2..fce8323 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</version>
+  <version>1.0.0-SNAPSHOT</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

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/uima/uima.casconsumer/pom.xml
----------------------------------------------------------------------
diff --git a/uima/uima.casconsumer/pom.xml b/uima/uima.casconsumer/pom.xml
index 00c93d3..646c086 100644
--- a/uima/uima.casconsumer/pom.xml
+++ b/uima/uima.casconsumer/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.casconsumer</artifactId>
-  <version>0.2</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA CAS Consumer for Graph objects</name>
   <parent>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/uima/uima.concept-tagging/pom.xml
----------------------------------------------------------------------
diff --git a/uima/uima.concept-tagging/pom.xml b/uima/uima.concept-tagging/pom.xml
index de2190c..138bed1 100644
--- a/uima/uima.concept-tagging/pom.xml
+++ b/uima/uima.concept-tagging/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.concept-tagging</artifactId>
-  <version>0.2</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA extension for concept tagging</name>
   <parent>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/uima/uima.metadata-generator/pom.xml
----------------------------------------------------------------------
diff --git a/uima/uima.metadata-generator/pom.xml b/uima/uima.metadata-generator/pom.xml
index 899b9ea..dd811d4 100644
--- a/uima/uima.metadata-generator/pom.xml
+++ b/uima/uima.metadata-generator/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.metadata-generator</artifactId>
-  <version>0.2</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA extension for metadata generation</name>
   <parent>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/uima/uima.ontologies.ao/pom.xml
----------------------------------------------------------------------
diff --git a/uima/uima.ontologies.ao/pom.xml b/uima/uima.ontologies.ao/pom.xml
index af886c1..311899d 100644
--- a/uima/uima.ontologies.ao/pom.xml
+++ b/uima/uima.ontologies.ao/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.ontologies.ao</artifactId>
-  <version>0.2</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA and Annotation Ontology</name>
   <description>Annotation Ontology (AO) modeling UIMA to be used with Clerezza</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/uima/uima.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/uima/uima.ontologies/pom.xml b/uima/uima.ontologies/pom.xml
index 4f1f29e..f62beb9 100644
--- a/uima/uima.ontologies/pom.xml
+++ b/uima/uima.ontologies/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.ontologies</artifactId>
-  <version>0.2</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA related ontologies</name>
   <description>RDFS ontologies and vocabularies modeling UIMA to be used with Clerezza</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/uima/uima.samples/pom.xml
----------------------------------------------------------------------
diff --git a/uima/uima.samples/pom.xml b/uima/uima.samples/pom.xml
index 8290eb4..d2e4f13 100644
--- a/uima/uima.samples/pom.xml
+++ b/uima/uima.samples/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.samples</artifactId>
-  <version>0.2</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA integration samples</name>
   <parent>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/uima/uima.utils/pom.xml
----------------------------------------------------------------------
diff --git a/uima/uima.utils/pom.xml b/uima/uima.utils/pom.xml
index 94794a0..ea0ee1c 100644
--- a/uima/uima.utils/pom.xml
+++ b/uima/uima.utils/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.utils</artifactId>
-  <version>0.2</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Clerezza - Apache UIMA extension utils</name>
   <description>Extension utils to call UIMA inside Clerezza</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/utils.customproperty/pom.xml
----------------------------------------------------------------------
diff --git a/utils.customproperty/pom.xml b/utils.customproperty/pom.xml
index e017ad9..4f3a96e 100644
--- a/utils.customproperty/pom.xml
+++ b/utils.customproperty/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>utils.customproperty</artifactId>
-    <version>0.5</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Utils Custom Property</name>
     <description>Management of additional properties of specified items.</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/utils.imageprocessing/pom.xml
----------------------------------------------------------------------
diff --git a/utils.imageprocessing/pom.xml b/utils.imageprocessing/pom.xml
index 6c048ee..5c0e1e9 100644
--- a/utils.imageprocessing/pom.xml
+++ b/utils.imageprocessing/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>utils.imageprocessing</artifactId>
-    <version>0.8</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Utils Image Processor</name>
     <description>A utility to manipulate images: resize, rotate, and flip</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 6b53322..e44c43d 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>utils</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Utilities Project</name>
     <description>A collection of commonly used utilities</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/web.fileserver/pom.xml
----------------------------------------------------------------------
diff --git a/web.fileserver/pom.xml b/web.fileserver/pom.xml
index 88c24da..ae63ac1 100644
--- a/web.fileserver/pom.xml
+++ b/web.fileserver/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.fileserver</artifactId>
     <packaging>bundle</packaging>
-    <version>0.10</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Jax-Rs File Server</name>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/web.resources.jquery/pom.xml
----------------------------------------------------------------------
diff --git a/web.resources.jquery/pom.xml b/web.resources.jquery/pom.xml
index 05e81d3..8f1bcb4 100644
--- a/web.resources.jquery/pom.xml
+++ b/web.resources.jquery/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.resources.jquery</artifactId>
     <packaging>bundle</packaging>
-    <version>0.6</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - jQuery bundlized</name>
     <description>
         jQuery 1.3.2 as a bundle

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/web.resources.scripts/pom.xml
----------------------------------------------------------------------
diff --git a/web.resources.scripts/pom.xml b/web.resources.scripts/pom.xml
index ba89733..67a2c2b 100644
--- a/web.resources.scripts/pom.xml
+++ b/web.resources.scripts/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.resources.scripts</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Scripts</name>
     <description>
         Exposes scripts for the Platform 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/web.resources.yui/pom.xml
----------------------------------------------------------------------
diff --git a/web.resources.yui/pom.xml b/web.resources.yui/pom.xml
index 173ce12..6f7ca8d 100644
--- a/web.resources.yui/pom.xml
+++ b/web.resources.yui/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>web.resources.yui</artifactId>
     <packaging>bundle</packaging>
-    <version>0.5</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza Ext - Yui JS</name>
     <description>
         Yahoo JS as a bundle


[2/2] git commit: CLEREZZA-926: updated project version to SNPASHOT (without updating dependencies

Posted by re...@apache.org.
CLEREZZA-926: updated project version to SNPASHOT (without updating dependencies


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/2bd303dd
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/2bd303dd
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/2bd303dd

Branch: refs/heads/release-201407
Commit: 2bd303dd78c39891bfd1968156c177c19df30eb4
Parents: e5ca213
Author: Reto Gmür <re...@apache.org>
Authored: Fri Aug 1 18:59:03 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Fri Aug 1 18:59:03 2014 +0200

----------------------------------------------------------------------
 bundledevtool/pom.xml                                            | 2 +-
 clerezza-jar-resource-bundle/pom.xml                             | 4 ++--
 ext.com.ibm.icu/pom.xml                                          | 2 +-
 ext.org.json.simple/pom.xml                                      | 2 +-
 ext.virtuoso.jdbc/pom.xml                                        | 2 +-
 ext/bundles-pom/pom.xml                                          | 2 +-
 ext/jena-arq/pom.xml                                             | 4 ++--
 ext/jena-core/pom.xml                                            | 4 ++--
 ext/jena-iri/pom.xml                                             | 4 ++--
 ext/jena-tdb/pom.xml                                             | 4 ++--
 ext/pom.xml                                                      | 4 ++--
 jaxrs.extensions/pom.xml                                         | 2 +-
 jaxrs.rdf.providers/pom.xml                                      | 2 +-
 jaxrs.stanbol.fragments/pom.xml                                  | 2 +-
 jaxrs.utils/pom.xml                                              | 2 +-
 jaxrs.whiteboard.jersey/pom.xml                                  | 2 +-
 maven-ontologies-plugin/pom.xml                                  | 2 +-
 osgi.services/pom.xml                                            | 2 +-
 parent/pom.xml                                                   | 2 +-
 permissiondescriptions/pom.xml                                   | 2 +-
 .../platform.accountcontrolpanel.core/pom.xml                    | 2 +-
 .../platform.accountcontrolpanel.ontologies/pom.xml              | 2 +-
 platform.accountcontrolpanel/pom.xml                             | 2 +-
 platform.concepts/platform.concepts.core/pom.xml                 | 2 +-
 platform.concepts/platform.concepts.ontologies/pom.xml           | 2 +-
 platform.concepts/pom.xml                                        | 2 +-
 platform.config.gui/pom.xml                                      | 2 +-
 platform.config/pom.xml                                          | 2 +-
 platform.content.default404/pom.xml                              | 2 +-
 platform.content.fsadaptor/pom.xml                               | 2 +-
 platform.content.imagemetadata/pom.xml                           | 2 +-
 .../platform.content.representations.core/pom.xml                | 2 +-
 .../platform.content.representations.ontologies/pom.xml          | 2 +-
 platform.content.representations/pom.xml                         | 2 +-
 platform.content/pom.xml                                         | 2 +-
 platform.cris/pom.xml                                            | 2 +-
 platform.curieprefixmanager/core/pom.xml                         | 2 +-
 platform.curieprefixmanager/ontologies/pom.xml                   | 2 +-
 platform.curieprefixmanager/pom.xml                              | 2 +-
 platform.dashboard.webinterface/pom.xml                          | 2 +-
 platform.dashboard/platform.dashboard.ontologies/pom.xml         | 2 +-
 platform.dashboard/pom.xml                                       | 2 +-
 platform.documentation.viewer/pom.xml                            | 2 +-
 platform.documentation/pom.xml                                   | 2 +-
 platform.editor/pom.xml                                          | 2 +-
 platform.enrichment/pom.xml                                      | 2 +-
 platform.globalmenu.api/pom.xml                                  | 2 +-
 platform.graphnodeprovider/pom.xml                               | 2 +-
 platform.graphprovider.content/pom.xml                           | 2 +-
 platform.language/platform.language.core/pom.xml                 | 2 +-
 platform.language/platform.language.ontologies/pom.xml           | 2 +-
 platform.language/pom.xml                                        | 2 +-
 platform.logging/core/pom.xml                                    | 2 +-
 platform.logging/initializer/pom.xml                             | 2 +-
 platform.logging/ontologies/pom.xml                              | 2 +-
 platform.logging/pom.xml                                         | 2 +-
 platform.mail/pom.xml                                            | 2 +-
 platform.scripting.scriptmanager/pom.xml                         | 2 +-
 platform.scripting/pom.xml                                       | 2 +-
 platform.security.conditions/pom.xml                             | 2 +-
 platform.security.foafssl/core/pom.xml                           | 2 +-
 platform.security.foafssl/ontologies/pom.xml                     | 2 +-
 platform.security.foafssl/pom.xml                                | 2 +-
 platform.shellcustomizer/pom.xml                                 | 2 +-
 platform.style.classic/pom.xml                                   | 2 +-
 platform.style.default/pom.xml                                   | 2 +-
 platform.typehandlerspace.jaxrs2/pom.xml                         | 2 +-
 platform.typehandlerspace.wink/pom.xml                           | 2 +-
 platform.typehandlerspace/pom.xml                                | 2 +-
 platform.typepriority/pom.xml                                    | 2 +-
 platform.typerendering.gui/pom.xml                               | 2 +-
 platform.typerendering.scala/pom.xml                             | 2 +-
 platform.typerendering.scalaserverpages/pom.xml                  | 2 +-
 platform.typerendering.seedsnipe/pom.xml                         | 2 +-
 platform.typerendering/platform.typerendering.core/pom.xml       | 2 +-
 platform.typerendering/platform.typerendering.ontologies/pom.xml | 2 +-
 platform.typerendering/pom.xml                                   | 2 +-
 platform.usermanager.webinterface/pom.xml                        | 2 +-
 platform.usermanager/pom.xml                                     | 2 +-
 platform.users/core/pom.xml                                      | 2 +-
 platform.users/pom.xml                                           | 2 +-
 platform.xhtml2html/pom.xml                                      | 2 +-
 platform/pom.xml                                                 | 2 +-
 provisioning/felixosgi/pom.xml                                   | 2 +-
 provisioning/felixweb/pom.xml                                    | 2 +-
 provisioning/jaxrs-whiteboard/pom.xml                            | 2 +-
 provisioning/launchers/full-launcher/pom.xml                     | 2 +-
 provisioning/launchers/linked-data-launcher/pom.xml              | 2 +-
 provisioning/launchers/pom.xml                                   | 2 +-
 provisioning/launchers/shell-launcher/pom.xml                    | 2 +-
 provisioning/launchers/typerendering-launcher/pom.xml            | 2 +-
 provisioning/platform.content/pom.xml                            | 2 +-
 provisioning/platform.graphnodeprovider/pom.xml                  | 2 +-
 provisioning/platform.tools/pom.xml                              | 2 +-
 provisioning/pom.xml                                             | 2 +-
 provisioning/rdf.tdb/pom.xml                                     | 2 +-
 provisioning/rdf.virtuoso/pom.xml                                | 2 +-
 provisioning/rdf.web/pom.xml                                     | 2 +-
 provisioning/rdf/pom.xml                                         | 2 +-
 provisioning/security/pom.xml                                    | 2 +-
 provisioning/shell/pom.xml                                       | 2 +-
 provisioning/typehandlerspace/pom.xml                            | 2 +-
 provisioning/typerendering/pom.xml                               | 2 +-
 rdf.core.test/pom.xml                                            | 2 +-
 rdf.core/pom.xml                                                 | 2 +-
 rdf.cris/core/pom.xml                                            | 2 +-
 rdf.cris/ontologies/pom.xml                                      | 2 +-
 rdf.cris/pom.xml                                                 | 2 +-
 rdf.enrichment/pom.xml                                           | 2 +-
 rdf.file.storage/pom.xml                                         | 2 +-
 rdf.jena.commons/pom.xml                                         | 2 +-
 rdf.jena.facade/pom.xml                                          | 2 +-
 rdf.jena.parser/pom.xml                                          | 2 +-
 rdf.jena.serializer/pom.xml                                      | 2 +-
 rdf.jena.sparql/pom.xml                                          | 2 +-
 rdf.jena.storage/pom.xml                                         | 2 +-
 rdf.jena.tdb.storage/pom.xml                                     | 2 +-
 rdf.locking/pom.xml                                              | 2 +-
 rdf.metadata/pom.xml                                             | 2 +-
 rdf.ontologies/pom.xml                                           | 2 +-
 rdf.rdfa/pom.xml                                                 | 2 +-
 rdf.rdfjson/pom.xml                                              | 2 +-
 rdf.scala.utils/pom.xml                                          | 2 +-
 rdf.schemagen/pom.xml                                            | 2 +-
 rdf.simple.storage/pom.xml                                       | 2 +-
 rdf.stable.serializer/pom.xml                                    | 2 +-
 rdf.storage.externalizer/pom.xml                                 | 2 +-
 rdf.storage.web/pom.xml                                          | 2 +-
 rdf.utils/pom.xml                                                | 2 +-
 rdf.virtuoso.storage/pom.xml                                     | 2 +-
 rdf.web/pom.xml                                                  | 2 +-
 rdf.web/rdf.web.core/pom.xml                                     | 2 +-
 rdf.web/rdf.web.ontologies/pom.xml                               | 2 +-
 scala-scripting/pom.xml                                          | 2 +-
 shell.felixshellcommand/pom.xml                                  | 2 +-
 shell/pom.xml                                                    | 2 +-
 slf4j-scala-api/pom.xml                                          | 2 +-
 sshshell/pom.xml                                                 | 2 +-
 ssl.keygen/base/pom.xml                                          | 2 +-
 ssl.keygen/pom.xml                                               | 2 +-
 templating.seedsnipe/pom.xml                                     | 2 +-
 templating/pom.xml                                               | 2 +-
 tools.offline/pom.xml                                            | 2 +-
 uima/pom.xml                                                     | 2 +-
 uima/uima.casconsumer/pom.xml                                    | 2 +-
 uima/uima.concept-tagging/pom.xml                                | 2 +-
 uima/uima.metadata-generator/pom.xml                             | 2 +-
 uima/uima.ontologies.ao/pom.xml                                  | 2 +-
 uima/uima.ontologies/pom.xml                                     | 2 +-
 uima/uima.samples/pom.xml                                        | 2 +-
 uima/uima.utils/pom.xml                                          | 2 +-
 utils.customproperty/pom.xml                                     | 2 +-
 utils.imageprocessing/pom.xml                                    | 2 +-
 utils/pom.xml                                                    | 2 +-
 web.fileserver/pom.xml                                           | 2 +-
 web.resources.jquery/pom.xml                                     | 2 +-
 web.resources.scripts/pom.xml                                    | 2 +-
 web.resources.yui/pom.xml                                        | 2 +-
 158 files changed, 164 insertions(+), 164 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/bundledevtool/pom.xml
----------------------------------------------------------------------
diff --git a/bundledevtool/pom.xml b/bundledevtool/pom.xml
index fdfeb4e..274bfbc 100644
--- a/bundledevtool/pom.xml
+++ b/bundledevtool/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
      </parent>
     <artifactId>bundledevtool</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Bundle Development Tools</name>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/clerezza-jar-resource-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/clerezza-jar-resource-bundle/pom.xml b/clerezza-jar-resource-bundle/pom.xml
index ca667ee..12ef5cb 100644
--- a/clerezza-jar-resource-bundle/pom.xml
+++ b/clerezza-jar-resource-bundle/pom.xml
@@ -24,7 +24,7 @@
         <relativePath>../parent</relativePath>
       </parent>  
   <artifactId>clerezza-jar-resource-bundle</artifactId>
-  <version>2</version>
+  <version>3-SNAPSHOT</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.
@@ -61,4 +61,4 @@
      </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext.com.ibm.icu/pom.xml
----------------------------------------------------------------------
diff --git a/ext.com.ibm.icu/pom.xml b/ext.com.ibm.icu/pom.xml
index bc08c0d..625a18f 100644
--- a/ext.com.ibm.icu/pom.xml
+++ b/ext.com.ibm.icu/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>com.ibm.icu</artifactId>
-    <version>0.6</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza Ext - ICU4J Bundle</name>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext.org.json.simple/pom.xml
----------------------------------------------------------------------
diff --git a/ext.org.json.simple/pom.xml b/ext.org.json.simple/pom.xml
index fb0ec19..9c33b3c 100644
--- a/ext.org.json.simple/pom.xml
+++ b/ext.org.json.simple/pom.xml
@@ -29,7 +29,7 @@
     </parent>      <groupId>org.apache.clerezza.ext</groupId>
       <artifactId>org.json.simple</artifactId>
       <name>Clerezza Ext - Json.simple OSGi Bundle</name>
-      <version>0.4</version>
+      <version>1.0.0-SNAPSHOT</version>
       <packaging>bundle</packaging>
     <description>json.simple parses and serializes json</description>
       <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext.virtuoso.jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/ext.virtuoso.jdbc/pom.xml b/ext.virtuoso.jdbc/pom.xml
index 203e364..199deff 100644
--- a/ext.virtuoso.jdbc/pom.xml
+++ b/ext.virtuoso.jdbc/pom.xml
@@ -28,7 +28,7 @@
 	<artifactId>ext.virtuoso.jdbc</artifactId>
 	<name>Clerezza Ext - Virtuoso JDBC OSGi Bundle</name>
 	<description>Virtuoso JDBC</description>
-		<version>0.3</version>
+		<version>1.0.0-SNAPSHOT</version>
 	<repositories>
 		<repository>
 			<releases>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext/bundles-pom/pom.xml
----------------------------------------------------------------------
diff --git a/ext/bundles-pom/pom.xml b/ext/bundles-pom/pom.xml
index 3aa0879..bc3d5c3 100644
--- a/ext/bundles-pom/pom.xml
+++ b/ext/bundles-pom/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>bundles-pom</artifactId>
     <packaging>pom</packaging>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Apache clerezza :: Ext Bundles :: Parent</name>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext/jena-arq/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-arq/pom.xml b/ext/jena-arq/pom.xml
index 958fce1..8fb654d 100644
--- a/ext/jena-arq/pom.xml
+++ b/ext/jena-arq/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.jena.jena-arq</artifactId>
     <packaging>bundle</packaging>
-    <version>2.11.1_1</version>
+    <version>2.11.1_2-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -116,4 +116,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-core/pom.xml b/ext/jena-core/pom.xml
index 34b4870..bcad18c 100644
--- a/ext/jena-core/pom.xml
+++ b/ext/jena-core/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.jena.jena-core</artifactId>
     <packaging>bundle</packaging>
-    <version>2.11.1_1</version>
+    <version>2.11.1_2-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -115,4 +115,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext/jena-iri/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-iri/pom.xml b/ext/jena-iri/pom.xml
index ebdd163..6306557 100644
--- a/ext/jena-iri/pom.xml
+++ b/ext/jena-iri/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.jena.jena-iri</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.1_1</version>
+    <version>1.0.1_2-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -108,4 +108,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext/jena-tdb/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-tdb/pom.xml b/ext/jena-tdb/pom.xml
index 3350788..8fe34ff 100644
--- a/ext/jena-tdb/pom.xml
+++ b/ext/jena-tdb/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.jena.jena-tdb</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.1_1</version>
+    <version>1.0.1_2-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
@@ -110,4 +110,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/ext/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pom.xml b/ext/pom.xml
index e04a431..5c40e56 100644
--- a/ext/pom.xml
+++ b/ext/pom.xml
@@ -38,7 +38,7 @@
 
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.clerezza.ext.reactor</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Clerezza :: Ext Bundles :: Reactor</name>
 
@@ -50,4 +50,4 @@
         <module>jena-tdb</module>
     </modules>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/jaxrs.extensions/pom.xml
----------------------------------------------------------------------
diff --git a/jaxrs.extensions/pom.xml b/jaxrs.extensions/pom.xml
index 7115b6e..d0349df 100644
--- a/jaxrs.extensions/pom.xml
+++ b/jaxrs.extensions/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.extensions</artifactId>
-    <version>0.6</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - JAXRS Extensions</name>
     <description>Provides an interface implementable by JAX-RS implementations

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/jaxrs.rdf.providers/pom.xml
----------------------------------------------------------------------
diff --git a/jaxrs.rdf.providers/pom.xml b/jaxrs.rdf.providers/pom.xml
index b552b73..2845b48 100644
--- a/jaxrs.rdf.providers/pom.xml
+++ b/jaxrs.rdf.providers/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.rdf.providers</artifactId>
     <packaging>bundle</packaging>
-    <version>0.15</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - JAX-RS MessageBodyProviders for RDF</name>
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/jaxrs.stanbol.fragments/pom.xml
----------------------------------------------------------------------
diff --git a/jaxrs.stanbol.fragments/pom.xml b/jaxrs.stanbol.fragments/pom.xml
index e7174d3..ad94942 100644
--- a/jaxrs.stanbol.fragments/pom.xml
+++ b/jaxrs.stanbol.fragments/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.stanbol.fragments</artifactId>
     <packaging>bundle</packaging>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Support for Stanbol Webfragments</name>
     <description>Adds support to use Stanbol webfragments based applications in clerezza</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/jaxrs.utils/pom.xml
----------------------------------------------------------------------
diff --git a/jaxrs.utils/pom.xml b/jaxrs.utils/pom.xml
index 6cb5a30..4ac7c07 100644
--- a/jaxrs.utils/pom.xml
+++ b/jaxrs.utils/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.utils</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - JAX-RS Utilities</name>
     <description>Utility classes for JAX-RS (see the Javadoc)</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/jaxrs.whiteboard.jersey/pom.xml
----------------------------------------------------------------------
diff --git a/jaxrs.whiteboard.jersey/pom.xml b/jaxrs.whiteboard.jersey/pom.xml
index 7fc5333..eb2e9ea 100644
--- a/jaxrs.whiteboard.jersey/pom.xml
+++ b/jaxrs.whiteboard.jersey/pom.xml
@@ -25,7 +25,7 @@
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.whiteboard.jersey</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/maven-ontologies-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-ontologies-plugin/pom.xml b/maven-ontologies-plugin/pom.xml
index e727111..c04cf20 100644
--- a/maven-ontologies-plugin/pom.xml
+++ b/maven-ontologies-plugin/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>maven-ontologies-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Maven Ontologies Plugin</name>
     <dependencies>    
           <dependency>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/osgi.services/pom.xml
----------------------------------------------------------------------
diff --git a/osgi.services/pom.xml b/osgi.services/pom.xml
index b1873ee..541eb46 100644
--- a/osgi.services/pom.xml
+++ b/osgi.services/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>osgi.services</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - OSGi Services DSL for Scala</name>
     <description>A Scala DSL to easily access OSGi Services</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 153bf86..0a91257 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</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>The direct or indirect parent of all Clerezza Artifacts</description>
     <properties>
         <sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/permissiondescriptions/pom.xml
----------------------------------------------------------------------
diff --git a/permissiondescriptions/pom.xml b/permissiondescriptions/pom.xml
index 49cd469..236c187 100644
--- a/permissiondescriptions/pom.xml
+++ b/permissiondescriptions/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>permissiondescriptions</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Permission Descriptions</name>
     <description>A bundle providing class and interface for providing permission descriptions.</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml b/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml
index e6fc686..7a7b7f9 100644
--- a/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml
+++ b/platform.accountcontrolpanel/platform.accountcontrolpanel.core/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.accountcontrolpanel.core</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Account Control Panel Core</name>
     <build>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml b/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml
index 7c26eb6..023237b 100644
--- a/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml
+++ b/platform.accountcontrolpanel/platform.accountcontrolpanel.ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.accountcontrolpanel.ontologies</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Account Contral Panel Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.accountcontrolpanel/pom.xml
----------------------------------------------------------------------
diff --git a/platform.accountcontrolpanel/pom.xml b/platform.accountcontrolpanel/pom.xml
index c53b7ef..a23edbd 100644
--- a/platform.accountcontrolpanel/pom.xml
+++ b/platform.accountcontrolpanel/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.accountcontrolpanel</artifactId>
     <packaging>pom</packaging>
-    <version>0.10</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Account Control Panel</name>
     <description>A web interface that provides functions to configure the account of a platform user.</description>
     

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.concepts/platform.concepts.core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.concepts/platform.concepts.core/pom.xml b/platform.concepts/platform.concepts.core/pom.xml
index 2c21ca1..579930a 100644
--- a/platform.concepts/platform.concepts.core/pom.xml
+++ b/platform.concepts/platform.concepts.core/pom.xml
@@ -27,7 +27,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.concepts.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Concepts Core</name>
     <description>The core part of Platform Concepts</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.concepts/platform.concepts.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.concepts/platform.concepts.ontologies/pom.xml b/platform.concepts/platform.concepts.ontologies/pom.xml
index 7c29038..d266140 100644
--- a/platform.concepts/platform.concepts.ontologies/pom.xml
+++ b/platform.concepts/platform.concepts.ontologies/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.concepts.ontologies</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Concepts Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.concepts/pom.xml
----------------------------------------------------------------------
diff --git a/platform.concepts/pom.xml b/platform.concepts/pom.xml
index c3fccf1..7133468 100644
--- a/platform.concepts/pom.xml
+++ b/platform.concepts/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.concepts</artifactId>
     <packaging>pom</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Concepts</name>
     <description>Provides services for tagging resources with SKOS concepts.</description>
     <modules>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.config.gui/pom.xml
----------------------------------------------------------------------
diff --git a/platform.config.gui/pom.xml b/platform.config.gui/pom.xml
index 94cfa46..96493dc 100644
--- a/platform.config.gui/pom.xml
+++ b/platform.config.gui/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.config.gui</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Configuration GUI</name>
     <description>This bundles initializes a GUI to

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.config/pom.xml
----------------------------------------------------------------------
diff --git a/platform.config/pom.xml b/platform.config/pom.xml
index 5e58bde..111680c 100644
--- a/platform.config/pom.xml
+++ b/platform.config/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.config</artifactId>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Configuration</name>
     <description>This bundles initializes the system graph with default values,

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.content.default404/pom.xml
----------------------------------------------------------------------
diff --git a/platform.content.default404/pom.xml b/platform.content.default404/pom.xml
index 635bf36..0cedbc1 100644
--- a/platform.content.default404/pom.xml
+++ b/platform.content.default404/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.default404</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Default 404 response provider</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.content.fsadaptor/pom.xml
----------------------------------------------------------------------
diff --git a/platform.content.fsadaptor/pom.xml b/platform.content.fsadaptor/pom.xml
index 8bcc6b9..1097fb9 100644
--- a/platform.content.fsadaptor/pom.xml
+++ b/platform.content.fsadaptor/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.fsadaptor</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Filesystem Adaptor</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.content.imagemetadata/pom.xml
----------------------------------------------------------------------
diff --git a/platform.content.imagemetadata/pom.xml b/platform.content.imagemetadata/pom.xml
index c73e43d..6b82b03 100644
--- a/platform.content.imagemetadata/pom.xml
+++ b/platform.content.imagemetadata/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.imagemetadata</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Image Metadata</name>
     <description>Provides a Meta Data Generator that generates metadata for

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.content.representations/platform.content.representations.core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.content.representations/platform.content.representations.core/pom.xml b/platform.content.representations/platform.content.representations.core/pom.xml
index 34c5e99..996e2a0 100644
--- a/platform.content.representations/platform.content.representations.core/pom.xml
+++ b/platform.content.representations/platform.content.representations.core/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.representations.core</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Representations Core</name>
     <description>Provides a Meta Data Generator that generates alternative

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.content.representations/platform.content.representations.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.content.representations/platform.content.representations.ontologies/pom.xml b/platform.content.representations/platform.content.representations.ontologies/pom.xml
index 9e229b1..41cfd94 100644
--- a/platform.content.representations/platform.content.representations.ontologies/pom.xml
+++ b/platform.content.representations/platform.content.representations.ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.representations.ontologies</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content Representations Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.content.representations/pom.xml
----------------------------------------------------------------------
diff --git a/platform.content.representations/pom.xml b/platform.content.representations/pom.xml
index 67e76b0..0327c26 100644
--- a/platform.content.representations/pom.xml
+++ b/platform.content.representations/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content.representations</artifactId>
     <packaging>pom</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Content Representations</name>
     <description>Provides services for creating and retrieving alternative representations of content.</description>
     

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.content/pom.xml
----------------------------------------------------------------------
diff --git a/platform.content/pom.xml b/platform.content/pom.xml
index 85c243c..0cb5e24 100644
--- a/platform.content/pom.xml
+++ b/platform.content/pom.xml
@@ -29,7 +29,7 @@
         <relativePath>../parent</relativePath>
     </parent>    <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.content</artifactId>
-    <version>0.14</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Clerezza - Platform Content</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.cris/pom.xml
----------------------------------------------------------------------
diff --git a/platform.cris/pom.xml b/platform.cris/pom.xml
index a0a9561..4585ac3 100644
--- a/platform.cris/pom.xml
+++ b/platform.cris/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.cris</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform CRIS service for the content graph</name>
     <description>
         A composite resource index service for resources described in the content graph

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.curieprefixmanager/core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.curieprefixmanager/core/pom.xml b/platform.curieprefixmanager/core/pom.xml
index c3efae6..d45ecc1 100644
--- a/platform.curieprefixmanager/core/pom.xml
+++ b/platform.curieprefixmanager/core/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.curieprefixmanager.core</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - CURIE prefix manager core</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.curieprefixmanager/ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.curieprefixmanager/ontologies/pom.xml b/platform.curieprefixmanager/ontologies/pom.xml
index c3f6f06..c479410 100644
--- a/platform.curieprefixmanager/ontologies/pom.xml
+++ b/platform.curieprefixmanager/ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.curieprefixmanager.ontologies</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - CURIE prefix manager Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.curieprefixmanager/pom.xml
----------------------------------------------------------------------
diff --git a/platform.curieprefixmanager/pom.xml b/platform.curieprefixmanager/pom.xml
index c64d051..04ef3e3 100644
--- a/platform.curieprefixmanager/pom.xml
+++ b/platform.curieprefixmanager/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.curieprefixmanager</artifactId>
     <packaging>pom</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - CURIE prefix manager</name>
     <modules>
         <module>ontologies</module>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.dashboard.webinterface/pom.xml
----------------------------------------------------------------------
diff --git a/platform.dashboard.webinterface/pom.xml b/platform.dashboard.webinterface/pom.xml
index db23351..66ff34d 100644
--- a/platform.dashboard.webinterface/pom.xml
+++ b/platform.dashboard.webinterface/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard.webinterface</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Dashboard Webinterface</name>
     <description>Provides a dashboard</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.dashboard/platform.dashboard.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.dashboard/platform.dashboard.ontologies/pom.xml b/platform.dashboard/platform.dashboard.ontologies/pom.xml
index 005af6c..e7090ff 100644
--- a/platform.dashboard/platform.dashboard.ontologies/pom.xml
+++ b/platform.dashboard/platform.dashboard.ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard.ontologies</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Dashboard Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.dashboard/pom.xml
----------------------------------------------------------------------
diff --git a/platform.dashboard/pom.xml b/platform.dashboard/pom.xml
index 4177a7a..c55db94 100644
--- a/platform.dashboard/pom.xml
+++ b/platform.dashboard/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.dashboard</artifactId>
     <packaging>pom</packaging>
-    <version>0.5</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Dashboard</name>
     <description>Provides a global contextual menu.</description>
     

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.documentation.viewer/pom.xml
----------------------------------------------------------------------
diff --git a/platform.documentation.viewer/pom.xml b/platform.documentation.viewer/pom.xml
index 2109eee..1d9be7c 100644
--- a/platform.documentation.viewer/pom.xml
+++ b/platform.documentation.viewer/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.documentation.viewer</artifactId>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Clerezza - Platform Documentation Viewer</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.documentation/pom.xml
----------------------------------------------------------------------
diff --git a/platform.documentation/pom.xml b/platform.documentation/pom.xml
index 4f36a13..cd4b989 100644
--- a/platform.documentation/pom.xml
+++ b/platform.documentation/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.documentation</artifactId>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Documentation</name>
     <description>Manages the documentation of the Clerezza Platform

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.editor/pom.xml
----------------------------------------------------------------------
diff --git a/platform.editor/pom.xml b/platform.editor/pom.xml
index 37a06f3..76cdb57 100644
--- a/platform.editor/pom.xml
+++ b/platform.editor/pom.xml
@@ -30,7 +30,7 @@
     </parent>    
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.editor</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Clerezza - Platform Editor</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.enrichment/pom.xml
----------------------------------------------------------------------
diff --git a/platform.enrichment/pom.xml b/platform.enrichment/pom.xml
index 575f1dc..f844156 100644
--- a/platform.enrichment/pom.xml
+++ b/platform.enrichment/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.enrichment</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform RDF Enrichment</name>
     <description>Provides a Content-Graph Extension using Enrichers</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.globalmenu.api/pom.xml
----------------------------------------------------------------------
diff --git a/platform.globalmenu.api/pom.xml b/platform.globalmenu.api/pom.xml
index ee1b586..0ada0be 100644
--- a/platform.globalmenu.api/pom.xml
+++ b/platform.globalmenu.api/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.globalmenu.api</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform GlobalMenu API</name>
     <description>
         The API for providing entries to the global clerezza menu

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.graphnodeprovider/pom.xml
----------------------------------------------------------------------
diff --git a/platform.graphnodeprovider/pom.xml b/platform.graphnodeprovider/pom.xml
index 45e2163..6bdc520 100644
--- a/platform.graphnodeprovider/pom.xml
+++ b/platform.graphnodeprovider/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>platform.graphnodeprovider</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform GraphNodeProvider</name>
     <description>A service that provided GraphNodes for URIs with as underlying BaseGraph sources considered

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.graphprovider.content/pom.xml
----------------------------------------------------------------------
diff --git a/platform.graphprovider.content/pom.xml b/platform.graphprovider.content/pom.xml
index cc2b8c9..75daca2 100644
--- a/platform.graphprovider.content/pom.xml
+++ b/platform.graphprovider.content/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.graphprovider.content</artifactId>
-    <version>0.7</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Content-Graph Provider</name>
     <description>A service that provides the content-graph</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.language/platform.language.core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.language/platform.language.core/pom.xml b/platform.language/platform.language.core/pom.xml
index b7060ef..b1733f9 100644
--- a/platform.language/platform.language.core/pom.xml
+++ b/platform.language/platform.language.core/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.language.core</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Language Core</name>
     <description>This bundles provides methods to manage languages in the Clerezza platform

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.language/platform.language.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.language/platform.language.ontologies/pom.xml b/platform.language/platform.language.ontologies/pom.xml
index 2a201fa..e836b09 100644
--- a/platform.language/platform.language.ontologies/pom.xml
+++ b/platform.language/platform.language.ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.language.ontologies</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Language Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.language/pom.xml
----------------------------------------------------------------------
diff --git a/platform.language/pom.xml b/platform.language/pom.xml
index 1b12275..cb1cae0 100644
--- a/platform.language/pom.xml
+++ b/platform.language/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.language</artifactId>
     <packaging>pom</packaging>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Language</name>
     <description>This bundles provides methods to manage languages in the Clerezza platform.
     </description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.logging/core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.logging/core/pom.xml b/platform.logging/core/pom.xml
index 9ba3a22..68bcf42 100644
--- a/platform.logging/core/pom.xml
+++ b/platform.logging/core/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.core</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Logging Core</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.logging/initializer/pom.xml
----------------------------------------------------------------------
diff --git a/platform.logging/initializer/pom.xml b/platform.logging/initializer/pom.xml
index 9cc7784..99e8299 100644
--- a/platform.logging/initializer/pom.xml
+++ b/platform.logging/initializer/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.initializer</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Logging Initializer</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.logging/ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.logging/ontologies/pom.xml b/platform.logging/ontologies/pom.xml
index 3c3cf7c..cfb8f09 100644
--- a/platform.logging/ontologies/pom.xml
+++ b/platform.logging/ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.ontologies</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Logging Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.logging/pom.xml
----------------------------------------------------------------------
diff --git a/platform.logging/pom.xml b/platform.logging/pom.xml
index b324baf..11ac529 100644
--- a/platform.logging/pom.xml
+++ b/platform.logging/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.logging.parent</artifactId>
     <packaging>pom</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Logging</name>
     <modules>
         <module>ontologies</module>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.mail/pom.xml
----------------------------------------------------------------------
diff --git a/platform.mail/pom.xml b/platform.mail/pom.xml
index 593d4df..97cbcee 100644
--- a/platform.mail/pom.xml
+++ b/platform.mail/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.mail</artifactId>
-    <version>0.5</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Mail Deliverly</name>
     <description>Provides services for mail deliverly</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.scripting.scriptmanager/pom.xml
----------------------------------------------------------------------
diff --git a/platform.scripting.scriptmanager/pom.xml b/platform.scripting.scriptmanager/pom.xml
index beccb24..3599016 100644
--- a/platform.scripting.scriptmanager/pom.xml
+++ b/platform.scripting.scriptmanager/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.scripting.scriptmanager</artifactId>
-    <version>0.5</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Script Manager</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.scripting/pom.xml
----------------------------------------------------------------------
diff --git a/platform.scripting/pom.xml b/platform.scripting/pom.xml
index c6be298..193f0a3 100644
--- a/platform.scripting/pom.xml
+++ b/platform.scripting/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.scripting</artifactId>
     <packaging>bundle</packaging>
-    <version>0.5</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Scripting</name>
     <description>A bundle to manage script engines</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.security.conditions/pom.xml
----------------------------------------------------------------------
diff --git a/platform.security.conditions/pom.xml b/platform.security.conditions/pom.xml
index 15151da..4806b54 100644
--- a/platform.security.conditions/pom.xml
+++ b/platform.security.conditions/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.conditions</artifactId>
     <packaging>bundle</packaging>
-    <version>0.6</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Security Conditions</name>
     <description>Fragment bundle for System Bundle that contains
     conditions for the Conditional Permission Admin</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.security.foafssl/core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.security.foafssl/core/pom.xml b/platform.security.foafssl/core/pom.xml
index 1868851..7759daa 100644
--- a/platform.security.foafssl/core/pom.xml
+++ b/platform.security.foafssl/core/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.foafssl.core</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Security foaf+ssl Core</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.security.foafssl/ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.security.foafssl/ontologies/pom.xml b/platform.security.foafssl/ontologies/pom.xml
index 11cd1cd..4d5eee2 100644
--- a/platform.security.foafssl/ontologies/pom.xml
+++ b/platform.security.foafssl/ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.foafssl.ontologies</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Security foaf+ssl Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.security.foafssl/pom.xml
----------------------------------------------------------------------
diff --git a/platform.security.foafssl/pom.xml b/platform.security.foafssl/pom.xml
index b04c89f..0f25b11 100644
--- a/platform.security.foafssl/pom.xml
+++ b/platform.security.foafssl/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.security.foafssl</artifactId>
     <packaging>pom</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Security foaf+ssl</name>
     <modules>
         <module>ontologies</module>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.shellcustomizer/pom.xml
----------------------------------------------------------------------
diff --git a/platform.shellcustomizer/pom.xml b/platform.shellcustomizer/pom.xml
index dc523d5..95d056b 100644
--- a/platform.shellcustomizer/pom.xml
+++ b/platform.shellcustomizer/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>platform.shellcustomizer</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Shell customizer</name>
     <description>Provides utilities to access platform features from the clerezza shell</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.style.classic/pom.xml
----------------------------------------------------------------------
diff --git a/platform.style.classic/pom.xml b/platform.style.classic/pom.xml
index e62de92..83eca4c 100644
--- a/platform.style.classic/pom.xml
+++ b/platform.style.classic/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.style.classic</artifactId>
     <packaging>bundle</packaging>
-    <version>0.5</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Classic Style</name>
     <description>
         Icons and css for HTML pages

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.style.default/pom.xml
----------------------------------------------------------------------
diff --git a/platform.style.default/pom.xml b/platform.style.default/pom.xml
index 51c746a..66b53df 100644
--- a/platform.style.default/pom.xml
+++ b/platform.style.default/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>platform.style.default</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Default Style</name>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typehandlerspace.jaxrs2/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typehandlerspace.jaxrs2/pom.xml b/platform.typehandlerspace.jaxrs2/pom.xml
index 381a65b..c7aed18 100644
--- a/platform.typehandlerspace.jaxrs2/pom.xml
+++ b/platform.typehandlerspace.jaxrs2/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace.jaxrs</artifactId>
-    <version>0.9</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Handler Space Jaxrs 2.0 Based Implementation</name>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typehandlerspace.wink/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typehandlerspace.wink/pom.xml b/platform.typehandlerspace.wink/pom.xml
index 87fe865..f677767 100644
--- a/platform.typehandlerspace.wink/pom.xml
+++ b/platform.typehandlerspace.wink/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace.wink</artifactId>
-    <version>0.9</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Handler Space Wink Based Implementation</name>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typehandlerspace/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typehandlerspace/pom.xml b/platform.typehandlerspace/pom.xml
index 55f7442..43756c3 100644
--- a/platform.typehandlerspace/pom.xml
+++ b/platform.typehandlerspace/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typehandlerspace</artifactId>
-    <version>0.9</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Handler Space</name>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typepriority/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typepriority/pom.xml b/platform.typepriority/pom.xml
index 003109a..ae33845 100644
--- a/platform.typepriority/pom.xml
+++ b/platform.typepriority/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typepriority</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Priority Service</name>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typerendering.gui/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typerendering.gui/pom.xml b/platform.typerendering.gui/pom.xml
index 053f82e..b3e0367 100644
--- a/platform.typerendering.gui/pom.xml
+++ b/platform.typerendering.gui/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>platform.typerendering.gui</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Typerendering GUI</name>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typerendering.scala/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typerendering.scala/pom.xml b/platform.typerendering.scala/pom.xml
index fc9f29e..30917dd 100644
--- a/platform.typerendering.scala/pom.xml
+++ b/platform.typerendering.scala/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.scala</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Type Rendering Utilities for Scala</name>
     <description>Utilities to write renderlets in Scala</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typerendering.scalaserverpages/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typerendering.scalaserverpages/pom.xml b/platform.typerendering.scalaserverpages/pom.xml
index 8981c2b..bd1aada 100644
--- a/platform.typerendering.scalaserverpages/pom.xml
+++ b/platform.typerendering.scalaserverpages/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.scalaserverpages</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform ScalaServerPages Renderlet</name>
     <description>Renderlet implementation wrapping org.apache.clerezza.scala</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typerendering.seedsnipe/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typerendering.seedsnipe/pom.xml b/platform.typerendering.seedsnipe/pom.xml
index 8de5603..9d023f1 100644
--- a/platform.typerendering.seedsnipe/pom.xml
+++ b/platform.typerendering.seedsnipe/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.seedsnipe</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Seedsnipe Renderlet</name>
     <description>Renderlet implementation wrapping org.apache.clerezza.templating.seedsnipe</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typerendering/platform.typerendering.core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typerendering/platform.typerendering.core/pom.xml b/platform.typerendering/platform.typerendering.core/pom.xml
index ee2a123..609fe60 100644
--- a/platform.typerendering/platform.typerendering.core/pom.xml
+++ b/platform.typerendering/platform.typerendering.core/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</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. 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typerendering/platform.typerendering.ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typerendering/platform.typerendering.ontologies/pom.xml b/platform.typerendering/platform.typerendering.ontologies/pom.xml
index 7a7b65d..600b11d 100644
--- a/platform.typerendering/platform.typerendering.ontologies/pom.xml
+++ b/platform.typerendering/platform.typerendering.ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering.ontologies</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Type Rendering Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.typerendering/pom.xml
----------------------------------------------------------------------
diff --git a/platform.typerendering/pom.xml b/platform.typerendering/pom.xml
index d35e9da..1167e73 100644
--- a/platform.typerendering/pom.xml
+++ b/platform.typerendering/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.typerendering</artifactId>
     <packaging>pom</packaging>
-    <version>0.7</version>
+    <version>1.0.0-SNAPSHOT</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>
     

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.usermanager.webinterface/pom.xml
----------------------------------------------------------------------
diff --git a/platform.usermanager.webinterface/pom.xml b/platform.usermanager.webinterface/pom.xml
index 0d60ddf..9dd939c 100644
--- a/platform.usermanager.webinterface/pom.xml
+++ b/platform.usermanager.webinterface/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.usermanager.webinterface</artifactId>
-    <version>0.14</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Usermanager Webinterface</name>
     <description>Management of information about users including their roles</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.usermanager/pom.xml
----------------------------------------------------------------------
diff --git a/platform.usermanager/pom.xml b/platform.usermanager/pom.xml
index a27308b..dc784f8 100644
--- a/platform.usermanager/pom.xml
+++ b/platform.usermanager/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.usermanager</artifactId>
-    <version>0.14</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Usermanager</name>
     <description>A service to manage descriptions of users and their roles

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.users/core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.users/core/pom.xml b/platform.users/core/pom.xml
index b6897ae..eb1a1b6 100644
--- a/platform.users/core/pom.xml
+++ b/platform.users/core/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.users.core</artifactId>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Users Core</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.users/pom.xml
----------------------------------------------------------------------
diff --git a/platform.users/pom.xml b/platform.users/pom.xml
index bda0bab..2d366b0 100644
--- a/platform.users/pom.xml
+++ b/platform.users/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.users</artifactId>
     <packaging>pom</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform Users</name>
     <description>Utilities to access graphs with information about and for 
     specific agents/users</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform.xhtml2html/pom.xml
----------------------------------------------------------------------
diff --git a/platform.xhtml2html/pom.xml b/platform.xhtml2html/pom.xml
index 8812580..072c861 100644
--- a/platform.xhtml2html/pom.xml
+++ b/platform.xhtml2html/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.xhtml2html</artifactId>
     <packaging>bundle</packaging>
-    <version>0.6</version>
+    <version>1.0.0-SNAPSHOT</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

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/platform/pom.xml
----------------------------------------------------------------------
diff --git a/platform/pom.xml b/platform/pom.xml
index 2f82356..f4e9417 100644
--- a/platform/pom.xml
+++ b/platform/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - Platform</name>
     <description>Artifact with dependencies to the clerezza platform components
     providing documentation and boot-status monitoring.</description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/felixosgi/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/felixosgi/pom.xml b/provisioning/felixosgi/pom.xml
index c2cdfaa..be6d293 100644
--- a/provisioning/felixosgi/pom.xml
+++ b/provisioning/felixosgi/pom.xml
@@ -31,7 +31,7 @@
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>felixosgi</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Felix OSGi environment</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/felixweb/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/felixweb/pom.xml b/provisioning/felixweb/pom.xml
index 993b52a..5628fac 100644
--- a/provisioning/felixweb/pom.xml
+++ b/provisioning/felixweb/pom.xml
@@ -31,7 +31,7 @@
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>felixweb</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Felix WebConsole</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/jaxrs-whiteboard/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/jaxrs-whiteboard/pom.xml b/provisioning/jaxrs-whiteboard/pom.xml
index 2060fd2..e964348 100644
--- a/provisioning/jaxrs-whiteboard/pom.xml
+++ b/provisioning/jaxrs-whiteboard/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>jaxrs</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - JAX-RS Whiteboard</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/launchers/full-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/full-launcher/pom.xml b/provisioning/launchers/full-launcher/pom.xml
index 9a275e2..27c7377 100644
--- a/provisioning/launchers/full-launcher/pom.xml
+++ b/provisioning/launchers/full-launcher/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>full-launcher</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Launcher: Full (sling based)</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/launchers/linked-data-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/linked-data-launcher/pom.xml b/provisioning/launchers/linked-data-launcher/pom.xml
index bb08fb5..949a0c7 100644
--- a/provisioning/launchers/linked-data-launcher/pom.xml
+++ b/provisioning/launchers/linked-data-launcher/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>linked-data-launcher</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Launcher: Core Linked Data</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/launchers/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/pom.xml b/provisioning/launchers/pom.xml
index fcc3974..d4a2fa0 100644
--- a/provisioning/launchers/pom.xml
+++ b/provisioning/launchers/pom.xml
@@ -38,7 +38,7 @@
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>launchers-reactor</artifactId>
-    <version>1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Clerezza - Provisioning - Launchers - Reactor</name>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/launchers/shell-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/shell-launcher/pom.xml b/provisioning/launchers/shell-launcher/pom.xml
index cec8723..892f7ca 100644
--- a/provisioning/launchers/shell-launcher/pom.xml
+++ b/provisioning/launchers/shell-launcher/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>shell-launcher</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Launcher: Shell only</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/launchers/typerendering-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/typerendering-launcher/pom.xml b/provisioning/launchers/typerendering-launcher/pom.xml
index 1747a6f..9d4f5d4 100644
--- a/provisioning/launchers/typerendering-launcher/pom.xml
+++ b/provisioning/launchers/typerendering-launcher/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>typerendering-launcher</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Launcher: TypeRendering</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/platform.content/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/platform.content/pom.xml b/provisioning/platform.content/pom.xml
index 15e8f31..4f416f5 100644
--- a/provisioning/platform.content/pom.xml
+++ b/provisioning/platform.content/pom.xml
@@ -31,7 +31,7 @@
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>platform.content</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Platform Content</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/platform.graphnodeprovider/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/platform.graphnodeprovider/pom.xml b/provisioning/platform.graphnodeprovider/pom.xml
index b5b691d..4252f83 100644
--- a/provisioning/platform.graphnodeprovider/pom.xml
+++ b/provisioning/platform.graphnodeprovider/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>platform.graphnodeprovider</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Platform GraphNodeProvider</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/platform.tools/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/platform.tools/pom.xml b/provisioning/platform.tools/pom.xml
index 166a57b..00cca11 100644
--- a/provisioning/platform.tools/pom.xml
+++ b/provisioning/platform.tools/pom.xml
@@ -31,7 +31,7 @@
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>platform.tools</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Platform Tools</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/pom.xml b/provisioning/pom.xml
index eeb6744..1a0979f 100644
--- a/provisioning/pom.xml
+++ b/provisioning/pom.xml
@@ -38,7 +38,7 @@
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>reactor</artifactId>
-    <version>1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Clerezza - Provisioning - Reactor</name>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/rdf.tdb/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.tdb/pom.xml b/provisioning/rdf.tdb/pom.xml
index 03939a0..f026c3e 100644
--- a/provisioning/rdf.tdb/pom.xml
+++ b/provisioning/rdf.tdb/pom.xml
@@ -31,7 +31,7 @@
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>rdf.tdb</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Jena TDB Storage</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/rdf.virtuoso/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.virtuoso/pom.xml b/provisioning/rdf.virtuoso/pom.xml
index 7b78ff6..4d760cd 100644
--- a/provisioning/rdf.virtuoso/pom.xml
+++ b/provisioning/rdf.virtuoso/pom.xml
@@ -31,7 +31,7 @@
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>rdf.virtuoso</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Virtuoso Storage</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/rdf.web/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.web/pom.xml b/provisioning/rdf.web/pom.xml
index d9a7e27..f503b5a 100644
--- a/provisioning/rdf.web/pom.xml
+++ b/provisioning/rdf.web/pom.xml
@@ -31,7 +31,7 @@
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>rdf.web</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - RDF Web</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/rdf/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf/pom.xml b/provisioning/rdf/pom.xml
index 37c45d8..45f2803 100644
--- a/provisioning/rdf/pom.xml
+++ b/provisioning/rdf/pom.xml
@@ -31,7 +31,7 @@
     
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>rdf</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - RDF</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/security/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/security/pom.xml b/provisioning/security/pom.xml
index 88f53bc..b5cf21f 100644
--- a/provisioning/security/pom.xml
+++ b/provisioning/security/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>security</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Security</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/shell/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/shell/pom.xml b/provisioning/shell/pom.xml
index 06dcebc..ba6bfdf 100644
--- a/provisioning/shell/pom.xml
+++ b/provisioning/shell/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>shell</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Shell</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/typehandlerspace/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/typehandlerspace/pom.xml b/provisioning/typehandlerspace/pom.xml
index c70ef8c..eab66bd 100644
--- a/provisioning/typehandlerspace/pom.xml
+++ b/provisioning/typehandlerspace/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>typehandlerspace</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Typehandlerspace</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/provisioning/typerendering/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/typerendering/pom.xml b/provisioning/typerendering/pom.xml
index 3a55123..0d7c4a5 100644
--- a/provisioning/typerendering/pom.xml
+++ b/provisioning/typerendering/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>typerendering</artifactId>
-    <version>0.1</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Typerendering</name>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.core.test/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.core.test/pom.xml b/rdf.core.test/pom.xml
index 1732cd3..ae07e20 100644
--- a/rdf.core.test/pom.xml
+++ b/rdf.core.test/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.core.test</artifactId>
     <packaging>jar</packaging>
-    <version>0.15</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Testutils</name>
     <description>Utilities to test SCB implementations</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.core/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.core/pom.xml b/rdf.core/pom.xml
index cd61320..cd6fcae 100644
--- a/rdf.core/pom.xml
+++ b/rdf.core/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.14</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Core</name>
     <description>Interfaces and utilities to access RDF Graphs</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.cris/core/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.cris/core/pom.xml b/rdf.cris/core/pom.xml
index 540ff95..f3acd73 100644
--- a/rdf.cris/core/pom.xml
+++ b/rdf.cris/core/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.cris.core</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - RDF Composite Resource Index Service Core</name>
     <properties>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.cris/ontologies/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.cris/ontologies/pom.xml b/rdf.cris/ontologies/pom.xml
index 868ecb0..2aa2f44 100644
--- a/rdf.cris/ontologies/pom.xml
+++ b/rdf.cris/ontologies/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.cris.ontologies</artifactId>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - RDF Composite Resource Index Service Ontologies</name>
     <description>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.cris/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.cris/pom.xml b/rdf.cris/pom.xml
index 5495d3c..6a745b8 100644
--- a/rdf.cris/pom.xml
+++ b/rdf.cris/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.cris</artifactId>
     <packaging>pom</packaging>
-    <version>0.3</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - RDF Composite Resource Index Service</name>
     <description>
         A service indexing selected properties of resources of a defined type.

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2bd303dd/rdf.enrichment/pom.xml
----------------------------------------------------------------------
diff --git a/rdf.enrichment/pom.xml b/rdf.enrichment/pom.xml
index e980fe8..fe24283 100644
--- a/rdf.enrichment/pom.xml
+++ b/rdf.enrichment/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.enrichment</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Clerezza - SCB Enrichment Core</name>
     <description>The core part of SCB Enrichment</description>
     <dependencies>