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 2016/04/23 11:53:29 UTC

[1/2] clerezza git commit: [maven-release-plugin] prepare release 201604

Repository: clerezza
Updated Branches:
  refs/heads/master 739dc975e -> d478cbb5d


[maven-release-plugin] prepare release 201604


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

Branch: refs/heads/master
Commit: 2a3643d2b51e74f43d2a3c921f95f61fad355d94
Parents: 739dc97
Author: Reto Gmür <re...@apache.org>
Authored: Sat Apr 23 11:45:13 2016 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Sat Apr 23 11:45:13 2016 +0200

----------------------------------------------------------------------
 provisioning/launchers/content-launcher/pom.xml   | 10 +++++-----
 .../launchers/linked-data-launcher/pom.xml        |  6 +++---
 provisioning/platform.content/pom.xml             |  8 ++++++--
 provisioning/rdf.tdb/pom.xml                      |  6 +++---
 provisioning/rdf/pom.xml                          | 18 +++++++++---------
 rdf/core/pom.xml                                  |  6 +++++-
 rdf/jena/commons/pom.xml                          |  4 ++--
 rdf/jena/facade/pom.xml                           |  6 +++---
 rdf/jena/parser/pom.xml                           |  8 ++++----
 rdf/jena/serializer/pom.xml                       |  8 ++++----
 rdf/jena/sparql/pom.xml                           | 10 +++++-----
 rdf/jena/storage/pom.xml                          | 10 +++++-----
 rdf/jena/tdb.storage/pom.xml                      | 12 ++++++------
 rdf/stable.serializer/pom.xml                     | 12 ++++++++----
 releases/201604/pom.xml                           |  3 ++-
 15 files changed, 70 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/provisioning/launchers/content-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/content-launcher/pom.xml b/provisioning/launchers/content-launcher/pom.xml
index 42085af..a76d70f 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.2</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Provisioning - Launchers - Content Launcher</name>
@@ -233,14 +233,14 @@
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
             <type>partialbundlelist</type>
         </dependency>
 		
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf.tdb</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
             <type>partialbundlelist</type>
         </dependency>
 		 
@@ -277,7 +277,7 @@
         <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>platform.content</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
             <type>partialbundlelist</type>
         </dependency>
     </dependencies>
@@ -285,6 +285,6 @@
   
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/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 4b2b483..e9a729c 100644
--- a/provisioning/launchers/linked-data-launcher/pom.xml
+++ b/provisioning/launchers/linked-data-launcher/pom.xml
@@ -233,14 +233,14 @@
        <dependency>
             <groupId>org.apache.clerezza.provisioning</groupId>
             <artifactId>rdf</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
             <type>partialbundlelist</type>
         </dependency>
 		
         <dependency>
              <groupId>org.apache.clerezza.provisioning</groupId>
              <artifactId>rdf.tdb</artifactId>
-             <version>1.1.1-SNAPSHOT</version>
+             <version>1.1.1</version>
              <type>partialbundlelist</type>
          </dependency>
 		 
@@ -279,6 +279,6 @@
   
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/provisioning/platform.content/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/platform.content/pom.xml b/provisioning/platform.content/pom.xml
index 12520a5..98095e8 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>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Platform Content</name>
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.stable.serializer</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <!-- thess don't strictly belong to here -->
         <dependency>
@@ -96,4 +96,8 @@
         </plugins>
     </build>
     
+
+  <scm>
+    <tag>201604</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/provisioning/rdf.tdb/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.tdb/pom.xml b/provisioning/rdf.tdb/pom.xml
index 79ba36a..c5140c4 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.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Jena TDB Storage</name>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.tdb.storage</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
 
 
@@ -63,6 +63,6 @@
     
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/provisioning/rdf/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf/pom.xml b/provisioning/rdf/pom.xml
index 21e91de..d3bbd02 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.1</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - RDF</name>
@@ -104,7 +104,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -124,12 +124,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <!-- requirws an older version jena-iri
         <dependency>
@@ -150,22 +150,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.sparql</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.storage</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <!-- <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -240,6 +240,6 @@
     
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/core/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/core/pom.xml b/rdf/core/pom.xml
index 2d9e286..8633713 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>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <name>Clerezza - RDF - Core</name>
     <description>Interfaces and utilities to access RDF Graphs</description>
     <dependencies>
@@ -133,4 +133,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>201604</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/jena/commons/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/commons/pom.xml b/rdf/jena/commons/pom.xml
index a8a33ed..a7a74fe 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.1</version>
     <name>Clerezza - RDF - Jena - Commons</name>
     <description>Common classes needed by Jena adaptors</description>
     <dependencyManagement>
@@ -68,6 +68,6 @@
     </dependencies>
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/jena/facade/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/facade/pom.xml b/rdf/jena/facade/pom.xml
index 0e93ffd..193c103 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.1</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>
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.wymiwyg</groupId>
@@ -99,6 +99,6 @@
     </build>
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/jena/parser/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/parser/pom.xml b/rdf/jena/parser/pom.xml
index d53f58b..35865b3 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.1</version>
     <name>Clerezza - RDF - Jena - Parser</name>
     <description>A ParserProvider based on jena</description>
     <dependencyManagement>
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
     </dependencies>
     <build>
@@ -91,6 +91,6 @@
     </build>
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/jena/serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/serializer/pom.xml b/rdf/jena/serializer/pom.xml
index d86068f..d724494 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.1</version>
     <name>Clerezza - RDF - Jena - Serializer</name>
     <description>A SerializingProvider based on jena</description>
     <build>
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -75,6 +75,6 @@
     </dependencies>
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/jena/sparql/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/sparql/pom.xml b/rdf/jena/sparql/pom.xml
index 1030762..9b895db 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.1</version>
     <name>Clerezza - RDF - Jena - SPARQL</name>
     <description>Allows executing SPARQL queries on SCB using the jena sparql engine.</description>
     <dependencyManagement>
@@ -56,17 +56,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.storage</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.jena</groupId>
@@ -96,6 +96,6 @@
     </dependencies>
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/jena/storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/storage/pom.xml b/rdf/jena/storage/pom.xml
index cea971e..9f5e029 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.1</version>
     <name>Clerezza - RDF - Jena - Storage</name>
     <description>Allows converting Jena graphs to SCB graphs. (Currently no TcProvider comprised)</description>
     <dependencyManagement>
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.wymiwyg</groupId>
@@ -69,7 +69,7 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
             <scope>test</scope>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -81,11 +81,11 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.facade</artifactId>
             <scope>test</scope>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
     </dependencies>
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/jena/tdb.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/tdb.storage/pom.xml b/rdf/jena/tdb.storage/pom.xml
index d81f366..15efb8f 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.1</version>
     <name>Clerezza - RDF - Jena - TDB Storage Provider</name>
     <description>A Jena TDB based storage provider</description>
     <build>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -69,17 +69,17 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.commons</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.storage</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.sparql</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -130,6 +130,6 @@
     </dependencies>
 
   <scm>
-    <tag>201508-1</tag>
+    <tag>201604</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/rdf/stable.serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/stable.serializer/pom.xml b/rdf/stable.serializer/pom.xml
index 7e5f6f5..a3d3b3e 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>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <name>Clerezza - RDF 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 
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -62,13 +62,13 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.serializer</artifactId>
             <scope>test</scope>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.parser</artifactId>
             <scope>test</scope>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -86,4 +86,8 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+  <scm>
+    <tag>201604</tag>
+  </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2a3643d2/releases/201604/pom.xml
----------------------------------------------------------------------
diff --git a/releases/201604/pom.xml b/releases/201604/pom.xml
index fc4f846..c90dabd 100644
--- a/releases/201604/pom.xml
+++ b/releases/201604/pom.xml
@@ -66,7 +66,8 @@
         <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>
-    </scm>
+      <tag>201604</tag>
+  </scm>
     <build>
         <plugins>
             <plugin>


[2/2] clerezza git commit: [maven-release-plugin] prepare for next development iteration

Posted by re...@apache.org.
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: d478cbb5d3ed6ed7f023c238e128802e834de7ea
Parents: 2a3643d
Author: Reto Gmür <re...@apache.org>
Authored: Sat Apr 23 11:45:23 2016 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Sat Apr 23 11:45:23 2016 +0200

----------------------------------------------------------------------
 provisioning/launchers/content-launcher/pom.xml     | 4 ++--
 provisioning/launchers/linked-data-launcher/pom.xml | 4 ++--
 provisioning/platform.content/pom.xml               | 7 +------
 provisioning/rdf.tdb/pom.xml                        | 4 ++--
 provisioning/rdf/pom.xml                            | 4 ++--
 rdf/core/pom.xml                                    | 6 +-----
 rdf/jena/commons/pom.xml                            | 4 ++--
 rdf/jena/facade/pom.xml                             | 4 ++--
 rdf/jena/parser/pom.xml                             | 4 ++--
 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/stable.serializer/pom.xml                       | 6 +-----
 releases/201604/pom.xml                             | 4 ++--
 15 files changed, 27 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/provisioning/launchers/content-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/launchers/content-launcher/pom.xml b/provisioning/launchers/content-launcher/pom.xml
index a76d70f..9ef9102 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</version>
+    <version>1.0.3-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Provisioning - Launchers - Content Launcher</name>
@@ -285,6 +285,6 @@
   
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/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 e9a729c..4fe0992 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.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Clerezza - Provisioning - Launchers - Linked Data Launcher (Core)</name>
@@ -279,6 +279,6 @@
   
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/provisioning/platform.content/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/platform.content/pom.xml b/provisioning/platform.content/pom.xml
index 98095e8..47b4842 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>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Platform Content</name>
@@ -95,9 +95,4 @@
             </plugin>
         </plugins>
     </build>
-    
-
-  <scm>
-    <tag>201604</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/provisioning/rdf.tdb/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf.tdb/pom.xml b/provisioning/rdf.tdb/pom.xml
index c5140c4..4490a66 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</version>
+    <version>1.1.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - Jena TDB Storage</name>
@@ -63,6 +63,6 @@
     
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/provisioning/rdf/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf/pom.xml b/provisioning/rdf/pom.xml
index d3bbd02..7b9c1f6 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</version>
+    <version>1.1.2-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>Clerezza - Provisioning - RDF</name>
@@ -240,6 +240,6 @@
     
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/core/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/core/pom.xml b/rdf/core/pom.xml
index 8633713..144215e 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>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <name>Clerezza - RDF - Core</name>
     <description>Interfaces and utilities to access RDF Graphs</description>
     <dependencies>
@@ -133,8 +133,4 @@
             </plugin>
         </plugins>
     </build>
-
-  <scm>
-    <tag>201604</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/jena/commons/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/commons/pom.xml b/rdf/jena/commons/pom.xml
index a7a74fe..ab9d77c 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</version>
+    <version>1.1.2-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Commons</name>
     <description>Common classes needed by Jena adaptors</description>
     <dependencyManagement>
@@ -68,6 +68,6 @@
     </dependencies>
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/jena/facade/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/facade/pom.xml b/rdf/jena/facade/pom.xml
index 193c103..913317f 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</version>
+    <version>1.1.2-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>
@@ -99,6 +99,6 @@
     </build>
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/jena/parser/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/parser/pom.xml b/rdf/jena/parser/pom.xml
index 35865b3..5cd95b1 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</version>
+    <version>1.1.2-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Parser</name>
     <description>A ParserProvider based on jena</description>
     <dependencyManagement>
@@ -91,6 +91,6 @@
     </build>
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/jena/serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/serializer/pom.xml b/rdf/jena/serializer/pom.xml
index d724494..9cfd244 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</version>
+    <version>1.1.2-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Serializer</name>
     <description>A SerializingProvider based on jena</description>
     <build>
@@ -75,6 +75,6 @@
     </dependencies>
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/jena/sparql/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/sparql/pom.xml b/rdf/jena/sparql/pom.xml
index 9b895db..f8674cc 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</version>
+    <version>1.1.2-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - SPARQL</name>
     <description>Allows executing SPARQL queries on SCB using the jena sparql engine.</description>
     <dependencyManagement>
@@ -96,6 +96,6 @@
     </dependencies>
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/jena/storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/storage/pom.xml b/rdf/jena/storage/pom.xml
index 9f5e029..7042c6c 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</version>
+    <version>1.1.2-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - Storage</name>
     <description>Allows converting Jena graphs to SCB graphs. (Currently no TcProvider comprised)</description>
     <dependencyManagement>
@@ -86,6 +86,6 @@
     </dependencies>
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/jena/tdb.storage/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/jena/tdb.storage/pom.xml b/rdf/jena/tdb.storage/pom.xml
index 15efb8f..6e15210 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</version>
+    <version>1.1.2-SNAPSHOT</version>
     <name>Clerezza - RDF - Jena - TDB Storage Provider</name>
     <description>A Jena TDB based storage provider</description>
     <build>
@@ -130,6 +130,6 @@
     </dependencies>
 
   <scm>
-    <tag>201604</tag>
+    <tag>201508-1</tag>
   </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/rdf/stable.serializer/pom.xml
----------------------------------------------------------------------
diff --git a/rdf/stable.serializer/pom.xml b/rdf/stable.serializer/pom.xml
index a3d3b3e..3cd93bd 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>1.0.1</version>
+    <version>1.0.2-SNAPSHOT</version>
     <name>Clerezza - RDF 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 
@@ -86,8 +86,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-  <scm>
-    <tag>201604</tag>
-  </scm>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/d478cbb5/releases/201604/pom.xml
----------------------------------------------------------------------
diff --git a/releases/201604/pom.xml b/releases/201604/pom.xml
index c90dabd..a7edf8d 100644
--- a/releases/201604/pom.xml
+++ b/releases/201604/pom.xml
@@ -38,7 +38,7 @@
 
     <groupId>org.apache.clerezza.releases</groupId>
     <artifactId>201604</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Clerezza - Release 201604</name>
 
@@ -66,7 +66,7 @@
         <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>201604</tag>
+      <tag>HEAD</tag>
   </scm>
     <build>
         <plugins>