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/04/11 17:00:52 UTC

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

Repository: clerezza-rdf-core
Updated Branches:
  refs/heads/master 8f699b884 -> 9980c0794


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

Branch: refs/heads/master
Commit: 9980c0794cfefd9164e6fea49d2b8021331ceb2a
Parents: 8f699b8
Author: Reto Gmür <re...@apache.org>
Authored: Sat Apr 11 16:23:46 2015 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Sat Apr 11 16:23:46 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/9980c079/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 0ef1e5b..cda4f91 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.1</version>
+    <version>0.2-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>0.1</tag>
+      <tag>HEAD</tag>
   </scm>
 
 

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/9980c079/impl.sparql/pom.xml
----------------------------------------------------------------------
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index 59e0ca7..f973fa5 100644
--- a/impl.sparql/pom.xml
+++ b/impl.sparql/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>org.apache.clerezza.commons-rdf</groupId>
     <artifactId>commons-rdf-impl-sparql</artifactId>
-    <version>0.1</version>
+    <version>0.2-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 
@@ -31,7 +31,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>0.1</tag>
+      <tag>HEAD</tag>
   </scm>
     
     <properties>
@@ -49,12 +49,12 @@
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1</version>
+            <version>0.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-impl-utils</artifactId>
-            <version>0.1</version>
+            <version>0.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/9980c079/impl.utils/pom.xml
----------------------------------------------------------------------
diff --git a/impl.utils/pom.xml b/impl.utils/pom.xml
index 0b30c51..cbe5c8f 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.1</version>
+    <version>0.2-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>0.1</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.1</version>
+            <version>0.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/9980c079/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6c56989..28efb24 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.1</version>
+    <version>0.2-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>0.1</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>