Bump version to 4.5.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/bookkeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/bookkeeper/commit/f36bb289 Tree: http://git-wip-us.apache.org/repos/asf/bookkeeper/tree/f36bb289 Diff: http://git-wip-us.apache.org/repos/asf/bookkeeper/diff/f36bb289 Branch: refs/heads/master Commit: f36bb289c19f5528572b677d1529951ae4346a93 Parents: d1df2db Author: Matteo Merli <[email protected]> Authored: Thu May 5 09:21:18 2016 -0700 Committer: Matteo Merli <[email protected]> Committed: Thu May 5 09:22:09 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/f36bb289/bookkeeper-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index 5a6ba69..c866fbe 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.5.0-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-benchmark</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/bookkeeper-server/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index eb67fd8..7e63c3a 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.5.0-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/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..f372458 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.5.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/bookkeeper-stats-providers/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-stats-providers/pom.xml b/bookkeeper-stats-providers/pom.xml index 3da99b5..5189579 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.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.4.0-SNAPSHOT</version> + <version>4.5.0-SNAPSHOT</version> <artifactId>bookkeeper-stats-providers</artifactId> <packaging>pom</packaging> <name>bookkeeper-stats-providers</name> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/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..1d7f987 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.5.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/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..e48d98c 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.5.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/bookkeeper-stats/pom.xml ---------------------------------------------------------------------- diff --git a/bookkeeper-stats/pom.xml b/bookkeeper-stats/pom.xml index de2f80d..073eeef 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.5.0-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>bookkeeper-stats-api</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/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..d84c64e 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.5.0-SNAPSHOT</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/f36bb289/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..76b8b91 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.5.0-SNAPSHOT</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/f36bb289/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..8c3b44a 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.5.0-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-server-compat420</artifactId> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/compat-deps/pom.xml ---------------------------------------------------------------------- diff --git a/compat-deps/pom.xml b/compat-deps/pom.xml index 05d1373..633c28f 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.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.4.0-SNAPSHOT</version> + <version>4.5.0-SNAPSHOT</version> <artifactId>compat-deps</artifactId> <packaging>pom</packaging> <name>compability dependencies</name> http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/f36bb289/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3b8b233..56a4345 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.5.0-SNAPSHOT</version> <artifactId>bookkeeper</artifactId> <packaging>pom</packaging> <name>bookkeeper</name>
