Release 0.3.51-RC1
diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml
index 0833fae..7ed0e84 100644
--- a/distributedlog-benchmark/pom.xml
+++ b/distributedlog-benchmark/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>com.twitter</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
   </parent>
   <artifactId>distributedlog-benchmark</artifactId>
   <name>DistributedLog Benchmark</name>
diff --git a/distributedlog-client/pom.xml b/distributedlog-client/pom.xml
index 332fbb9..e498483 100644
--- a/distributedlog-client/pom.xml
+++ b/distributedlog-client/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>com.twitter</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
   </parent>
   <artifactId>distributedlog-client</artifactId>
   <name>DistributedLog Client</name>
diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml
index c05ea54..eaf50b1 100644
--- a/distributedlog-core/pom.xml
+++ b/distributedlog-core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>com.twitter</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
   </parent>
   <artifactId>distributedlog-core</artifactId>
   <name>DistributedLog Core Library</name>
diff --git a/distributedlog-example/pom.xml b/distributedlog-example/pom.xml
index 9b29b35..8063fd0 100644
--- a/distributedlog-example/pom.xml
+++ b/distributedlog-example/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>com.twitter</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
   </parent>
   <artifactId>distributedlog-example</artifactId>
   <name>DistributedLog Example</name>
diff --git a/distributedlog-protocol/pom.xml b/distributedlog-protocol/pom.xml
index a21b0e6..caba4da 100644
--- a/distributedlog-protocol/pom.xml
+++ b/distributedlog-protocol/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>com.twitter</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
   </parent>
   <artifactId>distributedlog-protocol</artifactId>
   <name>DistributedLog Protocol</name>
diff --git a/distributedlog-service/pom.xml b/distributedlog-service/pom.xml
index 7660f5e..9bd23ac 100644
--- a/distributedlog-service/pom.xml
+++ b/distributedlog-service/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>com.twitter</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
   </parent>
   <artifactId>distributedlog-service</artifactId>
   <name>DistributedLog Service</name>
diff --git a/distributedlog-tutorials/distributedlog-basic/pom.xml b/distributedlog-tutorials/distributedlog-basic/pom.xml
index e5644ed..9400bb9 100644
--- a/distributedlog-tutorials/distributedlog-basic/pom.xml
+++ b/distributedlog-tutorials/distributedlog-basic/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>distributedlog</artifactId>
     <groupId>com.twitter</groupId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>com.twitter</groupId>
diff --git a/distributedlog-tutorials/distributedlog-kafka/pom.xml b/distributedlog-tutorials/distributedlog-kafka/pom.xml
index bb1e730..e57fb10 100644
--- a/distributedlog-tutorials/distributedlog-kafka/pom.xml
+++ b/distributedlog-tutorials/distributedlog-kafka/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>distributedlog</artifactId>
     <groupId>com.twitter</groupId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>com.twitter</groupId>
diff --git a/distributedlog-tutorials/distributedlog-mapreduce/pom.xml b/distributedlog-tutorials/distributedlog-mapreduce/pom.xml
index 371cdf5..2fe3a63 100644
--- a/distributedlog-tutorials/distributedlog-mapreduce/pom.xml
+++ b/distributedlog-tutorials/distributedlog-mapreduce/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>distributedlog</artifactId>
     <groupId>com.twitter</groupId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>com.twitter</groupId>
diff --git a/distributedlog-tutorials/distributedlog-messaging/pom.xml b/distributedlog-tutorials/distributedlog-messaging/pom.xml
index a80f359..0b70d5f 100644
--- a/distributedlog-tutorials/distributedlog-messaging/pom.xml
+++ b/distributedlog-tutorials/distributedlog-messaging/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>distributedlog</artifactId>
     <groupId>com.twitter</groupId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>com.twitter</groupId>
diff --git a/distributedlog-tutorials/pom.xml b/distributedlog-tutorials/pom.xml
index 7aa19c8..2dc22d9 100644
--- a/distributedlog-tutorials/pom.xml
+++ b/distributedlog-tutorials/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>com.twitter</groupId>
     <artifactId>distributedlog</artifactId>
-    <version>0.3.51-SNAPSHOT</version>
+    <version>0.3.51-RC1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>distributedlog-tutorials</artifactId>
diff --git a/pom.xml b/pom.xml
index 74e49b6..6c7af26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <groupId>com.twitter</groupId>
   <artifactId>distributedlog</artifactId>
   <packaging>pom</packaging>
-  <version>0.3.51-SNAPSHOT</version>
+  <version>0.3.51-RC1</version>
   <name>distributedlog</name>
   <reporting>
     <plugins>