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 19:18:28 UTC

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

Repository: clerezza-rdf-core
Updated Branches:
  refs/heads/master 1df8e2a17 -> 205993dce


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


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

Branch: refs/heads/master
Commit: 205993dceebae6e8166f760008fd984132282cb3
Parents: 1df8e2a
Author: Reto Gmür <re...@apache.org>
Authored: Sat Apr 11 19:18:15 2015 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Sat Apr 11 19:18:15 2015 +0200

----------------------------------------------------------------------
 api/pom.xml         | 5 +++--
 impl.sparql/pom.xml | 9 +++++----
 impl.utils/pom.xml  | 7 ++++---
 pom.xml             | 5 +++--
 4 files changed, 15 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/205993dc/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 818bd98..c8495dd 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-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>bundle</packaging>
     <name>Clerezza Commons RDF API</name>
     <description>
@@ -50,7 +50,8 @@
         <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>
-    </scm>
+      <tag>commons-reactor-0.1</tag>
+  </scm>
 
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/205993dc/impl.sparql/pom.xml
----------------------------------------------------------------------
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index c9f3359..a7f3d49 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-SNAPSHOT</version>
+    <version>0.1</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,8 @@
         <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>
-    </scm>
+      <tag>commons-reactor-0.1</tag>
+  </scm>
     
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -64,12 +65,12 @@
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-impl-utils</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/205993dc/impl.utils/pom.xml
----------------------------------------------------------------------
diff --git a/impl.utils/pom.xml b/impl.utils/pom.xml
index d3ac3a3..5ba2179 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-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>bundle</packaging>
     <name>Clerezza Commons RDF Implementation Utils</name>
     <description>
@@ -50,7 +50,8 @@
         <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>
-    </scm>
+      <tag>commons-reactor-0.1</tag>
+  </scm>
     
     <build>
         <plugins>
@@ -72,7 +73,7 @@
         <dependency>
             <groupId>org.apache.clerezza.commons-rdf</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/205993dc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 89289fb..3813077 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-SNAPSHOT</version>
+    <version>0.1</version>
     <name>Clerezza Commons RDF</name>
     <description>
         Apache Commons RDF provides an API modelling the RDF data model as defined by 
@@ -58,7 +58,8 @@
         <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>
-    </scm>
+      <tag>commons-reactor-0.1</tag>
+  </scm>
 
     <modules>
         <module>api</module>