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 2015/10/19 16:43:27 UTC

clerezza git commit: reverted release preparation

Repository: clerezza
Updated Branches:
  refs/heads/master 287849c9d -> ec97919c0


reverted release preparation


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

Branch: refs/heads/master
Commit: ec97919c055682cc859ad8f3ce233207b7a8f9f9
Parents: 287849c
Author: Reto Gmuer <re...@apache.org>
Authored: Mon Oct 19 14:41:35 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Mon Oct 19 14:41:35 2015 +0000

----------------------------------------------------------------------
 ext/bundles-pom/pom.xml                         |  3 ++-
 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                                     |  3 ++-
 jaxrs.whiteboard.jersey/pom.xml                 |  3 ++-
 provisioning/jaxrs-whiteboard/pom.xml           |  3 ++-
 provisioning/launchers/content-launcher/pom.xml | 12 +++++-----
 .../launchers/linked-data-launcher/pom.xml      | 12 +++++-----
 provisioning/rdf.tdb/pom.xml                    |  7 +++---
 provisioning/rdf.web/pom.xml                    |  5 +++--
 provisioning/rdf/pom.xml                        | 23 ++++++++++----------
 rdf/jena/commons/pom.xml                        |  4 ++--
 rdf/jena/dependencymanagement/pom.xml           |  2 +-
 rdf/jena/facade/pom.xml                         |  4 ++--
 rdf/jena/parser/pom.xml                         |  4 ++--
 rdf/jena/pom.xml                                |  3 ++-
 rdf/jena/serializer/pom.xml                     |  4 ++--
 rdf/jena/sparql/pom.xml                         |  4 ++--
 rdf/jena/storage/pom.xml                        |  4 ++--
 rdf/jena/tdb.storage/pom.xml                    |  4 ++--
 rdf/rdfjson/pom.xml                             |  2 +-
 rdf/web/rdf.web.core/pom.xml                    |  2 +-
 releases/201508/pom.xml                         |  3 +--
 25 files changed, 69 insertions(+), 58 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/ext/bundles-pom/pom.xml
----------------------------------------------------------------------
diff --git a/ext/bundles-pom/pom.xml b/ext/bundles-pom/pom.xml
index 09dc19c..af11ef2 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>3-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>Apache clerezza :: Ext Bundles :: Parent</name>
 
     <properties>
@@ -242,4 +242,5 @@
             </build>
         </profile>
     </profiles>
+
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/ext/jena-arq/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-arq/pom.xml b/ext/jena-arq/pom.xml
index f69ae09..13eac8e 100644
--- a/ext/jena-arq/pom.xml
+++ b/ext/jena-arq/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>3-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.jena.jena-arq</artifactId>
     <packaging>bundle</packaging>
-    <version>2.13.0_2-SNAPSHOT</version>
+    <version>2.13.0_1-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/ext/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-core/pom.xml b/ext/jena-core/pom.xml
index 24d90b1..ac1fadd 100644
--- a/ext/jena-core/pom.xml
+++ b/ext/jena-core/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>3-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.jena.jena-core</artifactId>
     <packaging>bundle</packaging>
-    <version>2.13.0_2-SNAPSHOT</version>
+    <version>2.13.0_1-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/ext/jena-iri/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-iri/pom.xml b/ext/jena-iri/pom.xml
index 978e35a..cfd1b22 100644
--- a/ext/jena-iri/pom.xml
+++ b/ext/jena-iri/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>3-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.jena.jena-iri</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.2_2-SNAPSHOT</version>
+    <version>1.1.2_1-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/ext/jena-tdb/pom.xml
----------------------------------------------------------------------
diff --git a/ext/jena-tdb/pom.xml b/ext/jena-tdb/pom.xml
index cce9569..cf366fb 100644
--- a/ext/jena-tdb/pom.xml
+++ b/ext/jena-tdb/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.clerezza.ext</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>3-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <groupId>org.apache.clerezza.ext</groupId>
     <artifactId>org.apache.jena.jena-tdb</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.2_2-SNAPSHOT</version>
+    <version>1.1.2_1-SNAPSHOT</version>
     <name>Apache Clerezza :: Ext Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/ext/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pom.xml b/ext/pom.xml
index b833799..685028c 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>3-SNAPSHOT</version>
+    <version>2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Clerezza :: Ext Bundles :: Reactor</name>
 
@@ -49,4 +49,5 @@
         <module>jena-arq</module>
         <module>jena-tdb</module>
     </modules>
+
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/jaxrs.whiteboard.jersey/pom.xml
----------------------------------------------------------------------
diff --git a/jaxrs.whiteboard.jersey/pom.xml b/jaxrs.whiteboard.jersey/pom.xml
index 5256512..b0181f8 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>1.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
 
@@ -115,4 +115,5 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/provisioning/jaxrs-whiteboard/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/jaxrs-whiteboard/pom.xml b/provisioning/jaxrs-whiteboard/pom.xml
index 3e62ab4..ffa175f 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>1.0.2-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - JAX-RS Whiteboard</name>
@@ -168,4 +168,5 @@
             </plugin>
         </plugins>
     </build>
+    
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/provisioning/launchers/content-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/content-launcher/pom.xml b/provisioning/launchers/content-launcher/pom.xml
index 2c5ebc2..07112b5 100644
--- a/provisioning/launchers/content-launcher/pom.xml
+++ b/provisioning/launchers/content-launcher/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.clerezza.provisioning</groupId>
     <artifactId>content-launcher</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Provisioning - Launchers - Content Launcher</name>
@@ -230,14 +230,14 @@
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
 		
         <dependency>
              <groupId>org.apache.clerezza.provisioning</groupId>
              <artifactId>rdf.tdb</artifactId>
-             <version>1.1.0</version>
+             <version>1.1.0-SNAPSHOT</version>
              <type>partialbundlelist</type>
          </dependency>
 		 
@@ -250,7 +250,7 @@
       <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>jaxrs</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
@@ -268,7 +268,7 @@
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf.web</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
@@ -278,4 +278,6 @@
             <type>partialbundlelist</type>
         </dependency>
     </dependencies>
+  
+  
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/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 41be934..9768b8a 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>1.0.2-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Provisioning - Launchers - Linked Data Launcher (Core)</name>
@@ -230,14 +230,14 @@
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
 		
         <dependency>
              <groupId>org.apache.clerezza.provisioning</groupId>
              <artifactId>rdf.tdb</artifactId>
-             <version>1.1.0</version>
+             <version>1.1.0-SNAPSHOT</version>
              <type>partialbundlelist</type>
          </dependency>
 		 
@@ -250,7 +250,7 @@
       <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>jaxrs</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
         <dependency>
@@ -268,8 +268,10 @@
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf.web</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.1-SNAPSHOT</version>
             <type>partialbundlelist</type>
         </dependency>
     </dependencies>
+  
+  
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/provisioning/rdf.tdb/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.tdb/pom.xml b/provisioning/rdf.tdb/pom.xml
index d5cc5cb..6998c4c 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Jena TDB Storage</name>
@@ -46,13 +46,13 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.tdb.storage</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-tdb</artifactId>
-            <version>1.1.2_1</version>
+            <version>1.1.2_1-SNAPSHOT</version>
         </dependency>
 
     </dependencies>
@@ -65,4 +65,5 @@
             </plugin>
         </plugins>
     </build>
+    
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/provisioning/rdf.web/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.web/pom.xml b/provisioning/rdf.web/pom.xml
index f8a7d82..d35c231 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>1.0.2-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - RDF Web</name>
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.web.core</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -89,4 +89,5 @@
             </plugin>
         </plugins>
     </build>
+    
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/provisioning/rdf/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf/pom.xml b/provisioning/rdf/pom.xml
index 23795ce..e14202a 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - RDF</name>
@@ -124,12 +124,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <!-- requirws an older version jena-iri
         <dependency>
@@ -141,7 +141,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.rdfjson</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>
@@ -150,22 +150,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.sparql</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.storage</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <!-- <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -180,17 +180,17 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-iri</artifactId>
-            <version>1.1.2_1</version>
+            <version>1.1.2_1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-core</artifactId>
-            <version>2.13.0_1</version>
+            <version>2.13.0_1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-arq</artifactId>
-            <version>2.13.0_1</version>
+            <version>2.13.0_1-SNAPSHOT</version>
         </dependency>
         <!-- <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
@@ -217,4 +217,5 @@
             </plugin>
         </plugins>
     </build>
+    
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/commons/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/commons/pom.xml b/rdf/jena/commons/pom.xml
index 4388987..a0011ce 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Commons</name>
     <description>Common classes needed by Jena adaptors</description>
     <dependencyManagement>
@@ -39,7 +39,7 @@
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>rdf.jena.dependencymanagement</artifactId>
                 <type>pom</type>
-                <version>1.1.0</version>
+                <version>1.1.0-SNAPSHOT</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/dependencymanagement/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/dependencymanagement/pom.xml b/rdf/jena/dependencymanagement/pom.xml
index b756908..fa68edb 100644
--- a/rdf/jena/dependencymanagement/pom.xml
+++ b/rdf/jena/dependencymanagement/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.jena.dependencymanagement</artifactId>
     <packaging>pom</packaging>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Dependency Management</name>
     <dependencyManagement>
         <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/facade/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/facade/pom.xml b/rdf/jena/facade/pom.xml
index 9dda8b2..2809ac1 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Facade: Jena API on Clerezza RDF Commons</name>
     <description>An implementation of the Jena API on top of Clerezza RDF Commons, allows to
         run code written against the Jena API on a source exposing the Clerezza Commons API .</description>
@@ -40,7 +40,7 @@
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>rdf.jena.dependencymanagement</artifactId>
                 <type>pom</type>
-                <version>1.1.0</version>
+                <version>1.1.0-SNAPSHOT</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/parser/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/parser/pom.xml b/rdf/jena/parser/pom.xml
index 7033b9d..01255fc 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Parser</name>
     <description>A ParserProvider based on jena</description>
     <dependencyManagement>
@@ -39,7 +39,7 @@
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>rdf.jena.dependencymanagement</artifactId>
                 <type>pom</type>
-                <version>1.1.0</version>
+                <version>1.1.0-SNAPSHOT</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/pom.xml b/rdf/jena/pom.xml
index 418ce38..685761e 100644
--- a/rdf/jena/pom.xml
+++ b/rdf/jena/pom.xml
@@ -38,7 +38,7 @@
 
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf-jena-reactor</artifactId>
-    <version>3-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Clerezza - RDF - Jena</name>
     <description>The clerezza RDF Implementation using Jena</description>
@@ -52,4 +52,5 @@
         <module>storage</module>
         <module>tdb.storage</module>
     </modules>
+
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/serializer/pom.xml b/rdf/jena/serializer/pom.xml
index 123f3d0..30eb50b 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Serializer</name>
     <description>A SerializingProvider based on jena</description>
     <build>
@@ -47,7 +47,7 @@
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>rdf.jena.dependencymanagement</artifactId>
                 <type>pom</type>
-                <version>1.1.0</version>
+                <version>1.1.0-SNAPSHOT</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/sparql/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/sparql/pom.xml b/rdf/jena/sparql/pom.xml
index 91afd22..6f81df4 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - SPARQL</name>
     <description>Allows executing SPARQL queries on SCB using the jena sparql engine.</description>
     <dependencyManagement>
@@ -39,7 +39,7 @@
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>rdf.jena.dependencymanagement</artifactId>
                 <type>pom</type>
-                <version>1.1.0</version>
+                <version>1.1.0-SNAPSHOT</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/storage/pom.xml b/rdf/jena/storage/pom.xml
index b17790c..19be752 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Storage</name>
     <description>Allows converting Jena graphs to SCB graphs. (Currently no TcProvider comprised)</description>
     <dependencyManagement>
@@ -39,7 +39,7 @@
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>rdf.jena.dependencymanagement</artifactId>
                 <type>pom</type>
-                <version>1.1.0</version>
+                <version>1.1.0-SNAPSHOT</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/jena/tdb.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/tdb.storage/pom.xml b/rdf/jena/tdb.storage/pom.xml
index 8ec6008..3eb3f89 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>1.1.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - TDB Storage Provider</name>
     <description>A Jena TDB based storage provider</description>
     <build>
@@ -45,7 +45,7 @@
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>rdf.jena.dependencymanagement</artifactId>
                 <type>pom</type>
-                <version>1.1.0</version>
+                <version>1.1.0-SNAPSHOT</version>
                 <scope>import</scope>
             </dependency>
         </dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/rdf/rdfjson/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/rdfjson/pom.xml b/rdf/rdfjson/pom.xml
index 32c8389..1576c60 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>1.0.2-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <name>Clerezza - RDF - 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/ec97919c/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 1b7ff15..9875ece 100644
--- a/rdf/web/rdf.web.core/pom.xml
+++ b/rdf/web/rdf.web.core/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.web.core</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <name>Clerezza - RDF Web Access Core</name>
     <description>The core part of Clerezza RDF  Web Access</description>
     <build>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/ec97919c/releases/201508/pom.xml
----------------------------------------------------------------------
diff --git a/releases/201508/pom.xml b/releases/201508/pom.xml
index d4e9bcb..e98aa9d 100644
--- a/releases/201508/pom.xml
+++ b/releases/201508/pom.xml
@@ -38,7 +38,7 @@
 
     <groupId>org.apache.clerezza.releases</groupId>
     <artifactId>201508</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Clerezza - Release 201508</name>
 
@@ -64,7 +64,6 @@
         <connection>scm:git:git://git.apache.org/clerezza.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection>
         <url>http://git.apache.org/clerezza.git</url>
-    <tag>HEAD</tag>
   </scm>
     <build>
         <plugins>