Repository: bookkeeper Updated Branches: refs/heads/branch-4.3 6b5e59885 -> c985aa0b9
Release 4.3.2 Project: http://git-wip-us.apache.org/repos/asf/bookkeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/bookkeeper/commit/c985aa0b Tree: http://git-wip-us.apache.org/repos/asf/bookkeeper/tree/c985aa0b Diff: http://git-wip-us.apache.org/repos/asf/bookkeeper/diff/c985aa0b Branch: refs/heads/branch-4.3 Commit: c985aa0b9d806015fd33f77ea1246396f1e809ed Parents: 6b5e598 Author: Matteo Merli <[email protected]> Authored: Thu Sep 24 23:11:07 2015 -0700 Committer: Matteo Merli <[email protected]> Committed: Thu Sep 24 23:11:22 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/c985aa0b/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 84adba7..378ae55 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Release 4.3.2 - unreleased +Release 4.3.2 - 2015-09-25 Backward compatible changes: http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/bookkeeper-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index 2e8e8c6..2089ee9 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-benchmark</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/bookkeeper-server/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index e195729..edce09f 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 772a642..dfffe48 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</version> + <version>4.3.2</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/bookkeeper-stats-providers/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-stats-providers/pom.xml b/bookkeeper-stats-providers/pom.xml index c8882a5..f85b2df 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</version> + <version>4.3.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.3.1</version> + <version>4.3.2</version> <artifactId>bookkeeper-stats-providers</artifactId> <packaging>pom</packaging> <name>bookkeeper-stats-providers</name> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 dfe3840..cb3da31 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</version> + <version>4.3.2</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 0243cee..a33382e 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</version> + <version>4.3.2</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/bookkeeper-stats/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-stats/pom.xml b/bookkeeper-stats/pom.xml index 4b789e5..3e56adb 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>bookkeeper-stats-api</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 02462a8..183dd30 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server-compat400</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 40a0a0f..59454b5 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server-compat410</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 7c5b5f4..c6596b1 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server-compat420</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 94caf99..97444c7 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>hedwig-server-compat400</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 7932722..29b804e 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>hedwig-server-compat410</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/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 65fbca4..b63d7d5 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>hedwig-server-compat420</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/compat-deps/pom.xml ---------------------------------------------------------------------- diff --git a/compat-deps/pom.xml b/compat-deps/pom.xml index 57caa27..eab7457 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</version> + <version>4.3.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.3.1</version> + <version>4.3.2</version> <artifactId>compat-deps</artifactId> <packaging>pom</packaging> <name>compability dependencies</name> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/hedwig-client-jms/pom.xml ---------------------------------------------------------------------- diff --git a/hedwig-client-jms/pom.xml b/hedwig-client-jms/pom.xml index 418ca2b..745abb4 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</version> + <version>4.3.2</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>hedwig-client-jms</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/hedwig-client/pom.xml ---------------------------------------------------------------------- diff --git a/hedwig-client/pom.xml b/hedwig-client/pom.xml index 300b971..c1abc5b 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</version> + <version>4.3.2</version> </parent> <properties> <mainclass>org.apache.hedwig.client.App</mainclass> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/hedwig-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/hedwig-protocol/pom.xml b/hedwig-protocol/pom.xml index 39c9174..ec29e88 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</version> + <version>4.3.2</version> </parent> <artifactId>hedwig-protocol</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/hedwig-server/pom.xml ---------------------------------------------------------------------- diff --git a/hedwig-server/pom.xml b/hedwig-server/pom.xml index 162e137..4b81f5e 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</version> + <version>4.3.2</version> </parent> <properties> <mainclass>org.apache.hedwig.server.netty.PubSubServer</mainclass> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c985aa0b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5b8c78f..710f5b5 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</version> + <version>4.3.2</version> <artifactId>bookkeeper</artifactId> <packaging>pom</packaging> <name>bookkeeper</name>
