This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch branch-4.7 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 42c32211c664da3c5a1cd050cf35f446f2556cf0 Author: Sijie Guo <[email protected]> AuthorDate: Mon Aug 27 07:03:40 2018 +0000 [maven-release-plugin] rollback changes from release preparation of v4.7.2-rc0 --- bookkeeper-benchmark/pom.xml | 2 +- bookkeeper-common/pom.xml | 2 +- bookkeeper-dist/all/pom.xml | 2 +- bookkeeper-dist/pom.xml | 2 +- bookkeeper-dist/server/pom.xml | 2 +- bookkeeper-http/http-server/pom.xml | 2 +- bookkeeper-http/pom.xml | 2 +- bookkeeper-http/twitter-http-server/pom.xml | 2 +- bookkeeper-http/vertx-http-server/pom.xml | 2 +- bookkeeper-proto/pom.xml | 2 +- bookkeeper-server/pom.xml | 2 +- bookkeeper-stats-providers/codahale-metrics-provider/pom.xml | 2 +- bookkeeper-stats-providers/pom.xml | 2 +- bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml | 2 +- bookkeeper-stats-providers/twitter-finagle-provider/pom.xml | 2 +- bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml | 2 +- bookkeeper-stats-providers/twitter-science-provider/pom.xml | 2 +- bookkeeper-stats/pom.xml | 2 +- bookkeeper-tools/pom.xml | 2 +- buildtools/pom.xml | 4 ++-- circe-checksum/pom.xml | 2 +- microbenchmarks/pom.xml | 2 +- pom.xml | 4 ++-- shaded/bookkeeper-server-shaded/pom.xml | 2 +- shaded/bookkeeper-server-tests-shaded/pom.xml | 2 +- shaded/distributedlog-core-shaded/pom.xml | 2 +- shaded/pom.xml | 2 +- stream/api/pom.xml | 2 +- stream/cli/pom.xml | 2 +- stream/clients/java/all/pom.xml | 2 +- stream/clients/java/base/pom.xml | 2 +- stream/clients/java/kv/pom.xml | 2 +- stream/clients/java/pom.xml | 2 +- stream/clients/pom.xml | 2 +- stream/common/pom.xml | 2 +- stream/distributedlog/common/pom.xml | 2 +- stream/distributedlog/core/pom.xml | 2 +- stream/distributedlog/io/dlfs/pom.xml | 2 +- stream/distributedlog/io/pom.xml | 2 +- stream/distributedlog/pom.xml | 2 +- stream/distributedlog/protocol/pom.xml | 2 +- stream/pom.xml | 2 +- stream/proto/pom.xml | 2 +- stream/server/pom.xml | 2 +- stream/statelib/pom.xml | 2 +- stream/storage/api/pom.xml | 2 +- stream/storage/impl/pom.xml | 2 +- stream/storage/pom.xml | 2 +- stream/tests-common/pom.xml | 2 +- tests/backward-compat/current-server-old-clients/pom.xml | 2 +- tests/backward-compat/hierarchical-ledger-manager/pom.xml | 2 +- tests/backward-compat/hostname-bookieid/pom.xml | 2 +- tests/backward-compat/old-cookie-new-cluster/pom.xml | 2 +- tests/backward-compat/pom.xml | 2 +- tests/backward-compat/recovery-no-password/pom.xml | 2 +- tests/backward-compat/upgrade-direct/pom.xml | 2 +- tests/backward-compat/upgrade/pom.xml | 2 +- tests/backward-compat/yahoo-custom-version/pom.xml | 2 +- tests/docker-images/all-released-versions-image/pom.xml | 2 +- tests/docker-images/all-versions-image/pom.xml | 2 +- tests/docker-images/current-version-image/pom.xml | 2 +- tests/docker-images/pom.xml | 2 +- tests/integration-tests-base-groovy/pom.xml | 2 +- tests/integration-tests-base/pom.xml | 2 +- tests/integration-tests-topologies/pom.xml | 2 +- tests/integration-tests-utils/pom.xml | 2 +- tests/integration/cluster/pom.xml | 2 +- tests/integration/pom.xml | 2 +- tests/integration/smoke/pom.xml | 2 +- tests/integration/standalone/pom.xml | 2 +- tests/pom.xml | 2 +- tests/scripts/pom.xml | 2 +- tests/shaded/bookkeeper-server-shaded-test/pom.xml | 2 +- tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml | 2 +- tests/shaded/distributedlog-core-shaded-test/pom.xml | 2 +- tests/shaded/pom.xml | 2 +- 76 files changed, 78 insertions(+), 78 deletions(-) diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index ac5fd39..1b46c8a 100644 --- a/bookkeeper-benchmark/pom.xml +++ b/bookkeeper-benchmark/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper-benchmark</artifactId> diff --git a/bookkeeper-common/pom.xml b/bookkeeper-common/pom.xml index fdb36f9..1468646 100644 --- a/bookkeeper-common/pom.xml +++ b/bookkeeper-common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>bookkeeper-common</artifactId> <name>Apache BookKeeper :: Common</name> diff --git a/bookkeeper-dist/all/pom.xml b/bookkeeper-dist/all/pom.xml index 078a94c..a340ed0 100644 --- a/bookkeeper-dist/all/pom.xml +++ b/bookkeeper-dist/all/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>bookkeeper-dist</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/bookkeeper-dist/pom.xml b/bookkeeper-dist/pom.xml index 3b1d8a7..f843c44 100644 --- a/bookkeeper-dist/pom.xml +++ b/bookkeeper-dist/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>bookkeeper-dist</artifactId> diff --git a/bookkeeper-dist/server/pom.xml b/bookkeeper-dist/server/pom.xml index 45e908b..a91c784 100644 --- a/bookkeeper-dist/server/pom.xml +++ b/bookkeeper-dist/server/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>bookkeeper-dist</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/bookkeeper-http/http-server/pom.xml b/bookkeeper-http/http-server/pom.xml index 4c8ac5b..3db5e49 100644 --- a/bookkeeper-http/http-server/pom.xml +++ b/bookkeeper-http/http-server/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-http/pom.xml b/bookkeeper-http/pom.xml index 9ce1fd5..4ed8eca 100644 --- a/bookkeeper-http/pom.xml +++ b/bookkeeper-http/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.http</groupId> diff --git a/bookkeeper-http/twitter-http-server/pom.xml b/bookkeeper-http/twitter-http-server/pom.xml index 92f9b63..94a13c0 100644 --- a/bookkeeper-http/twitter-http-server/pom.xml +++ b/bookkeeper-http/twitter-http-server/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-http/vertx-http-server/pom.xml b/bookkeeper-http/vertx-http-server/pom.xml index 12132ed..9ffd993 100644 --- a/bookkeeper-http/vertx-http-server/pom.xml +++ b/bookkeeper-http/vertx-http-server/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml index e5e9c77..c732a5f 100644 --- a/bookkeeper-proto/pom.xml +++ b/bookkeeper-proto/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>bookkeeper-proto</artifactId> <name>Apache BookKeeper :: Protocols</name> diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index d9159ea..2bbcece 100644 --- a/bookkeeper-server/pom.xml +++ b/bookkeeper-server/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>bookkeeper-server</artifactId> <name>Apache BookKeeper :: Server</name> diff --git a/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml b/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml index 8d7fab3..d0f4778 100644 --- a/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml +++ b/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> diff --git a/bookkeeper-stats-providers/pom.xml b/bookkeeper-stats-providers/pom.xml index ffbb86c..4604fdb 100644 --- a/bookkeeper-stats-providers/pom.xml +++ b/bookkeeper-stats-providers/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>bookkeeper-stats-providers</artifactId> diff --git a/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml b/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml index a2f8dfb..f53f473 100644 --- a/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml +++ b/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> diff --git a/bookkeeper-stats-providers/twitter-finagle-provider/pom.xml b/bookkeeper-stats-providers/twitter-finagle-provider/pom.xml index f545926..0a23734 100644 --- a/bookkeeper-stats-providers/twitter-finagle-provider/pom.xml +++ b/bookkeeper-stats-providers/twitter-finagle-provider/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> diff --git a/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml b/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml index 4cecc0c..afbb58a 100644 --- a/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml +++ b/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> diff --git a/bookkeeper-stats-providers/twitter-science-provider/pom.xml b/bookkeeper-stats-providers/twitter-science-provider/pom.xml index 24bde1a..0db96a8 100644 --- a/bookkeeper-stats-providers/twitter-science-provider/pom.xml +++ b/bookkeeper-stats-providers/twitter-science-provider/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.bookkeeper.stats</groupId> diff --git a/bookkeeper-stats/pom.xml b/bookkeeper-stats/pom.xml index 84fcd1b..3825c7f 100644 --- a/bookkeeper-stats/pom.xml +++ b/bookkeeper-stats/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.stats</groupId> <artifactId>bookkeeper-stats-api</artifactId> diff --git a/bookkeeper-tools/pom.xml b/bookkeeper-tools/pom.xml index 4ff3376..1d63aec 100644 --- a/bookkeeper-tools/pom.xml +++ b/bookkeeper-tools/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>bookkeeper</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>bookkeeper-tools</artifactId> <name>Apache BookKeeper :: Tools</name> diff --git a/buildtools/pom.xml b/buildtools/pom.xml index b4c47e5..30c3b43 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -20,9 +20,9 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>buildtools</artifactId> <name>Apache BookKeeper :: Build Tools</name> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </project> diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml index 7253579..10ecd2a 100644 --- a/circe-checksum/pom.xml +++ b/circe-checksum/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/microbenchmarks/pom.xml b/microbenchmarks/pom.xml index fbc0e57..6a9ed8e 100644 --- a/microbenchmarks/pom.xml +++ b/microbenchmarks/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>microbenchmarks</artifactId> <name>Apache BookKeeper :: microbenchmarks</name> diff --git a/pom.xml b/pom.xml index 838764b..314efdc 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <artifactId>bookkeeper</artifactId> <packaging>pom</packaging> <name>Apache BookKeeper :: Parent</name> @@ -40,7 +40,7 @@ <connection>scm:git:https://github.com/apache/bookkeeper.git</connection> <developerConnection>scm:git:https://github.com/apache/bookkeeper.git</developerConnection> <url>https://github.com/apache/bookkeeper</url> - <tag>v4.7.2-rc0</tag> + <tag>branch-4.7</tag> </scm> <issueManagement> <system>JIRA</system> diff --git a/shaded/bookkeeper-server-shaded/pom.xml b/shaded/bookkeeper-server-shaded/pom.xml index 51dd2cb..ee9b659 100644 --- a/shaded/bookkeeper-server-shaded/pom.xml +++ b/shaded/bookkeeper-server-shaded/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>shaded-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-shaded</artifactId> diff --git a/shaded/bookkeeper-server-tests-shaded/pom.xml b/shaded/bookkeeper-server-tests-shaded/pom.xml index 71a47d0..d99fee8 100644 --- a/shaded/bookkeeper-server-tests-shaded/pom.xml +++ b/shaded/bookkeeper-server-tests-shaded/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>shaded-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-tests-shaded</artifactId> diff --git a/shaded/distributedlog-core-shaded/pom.xml b/shaded/distributedlog-core-shaded/pom.xml index a8ffc91..7c1538e 100644 --- a/shaded/distributedlog-core-shaded/pom.xml +++ b/shaded/distributedlog-core-shaded/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>shaded-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/shaded/pom.xml b/shaded/pom.xml index 4a6ee37..9cdb231 100644 --- a/shaded/pom.xml +++ b/shaded/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>shaded-parent</artifactId> diff --git a/stream/api/pom.xml b/stream/api/pom.xml index 4b52abd..bb4c29d 100644 --- a/stream/api/pom.xml +++ b/stream/api/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>stream-storage-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/cli/pom.xml b/stream/cli/pom.xml index e684bcd..3c6a15b 100644 --- a/stream/cli/pom.xml +++ b/stream/cli/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>stream-storage-cli</artifactId> <name>Apache BookKeeper :: Stream Storage :: CLI</name> diff --git a/stream/clients/java/all/pom.xml b/stream/clients/java/all/pom.xml index d20a7cc..99e9a2a 100644 --- a/stream/clients/java/all/pom.xml +++ b/stream/clients/java/all/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-java-client-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>stream-storage-java-client</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client </name> diff --git a/stream/clients/java/base/pom.xml b/stream/clients/java/base/pom.xml index 06ca9f6..f99fe53 100644 --- a/stream/clients/java/base/pom.xml +++ b/stream/clients/java/base/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-java-client-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>stream-storage-java-client-base</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client :: Base</name> diff --git a/stream/clients/java/kv/pom.xml b/stream/clients/java/kv/pom.xml index fcb68cf..9fe6746 100644 --- a/stream/clients/java/kv/pom.xml +++ b/stream/clients/java/kv/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-java-client-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>stream-storage-java-kv-client</artifactId> <name>Apache BookKeeper :: Stream Storage :: Clients :: Java Client :: KV</name> diff --git a/stream/clients/java/pom.xml b/stream/clients/java/pom.xml index e686d63..d312239 100644 --- a/stream/clients/java/pom.xml +++ b/stream/clients/java/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-clients-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-java-client-parent</artifactId> diff --git a/stream/clients/pom.xml b/stream/clients/pom.xml index a358fa3..a01e122 100644 --- a/stream/clients/pom.xml +++ b/stream/clients/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-clients-parent</artifactId> diff --git a/stream/common/pom.xml b/stream/common/pom.xml index d1e36ab..4c88750 100644 --- a/stream/common/pom.xml +++ b/stream/common/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>stream-storage-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/distributedlog/common/pom.xml b/stream/distributedlog/common/pom.xml index e915a57..9e8a4e3 100644 --- a/stream/distributedlog/common/pom.xml +++ b/stream/distributedlog/common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>distributedlog-common</artifactId> <name>Apache BookKeeper :: DistributedLog :: Common</name> diff --git a/stream/distributedlog/core/pom.xml b/stream/distributedlog/core/pom.xml index e10d50a..ee2a965 100644 --- a/stream/distributedlog/core/pom.xml +++ b/stream/distributedlog/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>distributedlog-core</artifactId> <name>Apache BookKeeper :: DistributedLog :: Core Library</name> diff --git a/stream/distributedlog/io/dlfs/pom.xml b/stream/distributedlog/io/dlfs/pom.xml index c8efc8f..df0724c 100644 --- a/stream/distributedlog/io/dlfs/pom.xml +++ b/stream/distributedlog/io/dlfs/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>distributedlog</artifactId> <groupId>org.apache.distributedlog</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/stream/distributedlog/io/pom.xml b/stream/distributedlog/io/pom.xml index 7760f3c..35cc9cd 100644 --- a/stream/distributedlog/io/pom.xml +++ b/stream/distributedlog/io/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>distributedlog-io</artifactId> diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml index 68982f1..d2f6779 100644 --- a/stream/distributedlog/pom.xml +++ b/stream/distributedlog/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.distributedlog</groupId> diff --git a/stream/distributedlog/protocol/pom.xml b/stream/distributedlog/protocol/pom.xml index 10a5b6f..ca70a84 100644 --- a/stream/distributedlog/protocol/pom.xml +++ b/stream/distributedlog/protocol/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.distributedlog</groupId> <artifactId>distributedlog</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>distributedlog-protocol</artifactId> <name>Apache BookKeeper :: DistributedLog :: Protocol</name> diff --git a/stream/pom.xml b/stream/pom.xml index 4e3dc29..7c37f17 100644 --- a/stream/pom.xml +++ b/stream/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <packaging>pom</packaging> diff --git a/stream/proto/pom.xml b/stream/proto/pom.xml index ea4ba27..3b8c5a4 100644 --- a/stream/proto/pom.xml +++ b/stream/proto/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/server/pom.xml b/stream/server/pom.xml index a074484..603d089 100644 --- a/stream/server/pom.xml +++ b/stream/server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <artifactId>stream-storage-server</artifactId> <name>Apache BookKeeper :: Stream Storage :: Server</name> diff --git a/stream/statelib/pom.xml b/stream/statelib/pom.xml index 21b3f8e..04beef9 100644 --- a/stream/statelib/pom.xml +++ b/stream/statelib/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>stream-storage-parent</artifactId> <groupId>org.apache.bookkeeper</groupId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper</groupId> diff --git a/stream/storage/api/pom.xml b/stream/storage/api/pom.xml index f815684..ed97fbe 100644 --- a/stream/storage/api/pom.xml +++ b/stream/storage/api/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-service-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-api</artifactId> diff --git a/stream/storage/impl/pom.xml b/stream/storage/impl/pom.xml index 3d243fa..7d2f1c1 100644 --- a/stream/storage/impl/pom.xml +++ b/stream/storage/impl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-service-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-impl</artifactId> diff --git a/stream/storage/pom.xml b/stream/storage/pom.xml index 83db670..80aab4e 100644 --- a/stream/storage/pom.xml +++ b/stream/storage/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>stream-storage-service-parent</artifactId> diff --git a/stream/tests-common/pom.xml b/stream/tests-common/pom.xml index 8b38400..fc613e7 100644 --- a/stream/tests-common/pom.xml +++ b/stream/tests-common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>stream-storage-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/backward-compat/current-server-old-clients/pom.xml b/tests/backward-compat/current-server-old-clients/pom.xml index 192c2d5..2d965a3 100644 --- a/tests/backward-compat/current-server-old-clients/pom.xml +++ b/tests/backward-compat/current-server-old-clients/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/backward-compat/hierarchical-ledger-manager/pom.xml b/tests/backward-compat/hierarchical-ledger-manager/pom.xml index 515fe73..ab7bbe1 100644 --- a/tests/backward-compat/hierarchical-ledger-manager/pom.xml +++ b/tests/backward-compat/hierarchical-ledger-manager/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/backward-compat/hostname-bookieid/pom.xml b/tests/backward-compat/hostname-bookieid/pom.xml index 204fad9..0289ced 100644 --- a/tests/backward-compat/hostname-bookieid/pom.xml +++ b/tests/backward-compat/hostname-bookieid/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/backward-compat/old-cookie-new-cluster/pom.xml b/tests/backward-compat/old-cookie-new-cluster/pom.xml index a36ad4b..ea0a68c 100644 --- a/tests/backward-compat/old-cookie-new-cluster/pom.xml +++ b/tests/backward-compat/old-cookie-new-cluster/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/backward-compat/pom.xml b/tests/backward-compat/pom.xml index 4d24d7e..fb2eca1 100644 --- a/tests/backward-compat/pom.xml +++ b/tests/backward-compat/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration-tests-base-groovy</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../integration-tests-base-groovy</relativePath> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/backward-compat/recovery-no-password/pom.xml b/tests/backward-compat/recovery-no-password/pom.xml index 2feb15e..725097e 100644 --- a/tests/backward-compat/recovery-no-password/pom.xml +++ b/tests/backward-compat/recovery-no-password/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/backward-compat/upgrade-direct/pom.xml b/tests/backward-compat/upgrade-direct/pom.xml index b9e7990..86ec8d8 100644 --- a/tests/backward-compat/upgrade-direct/pom.xml +++ b/tests/backward-compat/upgrade-direct/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/backward-compat/upgrade/pom.xml b/tests/backward-compat/upgrade/pom.xml index 59fe493..89c2d58 100644 --- a/tests/backward-compat/upgrade/pom.xml +++ b/tests/backward-compat/upgrade/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/backward-compat/yahoo-custom-version/pom.xml b/tests/backward-compat/yahoo-custom-version/pom.xml index 4dc9652..aad3457 100644 --- a/tests/backward-compat/yahoo-custom-version/pom.xml +++ b/tests/backward-compat/yahoo-custom-version/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.backward-compat</groupId> diff --git a/tests/docker-images/all-released-versions-image/pom.xml b/tests/docker-images/all-released-versions-image/pom.xml index 5cc24e9..3e670d9 100644 --- a/tests/docker-images/all-released-versions-image/pom.xml +++ b/tests/docker-images/all-released-versions-image/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/docker-images/all-versions-image/pom.xml b/tests/docker-images/all-versions-image/pom.xml index 02dd3cd..a2ee11e 100644 --- a/tests/docker-images/all-versions-image/pom.xml +++ b/tests/docker-images/all-versions-image/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/docker-images/current-version-image/pom.xml b/tests/docker-images/current-version-image/pom.xml index 5f5f7ff..af0501d 100644 --- a/tests/docker-images/current-version-image/pom.xml +++ b/tests/docker-images/current-version-image/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/docker-images/pom.xml b/tests/docker-images/pom.xml index 5b3d364..1cc53e8 100644 --- a/tests/docker-images/pom.xml +++ b/tests/docker-images/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/integration-tests-base-groovy/pom.xml b/tests/integration-tests-base-groovy/pom.xml index 0e76e0d..3f9ea97 100644 --- a/tests/integration-tests-base-groovy/pom.xml +++ b/tests/integration-tests-base-groovy/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>integration-tests-base</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../integration-tests-base</relativePath> </parent> diff --git a/tests/integration-tests-base/pom.xml b/tests/integration-tests-base/pom.xml index 47c99a2..d9c7b64 100644 --- a/tests/integration-tests-base/pom.xml +++ b/tests/integration-tests-base/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/tests/integration-tests-topologies/pom.xml b/tests/integration-tests-topologies/pom.xml index 023a2f9..16b2489 100644 --- a/tests/integration-tests-topologies/pom.xml +++ b/tests/integration-tests-topologies/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/integration-tests-utils/pom.xml b/tests/integration-tests-utils/pom.xml index d26b4fd..42f1d83 100644 --- a/tests/integration-tests-utils/pom.xml +++ b/tests/integration-tests-utils/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/integration/cluster/pom.xml b/tests/integration/cluster/pom.xml index c8d2bad..5b8835c 100644 --- a/tests/integration/cluster/pom.xml +++ b/tests/integration/cluster/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.integration</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.integration</groupId> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 129d250..25b08ef 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests.integration</groupId> diff --git a/tests/integration/smoke/pom.xml b/tests/integration/smoke/pom.xml index 9a9331e..bb47251 100644 --- a/tests/integration/smoke/pom.xml +++ b/tests/integration/smoke/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.integration</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.integration</groupId> diff --git a/tests/integration/standalone/pom.xml b/tests/integration/standalone/pom.xml index f4a096e..10eb7cc 100644 --- a/tests/integration/standalone/pom.xml +++ b/tests/integration/standalone/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.integration</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests.integration</groupId> diff --git a/tests/pom.xml b/tests/pom.xml index 2ecb585..9f309c3 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper</groupId> <artifactId>bookkeeper</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/scripts/pom.xml b/tests/scripts/pom.xml index a96a3d9..b8bba86 100644 --- a/tests/scripts/pom.xml +++ b/tests/scripts/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.bookkeeper.tests</groupId> diff --git a/tests/shaded/bookkeeper-server-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-shaded-test/pom.xml index c70841d..e3508c5 100644 --- a/tests/shaded/bookkeeper-server-shaded-test/pom.xml +++ b/tests/shaded/bookkeeper-server-shaded-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> <artifactId>shaded-tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-shaded-test</artifactId> diff --git a/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml b/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml index 8b2410d..9cf26b7 100644 --- a/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml +++ b/tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> <artifactId>shaded-tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>bookkeeper-server-tests-shaded-test</artifactId> diff --git a/tests/shaded/distributedlog-core-shaded-test/pom.xml b/tests/shaded/distributedlog-core-shaded-test/pom.xml index 272c251..9b5a318 100644 --- a/tests/shaded/distributedlog-core-shaded-test/pom.xml +++ b/tests/shaded/distributedlog-core-shaded-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId> <artifactId>shaded-tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>distributedlog-core-shaded-test</artifactId> diff --git a/tests/shaded/pom.xml b/tests/shaded/pom.xml index 86373f5..c94adb2 100644 --- a/tests/shaded/pom.xml +++ b/tests/shaded/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>tests-parent</artifactId> - <version>4.7.2</version> + <version>4.7.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.bookkeeper.tests.shaded</groupId>
