You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2018/07/15 06:53:54 UTC

[1/3] incubator-ratis git commit: Change version for the version 0.2.0 -rc2

Repository: incubator-ratis
Updated Branches:
  refs/heads/master ac79be6b2 -> 67bb9fcd4


Change version for the version 0.2.0 -rc2


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/4d141609
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/4d141609
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/4d141609

Branch: refs/heads/master
Commit: 4d14160995063ea9d126cc5c5ca823e0e3d956ae
Parents: ca1c7df
Author: Márton Elek <el...@apache.org>
Authored: Thu Jun 28 07:51:55 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Thu Jun 28 07:51:55 2018 +0200

----------------------------------------------------------------------
 pom.xml                      | 2 +-
 ratis-assembly/pom.xml       | 2 +-
 ratis-client/pom.xml         | 2 +-
 ratis-common/pom.xml         | 2 +-
 ratis-examples/pom.xml       | 2 +-
 ratis-grpc/pom.xml           | 2 +-
 ratis-hadoop-shaded/pom.xml  | 2 +-
 ratis-hadoop/pom.xml         | 2 +-
 ratis-netty/pom.xml          | 2 +-
 ratis-proto-shaded/pom.xml   | 2 +-
 ratis-replicated-map/pom.xml | 2 +-
 ratis-server/pom.xml         | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4c069fd..04fb69b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <artifactId>ratis</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.1.1-alpha-SNAPSHOT</version>
+  <version>0.2.0</version>
   <name>Apache Ratis</name>
   <packaging>pom</packaging>
   <description>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml
index 32fb013..a1bd629 100644
--- a/ratis-assembly/pom.xml
+++ b/ratis-assembly/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-assembly</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-client/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml
index 1224914..5fc5024 100644
--- a/ratis-client/pom.xml
+++ b/ratis-client/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-common/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml
index 9f4017e..ec0b538 100644
--- a/ratis-common/pom.xml
+++ b/ratis-common/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-examples/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index 0cf10d0..86ea7b1 100644
--- a/ratis-examples/pom.xml
+++ b/ratis-examples/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-grpc/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml
index 62900b7..538207b 100644
--- a/ratis-grpc/pom.xml
+++ b/ratis-grpc/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-grpc</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-hadoop-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop-shaded/pom.xml b/ratis-hadoop-shaded/pom.xml
index 95342a8..ad631f5 100644
--- a/ratis-hadoop-shaded/pom.xml
+++ b/ratis-hadoop-shaded/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-hadoop-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml
index 3249e48..a65010f 100644
--- a/ratis-hadoop/pom.xml
+++ b/ratis-hadoop/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-netty/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml
index 0a81d25..75a7557 100644
--- a/ratis-netty/pom.xml
+++ b/ratis-netty/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-netty</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-proto-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml
index a24975c..6ad08c9 100644
--- a/ratis-proto-shaded/pom.xml
+++ b/ratis-proto-shaded/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-proto-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-replicated-map/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml
index f24d077..391cada 100644
--- a/ratis-replicated-map/pom.xml
+++ b/ratis-replicated-map/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-replicated-map</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/4d141609/ratis-server/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml
index 843afed..251275f 100644
--- a/ratis-server/pom.xml
+++ b/ratis-server/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.1.1-alpha-SNAPSHOT</version>
+    <version>0.2.0</version>
   </parent>
 
   <artifactId>ratis-server</artifactId>


[2/3] incubator-ratis git commit: Switch to 0.3.0-SNAPSHOT after the 0.2.0 release

Posted by el...@apache.org.
Switch to 0.3.0-SNAPSHOT after the 0.2.0 release


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

Branch: refs/heads/master
Commit: a620c5d7a8e011e29259da6d54af59549d497edd
Parents: 4d14160
Author: Márton Elek <el...@apache.org>
Authored: Sun Jul 15 08:50:01 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Sun Jul 15 08:50:01 2018 +0200

----------------------------------------------------------------------
 pom.xml                      | 2 +-
 ratis-assembly/pom.xml       | 2 +-
 ratis-client/pom.xml         | 2 +-
 ratis-common/pom.xml         | 2 +-
 ratis-examples/pom.xml       | 2 +-
 ratis-grpc/pom.xml           | 2 +-
 ratis-hadoop-shaded/pom.xml  | 2 +-
 ratis-hadoop/pom.xml         | 2 +-
 ratis-netty/pom.xml          | 2 +-
 ratis-proto-shaded/pom.xml   | 2 +-
 ratis-replicated-map/pom.xml | 2 +-
 ratis-server/pom.xml         | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 04fb69b..31ac6b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <artifactId>ratis</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.2.0</version>
+  <version>0.3.0-SNAPSHOT</version>
   <name>Apache Ratis</name>
   <packaging>pom</packaging>
   <description>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml
index a1bd629..62a83a7 100644
--- a/ratis-assembly/pom.xml
+++ b/ratis-assembly/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-assembly</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-client/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml
index 5fc5024..6b3ae2c 100644
--- a/ratis-client/pom.xml
+++ b/ratis-client/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-common/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml
index ec0b538..ff6ec40 100644
--- a/ratis-common/pom.xml
+++ b/ratis-common/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-examples/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index 86ea7b1..0c63883 100644
--- a/ratis-examples/pom.xml
+++ b/ratis-examples/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-grpc/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml
index 538207b..820302f 100644
--- a/ratis-grpc/pom.xml
+++ b/ratis-grpc/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-grpc</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-hadoop-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop-shaded/pom.xml b/ratis-hadoop-shaded/pom.xml
index ad631f5..ba62721 100644
--- a/ratis-hadoop-shaded/pom.xml
+++ b/ratis-hadoop-shaded/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-hadoop-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml
index a65010f..a61e786 100644
--- a/ratis-hadoop/pom.xml
+++ b/ratis-hadoop/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-netty/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml
index 75a7557..2423b32 100644
--- a/ratis-netty/pom.xml
+++ b/ratis-netty/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-netty</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-proto-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml
index 6ad08c9..2b203fc 100644
--- a/ratis-proto-shaded/pom.xml
+++ b/ratis-proto-shaded/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-proto-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-replicated-map/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml
index 391cada..63fcad7 100644
--- a/ratis-replicated-map/pom.xml
+++ b/ratis-replicated-map/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-replicated-map</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/a620c5d7/ratis-server/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml
index 251275f..14acf77 100644
--- a/ratis-server/pom.xml
+++ b/ratis-server/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-server</artifactId>


[3/3] incubator-ratis git commit: Merge commit 'a620c5d'

Posted by el...@apache.org.
Merge commit 'a620c5d'


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/67bb9fcd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/67bb9fcd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/67bb9fcd

Branch: refs/heads/master
Commit: 67bb9fcd4495eb4fa79c128a0abda3578d9a2947
Parents: ac79be6 a620c5d
Author: Márton Elek <el...@apache.org>
Authored: Sun Jul 15 08:50:48 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Sun Jul 15 08:50:48 2018 +0200

----------------------------------------------------------------------
 pom.xml                      | 2 +-
 ratis-assembly/pom.xml       | 2 +-
 ratis-client/pom.xml         | 2 +-
 ratis-common/pom.xml         | 2 +-
 ratis-examples/pom.xml       | 2 +-
 ratis-grpc/pom.xml           | 2 +-
 ratis-hadoop-shaded/pom.xml  | 2 +-
 ratis-hadoop/pom.xml         | 2 +-
 ratis-netty/pom.xml          | 2 +-
 ratis-proto-shaded/pom.xml   | 2 +-
 ratis-replicated-map/pom.xml | 2 +-
 ratis-server/pom.xml         | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------