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 16:44:20 UTC

clerezza-rdf-core git commit: [maven-release-plugin] prepare for next development iteration

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


[maven-release-plugin] prepare for next development iteration


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/2506180b
Tree: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/tree/2506180b
Diff: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/diff/2506180b

Branch: refs/heads/master
Commit: 2506180b2951937a47504ff69f317ab901b8d390
Parents: 16c5383
Author: Reto Gmür <re...@apache.org>
Authored: Sun Oct 11 15:21:29 2015 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Sun Oct 11 15:21:29 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/2506180b/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 309d5c2..a58ef72 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</version>
+    <version>0.3-SNAPSHOT</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>commons-reactor-0.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
 

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/2506180b/impl.sparql/pom.xml
----------------------------------------------------------------------
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index 0cf2bfc..2ab62c2 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</version>
+    <version>0.3-SNAPSHOT</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>commons-reactor-0.2</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <properties>
@@ -84,12 +84,12 @@
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.2</version>
+            <version>0.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-impl-utils</artifactId>
-            <version>0.2</version>
+            <version>0.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/2506180b/impl.utils/pom.xml
----------------------------------------------------------------------
diff --git a/impl.utils/pom.xml b/impl.utils/pom.xml
index 9f847fa..b217d7e 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</version>
+    <version>0.3-SNAPSHOT</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>commons-reactor-0.2</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <build>
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.2</version>
+            <version>0.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/2506180b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3264a3..49e2f46 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</version>
+    <version>0.3-SNAPSHOT</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>commons-reactor-0.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>