You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by sh...@apache.org on 2015/05/18 08:50:31 UTC

oozie git commit: bumped up version to 4.3.0-SNAPSHOT

Repository: oozie
Updated Branches:
  refs/heads/master cb5f37601 -> b995d9fd5


bumped up version to 4.3.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/b995d9fd
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/b995d9fd
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/b995d9fd

Branch: refs/heads/master
Commit: b995d9fd5d22956f481de035370775499be292dc
Parents: cb5f376
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Mon May 18 12:20:22 2015 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Mon May 18 12:20:22 2015 +0530

----------------------------------------------------------------------
 client/pom.xml                        | 4 ++--
 core/pom.xml                          | 4 ++--
 distro/pom.xml                        | 4 ++--
 docs/pom.xml                          | 4 ++--
 examples/pom.xml                      | 4 ++--
 hadooplibs/hadoop-auth-0.23/pom.xml   | 4 ++--
 hadooplibs/hadoop-auth-1/pom.xml      | 4 ++--
 hadooplibs/hadoop-auth-2/pom.xml      | 4 ++--
 hadooplibs/hadoop-distcp-0.23/pom.xml | 4 ++--
 hadooplibs/hadoop-distcp-1/pom.xml    | 4 ++--
 hadooplibs/hadoop-distcp-2/pom.xml    | 4 ++--
 hadooplibs/hadoop-distcp-3/pom.xml    | 4 ++--
 hadooplibs/hadoop-utils-0.23/pom.xml  | 4 ++--
 hadooplibs/hadoop-utils-1/pom.xml     | 4 ++--
 hadooplibs/hadoop-utils-2/pom.xml     | 4 ++--
 hadooplibs/hadoop-utils-3/pom.xml     | 4 ++--
 hadooplibs/pom.xml                    | 4 ++--
 login/pom.xml                         | 4 ++--
 minitest/pom.xml                      | 4 ++--
 pom.xml                               | 2 +-
 release-log.txt                       | 4 +++-
 sharelib/distcp/pom.xml               | 4 ++--
 sharelib/hcatalog/pom.xml             | 4 ++--
 sharelib/hive/pom.xml                 | 4 ++--
 sharelib/hive2/pom.xml                | 4 ++--
 sharelib/oozie/pom.xml                | 4 ++--
 sharelib/pig/pom.xml                  | 4 ++--
 sharelib/pom.xml                      | 4 ++--
 sharelib/spark/pom.xml                | 4 ++--
 sharelib/sqoop/pom.xml                | 4 ++--
 sharelib/streaming/pom.xml            | 4 ++--
 tools/pom.xml                         | 4 ++--
 webapp/pom.xml                        | 4 ++--
 workflowgenerator/pom.xml             | 4 ++--
 zookeeper-security-tests/pom.xml      | 4 ++--
 35 files changed, 70 insertions(+), 68 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 73f7ef5..632d256 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-client</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Client</description>
     <name>Apache Oozie Client</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index c62556c..7877773 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-core</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Core</description>
     <name>Apache Oozie Core</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/distro/pom.xml
----------------------------------------------------------------------
diff --git a/distro/pom.xml b/distro/pom.xml
index b3dc0d3..73a7d97 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-distro</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Distro</description>
     <name>Apache Oozie Distro</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index c8ae25a..59d1a2d 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-docs</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Docs</description>
     <name>Apache Oozie Docs</name>
     <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 442a520..951975f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-examples</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Examples</description>
     <name>Apache Oozie Examples</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-auth-0.23/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-auth-0.23/pom.xml b/hadooplibs/hadoop-auth-0.23/pom.xml
index 5769f66..7b3b466 100644
--- a/hadooplibs/hadoop-auth-0.23/pom.xml
+++ b/hadooplibs/hadoop-auth-0.23/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-auth</artifactId>
-    <version>hadoop-0.23-4.2.0-SNAPSHOT</version>
+    <version>hadoop-0.23-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Auth</description>
     <name>Apache Oozie Hadoop Auth ${project.version} Test</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-auth-1/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-auth-1/pom.xml b/hadooplibs/hadoop-auth-1/pom.xml
index ac36798..9da6c08 100644
--- a/hadooplibs/hadoop-auth-1/pom.xml
+++ b/hadooplibs/hadoop-auth-1/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-auth</artifactId>
-    <version>hadoop-1-4.2.0-SNAPSHOT</version>
+    <version>hadoop-1-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Auth</description>
     <name>Apache Oozie Hadoop Auth ${project.version}</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-auth-2/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-auth-2/pom.xml b/hadooplibs/hadoop-auth-2/pom.xml
index 977d49c..07df37b 100644
--- a/hadooplibs/hadoop-auth-2/pom.xml
+++ b/hadooplibs/hadoop-auth-2/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-auth</artifactId>
-    <version>hadoop-2-4.2.0-SNAPSHOT</version>
+    <version>hadoop-2-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop</description>
     <name>Apache Oozie Hadoop Auth ${project.version} Test</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-distcp-0.23/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-distcp-0.23/pom.xml b/hadooplibs/hadoop-distcp-0.23/pom.xml
index c13b78d..60c8e02 100644
--- a/hadooplibs/hadoop-distcp-0.23/pom.xml
+++ b/hadooplibs/hadoop-distcp-0.23/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>hadoop-0.23-4.2.0-SNAPSHOT</version>
+    <version>hadoop-0.23-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-distcp-1/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-distcp-1/pom.xml b/hadooplibs/hadoop-distcp-1/pom.xml
index 5b4f96f..f617b69 100644
--- a/hadooplibs/hadoop-distcp-1/pom.xml
+++ b/hadooplibs/hadoop-distcp-1/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>hadoop-1-4.2.0-SNAPSHOT</version>
+    <version>hadoop-1-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-distcp-2/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-distcp-2/pom.xml b/hadooplibs/hadoop-distcp-2/pom.xml
index 4097cc4..b7c3c63 100644
--- a/hadooplibs/hadoop-distcp-2/pom.xml
+++ b/hadooplibs/hadoop-distcp-2/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>hadoop-2-4.2.0-SNAPSHOT</version>
+    <version>hadoop-2-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-distcp-3/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-distcp-3/pom.xml b/hadooplibs/hadoop-distcp-3/pom.xml
index 8d8180d..1bb2895 100644
--- a/hadooplibs/hadoop-distcp-3/pom.xml
+++ b/hadooplibs/hadoop-distcp-3/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>hadoop-3-4.2.0-SNAPSHOT</version>
+    <version>hadoop-3-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-utils-0.23/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-utils-0.23/pom.xml b/hadooplibs/hadoop-utils-0.23/pom.xml
index 1bd243e..a55e647 100644
--- a/hadooplibs/hadoop-utils-0.23/pom.xml
+++ b/hadooplibs/hadoop-utils-0.23/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-utils</artifactId>
-    <version>hadoop-0.23-4.2.0-SNAPSHOT</version>
+    <version>hadoop-0.23-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Utils</description>
     <name>Apache Oozie Hadoop Utils</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-utils-1/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-utils-1/pom.xml b/hadooplibs/hadoop-utils-1/pom.xml
index 48d97b0..26f1ed0 100644
--- a/hadooplibs/hadoop-utils-1/pom.xml
+++ b/hadooplibs/hadoop-utils-1/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-utils</artifactId>
-    <version>hadoop-1-4.2.0-SNAPSHOT</version>
+    <version>hadoop-1-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Utils</description>
     <name>Apache Oozie Hadoop Utils</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-utils-2/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-utils-2/pom.xml b/hadooplibs/hadoop-utils-2/pom.xml
index 832cf5b..a20426d 100644
--- a/hadooplibs/hadoop-utils-2/pom.xml
+++ b/hadooplibs/hadoop-utils-2/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-utils</artifactId>
-    <version>hadoop-2-4.2.0-SNAPSHOT</version>
+    <version>hadoop-2-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Utils ${project.version}</description>
     <name>Apache Oozie Hadoop Utils ${project.version}</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/hadoop-utils-3/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-utils-3/pom.xml b/hadooplibs/hadoop-utils-3/pom.xml
index e7df53b..4013164 100644
--- a/hadooplibs/hadoop-utils-3/pom.xml
+++ b/hadooplibs/hadoop-utils-3/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-utils</artifactId>
-    <version>hadoop-3-4.2.0-SNAPSHOT</version>
+    <version>hadoop-3-4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Utils ${project.version}</description>
     <name>Apache Oozie Hadoop Utils ${project.version}</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/hadooplibs/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/pom.xml b/hadooplibs/pom.xml
index a41b734..17f1f07 100644
--- a/hadooplibs/pom.xml
+++ b/hadooplibs/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadooplibs</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Libs</description>
     <name>Apache Oozie Hadoop Libs</name>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/login/pom.xml
----------------------------------------------------------------------
diff --git a/login/pom.xml b/login/pom.xml
index ce31e0e..b3a64f1 100644
--- a/login/pom.xml
+++ b/login/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-login</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Login</description>
     <name>Apache Oozie Login</name>
     <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/minitest/pom.xml
----------------------------------------------------------------------
diff --git a/minitest/pom.xml b/minitest/pom.xml
index 895a9a8..255240f 100644
--- a/minitest/pom.xml
+++ b/minitest/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.oozie.test</groupId>
     <artifactId>oozie-mini</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie MiniOozie</description>
     <name>Apache Oozie MiniOozie</name>
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ea9ccef..210bf63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Main</description>
     <name>Apache Oozie Main</name>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 37572f3..d69c4fe 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,4 +1,6 @@
--- Oozie 4.2.0 release (trunk - unreleased)
+-- Oozie 4.3.0 release (trunk - unreleased)
+
+-- Oozie 4.2.0 release (unreleased)
 
 OOZIE-2232 Oozie should invalidate bulk write command when "-filter" is missing (venkatnrangan via bzhang)
 OOZIE-2224 Add example worklfow.xml for hive in secure mode (venkatnrangan via bzhang)

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/distcp/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/distcp/pom.xml b/sharelib/distcp/pom.xml
index a329b7b..0b56f07 100644
--- a/sharelib/distcp/pom.xml
+++ b/sharelib/distcp/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-distcp</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Distcp</description>
     <name>Apache Oozie Share Lib Distcp</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hcatalog/pom.xml b/sharelib/hcatalog/pom.xml
index 76e7ca1..41e7b71 100644
--- a/sharelib/hcatalog/pom.xml
+++ b/sharelib/hcatalog/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hcatalog</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib HCatalog</description>
     <name>Apache Oozie Share Lib HCatalog</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/hive/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml
index 3da0bdc..73802da 100644
--- a/sharelib/hive/pom.xml
+++ b/sharelib/hive/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hive</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Hive</description>
     <name>Apache Oozie Share Lib Hive</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/hive2/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml
index 41eade9..d660b90 100644
--- a/sharelib/hive2/pom.xml
+++ b/sharelib/hive2/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hive2</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Hive 2</description>
     <name>Apache Oozie Share Lib Hive 2</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/oozie/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/oozie/pom.xml b/sharelib/oozie/pom.xml
index 484fb45..3fa2872 100644
--- a/sharelib/oozie/pom.xml
+++ b/sharelib/oozie/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-oozie</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Oozie</description>
     <name>Apache Oozie Share Lib Oozie</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/pig/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml
index fd3cd66..bb3eea5 100644
--- a/sharelib/pig/pom.xml
+++ b/sharelib/pig/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-pig</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Pig</description>
     <name>Apache Oozie Share Lib Pig</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/pom.xml b/sharelib/pom.xml
index 88e9539..8f263c6 100644
--- a/sharelib/pom.xml
+++ b/sharelib/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib</description>
     <name>Apache Oozie Share Lib</name>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/spark/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml
index 51a4251..6f7e74a 100644
--- a/sharelib/spark/pom.xml
+++ b/sharelib/spark/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-spark</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Spark</description>
     <name>Apache Oozie Share Lib Spark</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/sqoop/pom.xml b/sharelib/sqoop/pom.xml
index 5308bd5..5b80a4f 100644
--- a/sharelib/sqoop/pom.xml
+++ b/sharelib/sqoop/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-sqoop</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Sqoop</description>
     <name>Apache Oozie Share Lib Sqoop</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/sharelib/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/streaming/pom.xml b/sharelib/streaming/pom.xml
index 4b47fd9..fd79518 100644
--- a/sharelib/streaming/pom.xml
+++ b/sharelib/streaming/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-streaming</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Streaming</description>
     <name>Apache Oozie Share Lib Streaming</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 50c30ed..114ba8e 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tools</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie Tools</description>
     <name>Apache Oozie Tools</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 9901816..e42e219 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-webapp</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie WebApp</description>
     <name>Apache Oozie WebApp</name>
     <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/workflowgenerator/pom.xml
----------------------------------------------------------------------
diff --git a/workflowgenerator/pom.xml b/workflowgenerator/pom.xml
index 13d4806..38e918c 100644
--- a/workflowgenerator/pom.xml
+++ b/workflowgenerator/pom.xml
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.oozie</groupId>
   <artifactId>oozie-workflowgenerator</artifactId>
-  <version>4.2.0-SNAPSHOT</version>
+  <version>4.3.0-SNAPSHOT</version>
   <packaging>war</packaging>
   <description>Apache Oozie WorkflowGenerator</description>
   <name>Apache Oozie WorkflowGenerator</name>

http://git-wip-us.apache.org/repos/asf/oozie/blob/b995d9fd/zookeeper-security-tests/pom.xml
----------------------------------------------------------------------
diff --git a/zookeeper-security-tests/pom.xml b/zookeeper-security-tests/pom.xml
index c2cfdd0..d9348ff 100644
--- a/zookeeper-security-tests/pom.xml
+++ b/zookeeper-security-tests/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.3.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-zookeeper-security-tests</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.3.0-SNAPSHOT</version>
     <description>Apache Oozie ZooKeeper Security Tests</description>
     <name>Apache Oozie ZooKeeper Security Tests</name>
     <packaging>jar</packaging>