Repository: incubator-ratis
Updated Branches:
  refs/heads/master 51a306cb6 -> 1dd3d0bff


trunk$mvn versions:set -DnewVersion=0.4.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: 1dd3d0bffdddf571d5de3b38b6c998b7e26fe10a
Parents: 51a306c
Author: Tsz Wo Nicholas Sze <[email protected]>
Authored: Tue Nov 20 13:40:40 2018 -0800
Committer: Tsz Wo Nicholas Sze <[email protected]>
Committed: Tue Nov 20 13:40:40 2018 -0800

----------------------------------------------------------------------
 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/pom.xml         | 2 +-
 ratis-logservice/pom.xml     | 2 +-
 ratis-netty/pom.xml          | 2 +-
 ratis-proto/pom.xml          | 2 +-
 ratis-replicated-map/pom.xml | 2 +-
 ratis-server/pom.xml         | 2 +-
 ratis-test/pom.xml           | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3e92eed..3c745cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <artifactId>ratis</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <version>0.4.0</version>
+  <version>0.4.0-SNAPSHOT</version>
   <name>Apache Ratis</name>
   <packaging>pom</packaging>
   <description>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml
index 7a65189..4aa1102 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-assembly</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-client/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml
index 42ae5f4..991630c 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-client</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-common/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml
index d705da4..11d813d 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-examples/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index a05f0cd..ae88124 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-grpc/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml
index bac5519..e7c4cc4 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-grpc</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml
index e846b9f..9dcfa42 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-hadoop</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-logservice/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-logservice/pom.xml b/ratis-logservice/pom.xml
index 6144786..6c49231 100644
--- a/ratis-logservice/pom.xml
+++ b/ratis-logservice/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-logservice</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-netty/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml
index 175b3f1..ba8cd4d 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-netty</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-proto/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-proto/pom.xml b/ratis-proto/pom.xml
index 36cd30b..c767b28 100644
--- a/ratis-proto/pom.xml
+++ b/ratis-proto/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-proto</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-replicated-map/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml
index 0c46e73..3a63759 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-replicated-map</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-server/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml
index b77572b..4ccb101 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.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-server</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/1dd3d0bf/ratis-test/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-test/pom.xml b/ratis-test/pom.xml
index 650c502..8b21f20 100644
--- a/ratis-test/pom.xml
+++ b/ratis-test/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
-    <version>0.4.0</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>ratis-test</artifactId>

Reply via email to