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 b7c827d06d8021d42985fbaf42736461d7b3d196 Author: Balaji Varadarajan <[email protected]> AuthorDate: Mon Sep 30 16:34:45 2019 -0700 [HUDI-121] Preparing for Release 0.5.0-incubating-rc3 --- 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 ee284b0..b21165e 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 82beead..d986e13 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 34aa588..6e7ab00 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 80b7860..4fcd6a1 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 857676e..d0d16ec 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 4aae942..517b53f 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 8ae72e3..aa1e486 100644 --- a/docker/hoodie/hadoop/prestobase/pom.xml +++ b/docker/hoodie/hadoop/prestobase/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>hudi-hadoop-docker</artifactId> <groupId>org.apache.hudi</groupId> - <version>0.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 5db7438..205632f 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 7b7c07a..8c7ec16 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 07eaec8..93db502 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 7aead1e..dfc28ad 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/hudi-cli/pom.xml b/hudi-cli/pom.xml index 8192bbb..b2452f6 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-client/pom.xml b/hudi-client/pom.xml index 04b30f2..a6f8d52 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-common/pom.xml b/hudi-common/pom.xml index f48bd44..5cae9ae 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-hadoop-mr/pom.xml b/hudi-hadoop-mr/pom.xml index ebb4aac..205796e 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-hive/pom.xml b/hudi-hive/pom.xml index c32f8e8..9e151fb 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-integ-test/pom.xml b/hudi-integ-test/pom.xml index e3146cf..a1fc074 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hudi-integ-test</artifactId> diff --git a/hudi-spark/pom.xml b/hudi-spark/pom.xml index fa985d8..e803ef8 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-timeline-service/pom.xml b/hudi-timeline-service/pom.xml index 9fe1dbb..176c527 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/hudi-utilities/pom.xml b/hudi-utilities/pom.xml index 734fe3f..0d9357d 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 1d96105..73263fb 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 23505db..ff1d586 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 eaa7188..54e7e96 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 fc50497..2ba53d6 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 17fe2ff..edbbad9 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</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 8d5dbc6..363b923 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.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 0d76851..c1f53a7 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.hudi</groupId> <artifactId>hudi</artifactId> <packaging>pom</packaging> - <version>0.5.0-incubating-rc2</version> + <version>0.5.0-incubating-rc3</version> <description>Apache Hudi (incubating) brings stream style processing on big data</description> <url>https://github.com/apache/incubator-hudi</url> <name>Hudi</name>
