Repository: bookkeeper Updated Branches: refs/heads/branch-4.4 [created] 8bb39b187
Release 4.4.0 Project: http://git-wip-us.apache.org/repos/asf/bookkeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/bookkeeper/commit/8bb39b18 Tree: http://git-wip-us.apache.org/repos/asf/bookkeeper/tree/8bb39b18 Diff: http://git-wip-us.apache.org/repos/asf/bookkeeper/diff/8bb39b18 Branch: refs/heads/branch-4.4 Commit: 8bb39b187d1b681cf88651b825933d046545d34d Parents: d1df2db Author: Matteo Merli <[email protected]> Authored: Thu May 5 09:16:27 2016 -0700 Committer: Matteo Merli <[email protected]> Committed: Thu May 5 09:23:02 2016 -0700 ---------------------------------------------------------------------- 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 | 4 ++-- compat-deps/bookkeeper-server-compat-4.1.0/pom.xml | 4 ++-- compat-deps/bookkeeper-server-compat-4.2.0/pom.xml | 2 +- compat-deps/pom.xml | 4 ++-- pom.xml | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/bookkeeper-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index 5a6ba69..aee9800 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-benchmark</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/bookkeeper-server/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index eb67fd8..cbc2a46 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/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 d7f1285..96c2527 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/bookkeeper-stats-providers/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-stats-providers/pom.xml b/bookkeeper-stats-providers/pom.xml index 3da99b5..5998a69 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0</version> <artifactId>bookkeeper-stats-providers</artifactId> <packaging>pom</packaging> <name>bookkeeper-stats-providers</name> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/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 c3bf76c..e4c224a 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/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 97fe0f1..11637ee 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/bookkeeper-stats/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-stats/pom.xml b/bookkeeper-stats/pom.xml index de2f80d..9e4262e 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>bookkeeper-stats-api</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/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 fce86d9..fcea501 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server-compat400</artifactId> @@ -81,4 +81,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/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 5843d33..4b69e21 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server-compat410</artifactId> @@ -90,4 +90,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/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 d886ede..73229f8 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server-compat420</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/compat-deps/pom.xml ---------------------------------------------------------------------- diff --git a/compat-deps/pom.xml b/compat-deps/pom.xml index 05d1373..22cdbbd 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.4.0-SNAPSHOT</version> + <version>4.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0</version> <artifactId>compat-deps</artifactId> <packaging>pom</packaging> <name>compability dependencies</name> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8bb39b18/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3b8b233..d34c833 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0</version> <artifactId>bookkeeper</artifactId> <packaging>pom</packaging> <name>bookkeeper</name>
