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/11 14:47:41 UTC

clerezza-rdf-core git commit: [maven-release-plugin] prepare release commons-reactor-0.2

Repository: clerezza-rdf-core
Updated Branches:
  refs/heads/master fc604d6e1 -> 16c538347


[maven-release-plugin] prepare release commons-reactor-0.2


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

Branch: refs/heads/master
Commit: 16c5383470cf68e5734d8e9aa0598b953b6870ba
Parents: fc604d6
Author: Reto Gmür <re...@apache.org>
Authored: Sun Oct 11 14:41:28 2015 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Sun Oct 11 14:41:28 2015 +0200

----------------------------------------------------------------------
 api/pom.xml         | 4 ++--
 impl.sparql/pom.xml | 8 ++++----
 impl.utils/pom.xml  | 6 +++---
 pom.xml             | 4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/16c53834/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index aef406b..309d5c2 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.clerezza.commons-rdf</groupId>
     <artifactId>commons-rdf-api</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza Commons RDF API</name>
     <description>
@@ -50,7 +50,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</url>
-      <tag>HEAD</tag>
+      <tag>commons-reactor-0.2</tag>
   </scm>
 
 

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/16c53834/impl.sparql/pom.xml
----------------------------------------------------------------------
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index e6b87e7..0cf2bfc 100644
--- a/impl.sparql/pom.xml
+++ b/impl.sparql/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.clerezza.commons-rdf</groupId>
     <artifactId>commons-rdf-impl-sparql</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza Commons RDF SPARQL backed implementation.</name>
     <description>An implementation of the rdf commons API backed by a sparql 
@@ -50,7 +50,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</url>
-      <tag>HEAD</tag>
+      <tag>commons-reactor-0.2</tag>
   </scm>
     
     <properties>
@@ -84,12 +84,12 @@
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-impl-utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/16c53834/impl.utils/pom.xml
----------------------------------------------------------------------
diff --git a/impl.utils/pom.xml b/impl.utils/pom.xml
index fb1186f..9f847fa 100644
--- a/impl.utils/pom.xml
+++ b/impl.utils/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.clerezza.commons-rdf</groupId>
     <artifactId>commons-rdf-impl-utils</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <packaging>bundle</packaging>
     <name>Clerezza Commons RDF Implementation Utils</name>
     <description>
@@ -50,7 +50,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</url>
-      <tag>HEAD</tag>
+      <tag>commons-reactor-0.2</tag>
   </scm>
     
     <build>
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.2-SNAPSHOT</version>
+            <version>0.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/16c53834/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a2f158..a3264a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <groupId>org.apache.clerezza.commons-rdf</groupId>
     <artifactId>commons-reactor</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <name>Clerezza Commons RDF</name>
     <description>
         Apache Commons RDF provides an API modelling the RDF data model as defined by 
@@ -58,7 +58,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/clerezza-rdf-core.git</url>
-      <tag>HEAD</tag>
+      <tag>commons-reactor-0.2</tag>
   </scm>
 
     <modules>