Repository: bookkeeper
Updated Branches:
  refs/heads/branch-4.3 b3657b828 -> de41dbb23


Release 4.3.1


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

Branch: refs/heads/branch-4.3
Commit: de41dbb2332b7345f8362247d5b8389ec81399fa
Parents: b3657b8
Author: Sijie Guo <si...@apache.org>
Authored: Tue May 19 00:44:47 2015 -0700
Committer: Sijie Guo <si...@apache.org>
Committed: Tue May 19 21:28:26 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt                                                  | 2 +-
 bookkeeper-benchmark/pom.xml                                 | 2 +-
 bookkeeper-server/pom.xml                                    | 2 +-
 bookkeeper-stats-providers/codahale-metrics-provider/pom.xml | 2 +-
 bookkeeper-stats-providers/pom.xml                           | 4 ++--
 bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml  | 2 +-
 bookkeeper-stats-providers/twitter-science-provider/pom.xml  | 2 +-
 bookkeeper-stats/pom.xml                                     | 2 +-
 compat-deps/bookkeeper-server-compat-4.0.0/pom.xml           | 2 +-
 compat-deps/bookkeeper-server-compat-4.1.0/pom.xml           | 2 +-
 compat-deps/bookkeeper-server-compat-4.2.0/pom.xml           | 2 +-
 compat-deps/hedwig-server-compat-4.0.0/pom.xml               | 2 +-
 compat-deps/hedwig-server-compat-4.1.0/pom.xml               | 2 +-
 compat-deps/hedwig-server-compat-4.2.0/pom.xml               | 2 +-
 compat-deps/pom.xml                                          | 4 ++--
 hedwig-client-jms/pom.xml                                    | 2 +-
 hedwig-client/pom.xml                                        | 2 +-
 hedwig-protocol/pom.xml                                      | 2 +-
 hedwig-server/pom.xml                                        | 2 +-
 pom.xml                                                      | 2 +-
 20 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 372ef37..0cc80fe 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-Release 4.3.1 - unreleased
+Release 4.3.1 - 2015-05-19
 
   Backward compatible changes:
 

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/bookkeeper-benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml
index e874b00..2e8e8c6 100644
--- a/bookkeeper-benchmark/pom.xml
+++ b/bookkeeper-benchmark/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>bookkeeper</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-benchmark</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/bookkeeper-server/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml
index f7d3304..e195729 100644
--- a/bookkeeper-server/pom.xml
+++ b/bookkeeper-server/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>bookkeeper</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml 
b/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
index 88a396d..772a642 100644
--- a/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
+++ b/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>bookkeeper</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/bookkeeper-stats-providers/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-stats-providers/pom.xml 
b/bookkeeper-stats-providers/pom.xml
index 6f6af91..c8882a5 100644
--- a/bookkeeper-stats-providers/pom.xml
+++ b/bookkeeper-stats-providers/pom.xml
@@ -22,11 +22,11 @@
   <parent>
     <artifactId>bookkeeper</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bookkeeper</groupId>
-  <version>4.3.1-SNAPSHOT</version>
+  <version>4.3.1</version>
   <artifactId>bookkeeper-stats-providers</artifactId>
   <packaging>pom</packaging>
   <name>bookkeeper-stats-providers</name>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml 
b/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml
index 3307618..dfe3840 100644
--- a/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml
+++ b/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>bookkeeper</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/bookkeeper-stats-providers/twitter-science-provider/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-stats-providers/twitter-science-provider/pom.xml 
b/bookkeeper-stats-providers/twitter-science-provider/pom.xml
index 57a4f45..0243cee 100644
--- a/bookkeeper-stats-providers/twitter-science-provider/pom.xml
+++ b/bookkeeper-stats-providers/twitter-science-provider/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>bookkeeper</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/bookkeeper-stats/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-stats/pom.xml b/bookkeeper-stats/pom.xml
index 771f7af..4b789e5 100644
--- a/bookkeeper-stats/pom.xml
+++ b/bookkeeper-stats/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>bookkeeper</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>
   <artifactId>bookkeeper-stats-api</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml 
b/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml
index 15fd49d..02462a8 100644
--- a/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml
+++ b/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>compat-deps</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat400</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml 
b/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml
index b70f638..40a0a0f 100644
--- a/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml
+++ b/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>compat-deps</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat410</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml 
b/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
index c562191..7c5b5f4 100644
--- a/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
+++ b/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>compat-deps</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat420</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/compat-deps/hedwig-server-compat-4.0.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/hedwig-server-compat-4.0.0/pom.xml 
b/compat-deps/hedwig-server-compat-4.0.0/pom.xml
index 9a6dff3..94caf99 100644
--- a/compat-deps/hedwig-server-compat-4.0.0/pom.xml
+++ b/compat-deps/hedwig-server-compat-4.0.0/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>compat-deps</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>hedwig-server-compat400</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/compat-deps/hedwig-server-compat-4.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/hedwig-server-compat-4.1.0/pom.xml 
b/compat-deps/hedwig-server-compat-4.1.0/pom.xml
index d019a79..7932722 100644
--- a/compat-deps/hedwig-server-compat-4.1.0/pom.xml
+++ b/compat-deps/hedwig-server-compat-4.1.0/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>compat-deps</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>hedwig-server-compat410</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/compat-deps/hedwig-server-compat-4.2.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/hedwig-server-compat-4.2.0/pom.xml 
b/compat-deps/hedwig-server-compat-4.2.0/pom.xml
index b37e014..65fbca4 100644
--- a/compat-deps/hedwig-server-compat-4.2.0/pom.xml
+++ b/compat-deps/hedwig-server-compat-4.2.0/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>compat-deps</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>hedwig-server-compat420</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/compat-deps/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/pom.xml b/compat-deps/pom.xml
index c54c779..57caa27 100644
--- a/compat-deps/pom.xml
+++ b/compat-deps/pom.xml
@@ -22,11 +22,11 @@
   <parent>
     <artifactId>bookkeeper</artifactId>
     <groupId>org.apache.bookkeeper</groupId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bookkeeper</groupId>
-  <version>4.3.1-SNAPSHOT</version>
+  <version>4.3.1</version>
   <artifactId>compat-deps</artifactId>
   <packaging>pom</packaging>
   <name>compability dependencies</name>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/hedwig-client-jms/pom.xml
----------------------------------------------------------------------
diff --git a/hedwig-client-jms/pom.xml b/hedwig-client-jms/pom.xml
index 8edbc3d..418ca2b 100644
--- a/hedwig-client-jms/pom.xml
+++ b/hedwig-client-jms/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bookkeeper</groupId>
     <artifactId>bookkeeper</artifactId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>hedwig-client-jms</artifactId>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/hedwig-client/pom.xml
----------------------------------------------------------------------
diff --git a/hedwig-client/pom.xml b/hedwig-client/pom.xml
index e0c4021..300b971 100644
--- a/hedwig-client/pom.xml
+++ b/hedwig-client/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bookkeeper</groupId>
     <artifactId>bookkeeper</artifactId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <properties>
       <mainclass>org.apache.hedwig.client.App</mainclass>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/hedwig-protocol/pom.xml
----------------------------------------------------------------------
diff --git a/hedwig-protocol/pom.xml b/hedwig-protocol/pom.xml
index 14398f9..39c9174 100644
--- a/hedwig-protocol/pom.xml
+++ b/hedwig-protocol/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bookkeeper</groupId>
     <artifactId>bookkeeper</artifactId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <artifactId>hedwig-protocol</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/hedwig-server/pom.xml
----------------------------------------------------------------------
diff --git a/hedwig-server/pom.xml b/hedwig-server/pom.xml
index de442a7..162e137 100644
--- a/hedwig-server/pom.xml
+++ b/hedwig-server/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bookkeeper</groupId>
     <artifactId>bookkeeper</artifactId>
-    <version>4.3.1-SNAPSHOT</version>
+    <version>4.3.1</version>
   </parent>
   <properties>
       <mainclass>org.apache.hedwig.server.netty.PubSubServer</mainclass>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/de41dbb2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f926258..5b8c78f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bookkeeper</groupId>
-  <version>4.3.1-SNAPSHOT</version>
+  <version>4.3.1</version>
   <artifactId>bookkeeper</artifactId>
   <packaging>pom</packaging>
   <name>bookkeeper</name>

Reply via email to