This is an automated email from the ASF dual-hosted git repository. vbalaji pushed a commit to branch release-0.5.0 in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
commit b8afb1ac2000c0c02edd8ac71a0f1189003c2044 Author: Balaji Varadarajan <[email protected]> AuthorDate: Fri Sep 13 12:53:08 2019 -0700 Setting Release Version to 0.5.0-incubating-rc1 --- docker/hoodie/hadoop/base/pom.xml | 2 +- docker/hoodie/hadoop/datanode/pom.xml | 2 +- docker/hoodie/hadoop/historyserver/pom.xml | 2 +- docker/hoodie/hadoop/hive_base/pom.xml | 2 +- docker/hoodie/hadoop/namenode/pom.xml | 2 +- docker/hoodie/hadoop/pom.xml | 2 +- docker/hoodie/hadoop/prestobase/pom.xml | 2 +- docker/hoodie/hadoop/spark_base/pom.xml | 2 +- docker/hoodie/hadoop/sparkadhoc/pom.xml | 2 +- docker/hoodie/hadoop/sparkmaster/pom.xml | 2 +- docker/hoodie/hadoop/sparkworker/pom.xml | 2 +- hudi-cli/pom.xml | 2 +- hudi-client/pom.xml | 2 +- hudi-common/pom.xml | 2 +- hudi-hadoop-mr/pom.xml | 2 +- hudi-hive/pom.xml | 2 +- hudi-integ-test/pom.xml | 2 +- hudi-spark/pom.xml | 2 +- hudi-timeline-service/pom.xml | 2 +- hudi-utilities/pom.xml | 2 +- packaging/hudi-hadoop-mr-bundle/pom.xml | 2 +- packaging/hudi-hive-bundle/pom.xml | 2 +- packaging/hudi-presto-bundle/pom.xml | 2 +- packaging/hudi-spark-bundle/pom.xml | 2 +- packaging/hudi-timeline-server-bundle/pom.xml | 2 +- packaging/hudi-utilities-bundle/pom.xml | 2 +- pom.xml | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docker/hoodie/hadoop/base/pom.xml b/docker/hoodie/hadoop/base/pom.xml index 4e4be4b..ed72ea9 100644 --- a/docker/hoodie/hadoop/base/pom.xml +++ b/docker/hoodie/hadoop/base/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/datanode/pom.xml b/docker/hoodie/hadoop/datanode/pom.xml index 667f978..b19d423 100644 --- a/docker/hoodie/hadoop/datanode/pom.xml +++ b/docker/hoodie/hadoop/datanode/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/historyserver/pom.xml b/docker/hoodie/hadoop/historyserver/pom.xml index 1779ecc..1a48374 100644 --- a/docker/hoodie/hadoop/historyserver/pom.xml +++ b/docker/hoodie/hadoop/historyserver/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/hive_base/pom.xml b/docker/hoodie/hadoop/hive_base/pom.xml index 66301c1..f95668f 100644 --- a/docker/hoodie/hadoop/hive_base/pom.xml +++ b/docker/hoodie/hadoop/hive_base/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/namenode/pom.xml b/docker/hoodie/hadoop/namenode/pom.xml index 8c63cdc..3dee07c 100644 --- a/docker/hoodie/hadoop/namenode/pom.xml +++ b/docker/hoodie/hadoop/namenode/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/pom.xml b/docker/hoodie/hadoop/pom.xml index 4446255..af0c9ac 100644 --- a/docker/hoodie/hadoop/pom.xml +++ b/docker/hoodie/hadoop/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/docker/hoodie/hadoop/prestobase/pom.xml b/docker/hoodie/hadoop/prestobase/pom.xml index c188c94..c87e82e 100644 --- a/docker/hoodie/hadoop/prestobase/pom.xml +++ b/docker/hoodie/hadoop/prestobase/pom.xml @@ -39,7 +39,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/spark_base/pom.xml b/docker/hoodie/hadoop/spark_base/pom.xml index 58219f3..234fdbb 100644 --- a/docker/hoodie/hadoop/spark_base/pom.xml +++ b/docker/hoodie/hadoop/spark_base/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/sparkadhoc/pom.xml b/docker/hoodie/hadoop/sparkadhoc/pom.xml index c49100d..adcfcec 100644 --- a/docker/hoodie/hadoop/sparkadhoc/pom.xml +++ b/docker/hoodie/hadoop/sparkadhoc/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/sparkmaster/pom.xml b/docker/hoodie/hadoop/sparkmaster/pom.xml index a1c0aad..a633cf4 100644 --- a/docker/hoodie/hadoop/sparkmaster/pom.xml +++ b/docker/hoodie/hadoop/sparkmaster/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/docker/hoodie/hadoop/sparkworker/pom.xml b/docker/hoodie/hadoop/sparkworker/pom.xml index af6bfed..331e815 100644 --- a/docker/hoodie/hadoop/sparkworker/pom.xml +++ b/docker/hoodie/hadoop/sparkworker/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/hudi-cli/pom.xml b/hudi-cli/pom.xml index cedc24d..f1a4b11 100644 --- a/hudi-cli/pom.xml +++ b/hudi-cli/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-client/pom.xml b/hudi-client/pom.xml index 98f72ed..4551b50 100644 --- a/hudi-client/pom.xml +++ b/hudi-client/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-common/pom.xml b/hudi-common/pom.xml index 58654ff..b4e8e85 100644 --- a/hudi-common/pom.xml +++ b/hudi-common/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-hadoop-mr/pom.xml b/hudi-hadoop-mr/pom.xml index 6380659..a0081df 100644 --- a/hudi-hadoop-mr/pom.xml +++ b/hudi-hadoop-mr/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-hive/pom.xml b/hudi-hive/pom.xml index 69cf16e..c508e7c 100644 --- a/hudi-hive/pom.xml +++ b/hudi-hive/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-integ-test/pom.xml b/hudi-integ-test/pom.xml index 80597f8..3b8a2f3 100644 --- a/hudi-integ-test/pom.xml +++ b/hudi-integ-test/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hudi-integ-test</artifactId> diff --git a/hudi-spark/pom.xml b/hudi-spark/pom.xml index 142a2af..1364b88 100644 --- a/hudi-spark/pom.xml +++ b/hudi-spark/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-timeline-service/pom.xml b/hudi-timeline-service/pom.xml index 5dc7fec..7259c97 100644 --- a/hudi-timeline-service/pom.xml +++ b/hudi-timeline-service/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-utilities/pom.xml b/hudi-utilities/pom.xml index d0c0810..095a13c 100644 --- a/hudi-utilities/pom.xml +++ b/hudi-utilities/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/hudi-hadoop-mr-bundle/pom.xml b/packaging/hudi-hadoop-mr-bundle/pom.xml index aedf1d1..ec0bb5a 100644 --- a/packaging/hudi-hadoop-mr-bundle/pom.xml +++ b/packaging/hudi-hadoop-mr-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/hudi-hive-bundle/pom.xml b/packaging/hudi-hive-bundle/pom.xml index c493db7..e66215f 100644 --- a/packaging/hudi-hive-bundle/pom.xml +++ b/packaging/hudi-hive-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/hudi-presto-bundle/pom.xml b/packaging/hudi-presto-bundle/pom.xml index 2a647f6..80f307a 100644 --- a/packaging/hudi-presto-bundle/pom.xml +++ b/packaging/hudi-presto-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/hudi-spark-bundle/pom.xml b/packaging/hudi-spark-bundle/pom.xml index 85a97b4..8fd5569 100644 --- a/packaging/hudi-spark-bundle/pom.xml +++ b/packaging/hudi-spark-bundle/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/hudi-timeline-server-bundle/pom.xml b/packaging/hudi-timeline-server-bundle/pom.xml index c6b5cdf..0d2f462 100644 --- a/packaging/hudi-timeline-server-bundle/pom.xml +++ b/packaging/hudi-timeline-server-bundle/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/hudi-utilities-bundle/pom.xml b/packaging/hudi-utilities-bundle/pom.xml index fc0752d..aadd9d7 100644 --- a/packaging/hudi-utilities-bundle/pom.xml +++ b/packaging/hudi-utilities-bundle/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>hudi</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 84258f0..dcce6e2 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.hudi</groupId> <artifactId>hudi</artifactId> <packaging>pom</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.5.0-incubating-rc1</version> <description>Apache Hudi brings stream style processing on big data</description> <url>https://github.com/apache/incubator-hudi</url> <name>Hudi</name>
