You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2019/05/14 14:29:31 UTC

[incubator-hudi] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 446f99a  [maven-release-plugin] prepare for next development iteration
446f99a is described below

commit 446f99aa0f3456380215538eac27ab72b2aa5452
Author: vinothchandar <vi...@apache.org>
AuthorDate: Tue May 14 07:29:22 2019 -0700

    [maven-release-plugin] prepare for next development iteration
---
 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/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 +-
 hoodie-cli/pom.xml                         | 2 +-
 hoodie-client/pom.xml                      | 2 +-
 hoodie-common/pom.xml                      | 2 +-
 hoodie-hadoop-mr/pom.xml                   | 2 +-
 hoodie-hive/pom.xml                        | 2 +-
 hoodie-integ-test/pom.xml                  | 2 +-
 hoodie-spark/pom.xml                       | 2 +-
 hoodie-utilities/pom.xml                   | 2 +-
 packaging/hoodie-hadoop-mr-bundle/pom.xml  | 2 +-
 packaging/hoodie-hive-bundle/pom.xml       | 2 +-
 packaging/hoodie-presto-bundle/pom.xml     | 2 +-
 packaging/hoodie-spark-bundle/pom.xml      | 2 +-
 pom.xml                                    | 4 ++--
 23 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/docker/hoodie/hadoop/base/pom.xml b/docker/hoodie/hadoop/base/pom.xml
index 5c17e0b..165846f 100644
--- a/docker/hoodie/hadoop/base/pom.xml
+++ b/docker/hoodie/hadoop/base/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</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 c8343d5..edf13e5 100644
--- a/docker/hoodie/hadoop/datanode/pom.xml
+++ b/docker/hoodie/hadoop/datanode/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</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 7b5a727..416a61d 100644
--- a/docker/hoodie/hadoop/historyserver/pom.xml
+++ b/docker/hoodie/hadoop/historyserver/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</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 cdcadd5..01932ce 100644
--- a/docker/hoodie/hadoop/hive_base/pom.xml
+++ b/docker/hoodie/hadoop/hive_base/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</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 511462b..9ff1c80 100644
--- a/docker/hoodie/hadoop/namenode/pom.xml
+++ b/docker/hoodie/hadoop/namenode/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</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 4bbec6f..08b1e26 100644
--- a/docker/hoodie/hadoop/pom.xml
+++ b/docker/hoodie/hadoop/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/docker/hoodie/hadoop/spark_base/pom.xml b/docker/hoodie/hadoop/spark_base/pom.xml
index 31cd4ff..7365513 100644
--- a/docker/hoodie/hadoop/spark_base/pom.xml
+++ b/docker/hoodie/hadoop/spark_base/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</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 887db53..da84022 100644
--- a/docker/hoodie/hadoop/sparkadhoc/pom.xml
+++ b/docker/hoodie/hadoop/sparkadhoc/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</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 4982923..f24a61e 100644
--- a/docker/hoodie/hadoop/sparkmaster/pom.xml
+++ b/docker/hoodie/hadoop/sparkmaster/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</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 2d3b975..424223e 100644
--- a/docker/hoodie/hadoop/sparkworker/pom.xml
+++ b/docker/hoodie/hadoop/sparkworker/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie-hadoop-docker</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
diff --git a/hoodie-cli/pom.xml b/hoodie-cli/pom.xml
index e1c6f75..4a4b1de 100644
--- a/hoodie-cli/pom.xml
+++ b/hoodie-cli/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-client/pom.xml b/hoodie-client/pom.xml
index e515af9..57a4ad8 100644
--- a/hoodie-client/pom.xml
+++ b/hoodie-client/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-common/pom.xml b/hoodie-common/pom.xml
index 4c7f3d3..6d3b901 100644
--- a/hoodie-common/pom.xml
+++ b/hoodie-common/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-hadoop-mr/pom.xml b/hoodie-hadoop-mr/pom.xml
index 8983fbf..18fad2a 100644
--- a/hoodie-hadoop-mr/pom.xml
+++ b/hoodie-hadoop-mr/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-hive/pom.xml b/hoodie-hive/pom.xml
index 8c33aed..58f79e6 100644
--- a/hoodie-hive/pom.xml
+++ b/hoodie-hive/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-integ-test/pom.xml b/hoodie-integ-test/pom.xml
index 6760eb6..d9839e2 100644
--- a/hoodie-integ-test/pom.xml
+++ b/hoodie-integ-test/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>hoodie-integ-test</artifactId>
diff --git a/hoodie-spark/pom.xml b/hoodie-spark/pom.xml
index 17dc305..eeec702 100644
--- a/hoodie-spark/pom.xml
+++ b/hoodie-spark/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/hoodie-utilities/pom.xml b/hoodie-utilities/pom.xml
index f2b69de..306b73e 100644
--- a/hoodie-utilities/pom.xml
+++ b/hoodie-utilities/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/packaging/hoodie-hadoop-mr-bundle/pom.xml b/packaging/hoodie-hadoop-mr-bundle/pom.xml
index 0f282da..6f14f71 100644
--- a/packaging/hoodie-hadoop-mr-bundle/pom.xml
+++ b/packaging/hoodie-hadoop-mr-bundle/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/packaging/hoodie-hive-bundle/pom.xml b/packaging/hoodie-hive-bundle/pom.xml
index 1cb82d9..42e79e6 100644
--- a/packaging/hoodie-hive-bundle/pom.xml
+++ b/packaging/hoodie-hive-bundle/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/packaging/hoodie-presto-bundle/pom.xml b/packaging/hoodie-presto-bundle/pom.xml
index 0ee89d5..e306cfe 100644
--- a/packaging/hoodie-presto-bundle/pom.xml
+++ b/packaging/hoodie-presto-bundle/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/packaging/hoodie-spark-bundle/pom.xml b/packaging/hoodie-spark-bundle/pom.xml
index b757d82..0f33402 100644
--- a/packaging/hoodie-spark-bundle/pom.xml
+++ b/packaging/hoodie-spark-bundle/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>hoodie</artifactId>
     <groupId>com.uber.hoodie</groupId>
-    <version>0.4.6</version>
+    <version>0.4.7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 1d54c15..a9478b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <groupId>com.uber.hoodie</groupId>
   <artifactId>hoodie</artifactId>
   <packaging>pom</packaging>
-  <version>0.4.6</version>
+  <version>0.4.7-SNAPSHOT</version>
   <description>Hoodie is a Apache Spark library that provides the ability to efficiently do
     incremental processing on datasets in HDFS
   </description>
@@ -145,7 +145,7 @@
     <connection>scm:git:git@github.com:uber/hoodie.git</connection>
     <developerConnection>scm:git:git@github.com:uber/hoodie.git</developerConnection>
     <url>git@github.com:uber/hoodie.git</url>
-    <tag>hoodie-0.4.6</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <mailingLists>