You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ge...@apache.org on 2017/10/31 15:43:13 UTC

oozie git commit: OOZIE-3097 Change version in pom in master to 5.0.0-beta1 (dbist13 via gezapeti)

Repository: oozie
Updated Branches:
  refs/heads/master f7b674268 -> fde88ab69


OOZIE-3097 Change version in pom in master to 5.0.0-beta1 (dbist13 via gezapeti)


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

Branch: refs/heads/master
Commit: fde88ab69ab73c78aaef24f914b70681b2a7e783
Parents: f7b6742
Author: Gezapeti Cseh <ge...@apache.org>
Authored: Tue Oct 31 16:42:52 2017 +0100
Committer: Gezapeti Cseh <ge...@apache.org>
Committed: Tue Oct 31 16:42:52 2017 +0100

----------------------------------------------------------------------
 client/pom.xml                   | 4 ++--
 core/pom.xml                     | 4 ++--
 distro/pom.xml                   | 4 ++--
 docs/pom.xml                     | 4 ++--
 examples/pom.xml                 | 4 ++--
 minitest/pom.xml                 | 4 ++--
 pom.xml                          | 2 +-
 release-log.txt                  | 1 +
 server/pom.xml                   | 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 ++--
 zookeeper-security-tests/pom.xml | 4 ++--
 22 files changed, 42 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index ee589d7..3b67d12 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-client</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie Client</description>
     <name>Apache Oozie Client</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 9f0689e..f2e5af4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-core</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie Core</description>
     <name>Apache Oozie Core</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/distro/pom.xml
----------------------------------------------------------------------
diff --git a/distro/pom.xml b/distro/pom.xml
index 4f06e42..a079ef2 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-distro</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie Distro</description>
     <name>Apache Oozie Distro</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 7298cec..e5ab5e1 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-docs</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie Docs</description>
     <name>Apache Oozie Docs</name>
     <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 5f8cf20..63894fa 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-examples</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie Examples</description>
     <name>Apache Oozie Examples</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/minitest/pom.xml
----------------------------------------------------------------------
diff --git a/minitest/pom.xml b/minitest/pom.xml
index 10a89b0..82c27b6 100644
--- a/minitest/pom.xml
+++ b/minitest/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
 
     <groupId>org.apache.oozie.test</groupId>
     <artifactId>oozie-mini</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie MiniOozie</description>
     <name>Apache Oozie MiniOozie</name>
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3fb1fe9..5a06902 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>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie Main</description>
     <name>Apache Oozie Main</name>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index ad20443..cfac155 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-3097 Change version in pom in master to 5.0.0-beta1 (dbist13 via gezapeti)
 OOZIE-3098 Allow to use the rest api to get the creation time of the Coordinator (chiwen via andras.piros)
 OOZIE-3100 Upgrade javax.mail:mail to 1.4.7 (andras.piros)
 OOZIE-2929 Coordinator SLA should support configuration variable (chiwen via andras.piros)

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 4c0d52c..50b167f 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-server</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie Server</description>
     <name>Apache Oozie Server</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/sharelib/distcp/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/distcp/pom.xml b/sharelib/distcp/pom.xml
index 976e9f9..77cb389 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-distcp</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hcatalog/pom.xml b/sharelib/hcatalog/pom.xml
index 003fec3..0b43fbe 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hcatalog</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/hive/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml
index 67c87d1..4786b25 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hive</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/hive2/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml
index a49edc5..10e9c07 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hive2</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/oozie/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/oozie/pom.xml b/sharelib/oozie/pom.xml
index c74c06d..e34f88f 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-oozie</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/pig/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml
index 4eaa462..c2da617 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-pig</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/pom.xml b/sharelib/pom.xml
index d794246..9d2a38c 100644
--- a/sharelib/pom.xml
+++ b/sharelib/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/spark/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml
index b1fab10..b40a352 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-spark</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/sqoop/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/sqoop/pom.xml b/sharelib/sqoop/pom.xml
index 73f931f..cac1b98 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-sqoop</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/sharelib/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/sharelib/streaming/pom.xml b/sharelib/streaming/pom.xml
index cb9c0b0..808386b 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-streaming</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</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/fde88ab6/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 7306a14..111ce53 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tools</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie Tools</description>
     <name>Apache Oozie Tools</name>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 67b1432..72ce932 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-webapp</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie WebApp</description>
     <name>Apache Oozie WebApp</name>
     <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/oozie/blob/fde88ab6/zookeeper-security-tests/pom.xml
----------------------------------------------------------------------
diff --git a/zookeeper-security-tests/pom.xml b/zookeeper-security-tests/pom.xml
index e024464..b0d25af 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>5.0.0-SNAPSHOT</version>
+        <version>5.0.0-beta1</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-zookeeper-security-tests</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0-beta1</version>
     <description>Apache Oozie ZooKeeper Security Tests</description>
     <name>Apache Oozie ZooKeeper Security Tests</name>
     <packaging>jar</packaging>