You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by as...@apache.org on 2019/10/29 09:26:07 UTC

[oozie] branch branch-5.2 created (now 936b150)

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

asalamon74 pushed a change to branch branch-5.2
in repository https://gitbox.apache.org/repos/asf/oozie.git.


      at 936b150  Fix hardwired version numbers in markdown files

This branch includes the following new commits:

     new 3e834e0  Changed version to 5.2.0
     new e31159a  Updated release-log.txt to 5.2.0
     new 936b150  Fix hardwired version numbers in markdown files

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[oozie] 03/03: Fix hardwired version numbers in markdown files

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

asalamon74 pushed a commit to branch branch-5.2
in repository https://gitbox.apache.org/repos/asf/oozie.git

commit 936b150ee290dccf95f0c6f6e6eb81f38288f75d
Author: Andras Salamon <as...@apache.org>
AuthorDate: Tue Oct 29 09:55:59 2019 +0100

    Fix hardwired version numbers in markdown files
---
 README.md                                        | 2 +-
 docs/src/site/markdown/WorkflowFunctionalSpec.md | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f9c6bdf..585d994 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ More inforamtion could be found at:
 http://oozie.apache.org/
 
 Oozie Quick Start:
-http://oozie.apache.org/docs/5.0.0/DG_QuickStart.html
+http://oozie.apache.org/docs/5.2.0/DG_QuickStart.html
 
 
 Supported Hadoop Versions:
diff --git a/docs/src/site/markdown/WorkflowFunctionalSpec.md b/docs/src/site/markdown/WorkflowFunctionalSpec.md
index 0eae0b5..063a641 100644
--- a/docs/src/site/markdown/WorkflowFunctionalSpec.md
+++ b/docs/src/site/markdown/WorkflowFunctionalSpec.md
@@ -5,7 +5,6 @@
 -----
 
 # Oozie Specification, a Hadoop Workflow System
-**<center>(v5.0)</center>**
 
 The goal of this document is to define a workflow engine system specialized in coordinating the execution of Hadoop
 Map/Reduce and Pig jobs.


[oozie] 02/03: Updated release-log.txt to 5.2.0

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

asalamon74 pushed a commit to branch branch-5.2
in repository https://gitbox.apache.org/repos/asf/oozie.git

commit e31159a0436da95b2a6ae5f10a45f4ea6effdaa5
Author: Andras Salamon <as...@apache.org>
AuthorDate: Mon Oct 28 11:55:21 2019 +0100

    Updated release-log.txt to 5.2.0
---
 release-log.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release-log.txt b/release-log.txt
index f5f5e64..8e95f80 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,4 +1,4 @@
--- Oozie 5.2.0 release (trunk - unreleased)
+-- Oozie 5.2.0 release
 
 OOZIE-3553 [examples] Fix sqoop example (asalamon74 via kmarton)
 OOZIE-3552 OozieCLI: missing separator in coordinator job output (dvigal via gezapeti)


[oozie] 01/03: Changed version to 5.2.0

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

asalamon74 pushed a commit to branch branch-5.2
in repository https://gitbox.apache.org/repos/asf/oozie.git

commit 3e834e00531a980d861bdadeca621ba51fb26902
Author: Andras Salamon <as...@apache.org>
AuthorDate: Mon Oct 28 11:54:34 2019 +0100

    Changed version to 5.2.0
---
 client/pom.xml                       | 4 ++--
 core/pom.xml                         | 4 ++--
 distro/pom.xml                       | 4 ++--
 docs/pom.xml                         | 4 ++--
 examples/pom.xml                     | 4 ++--
 fluent-job/fluent-job-api/pom.xml    | 4 ++--
 fluent-job/fluent-job-client/pom.xml | 4 ++--
 fluent-job/pom.xml                   | 2 +-
 minitest/pom.xml                     | 4 ++--
 pom.xml                              | 2 +-
 server/pom.xml                       | 4 ++--
 sharelib/distcp/pom.xml              | 4 ++--
 sharelib/git/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 ++--
 25 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/client/pom.xml b/client/pom.xml
index f5dc164..dae4220 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-client</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Client</description>
     <name>Apache Oozie Client</name>
     <packaging>jar</packaging>
diff --git a/core/pom.xml b/core/pom.xml
index cd52c45..a60d5b9 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-core</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Core</description>
     <name>Apache Oozie Core</name>
     <packaging>jar</packaging>
diff --git a/distro/pom.xml b/distro/pom.xml
index f53a7c8..8bb57d6 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-distro</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Distro</description>
     <name>Apache Oozie Distro</name>
     <packaging>jar</packaging>
diff --git a/docs/pom.xml b/docs/pom.xml
index b4801c0..b0de117 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-docs</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Docs</description>
     <name>Apache Oozie Docs</name>
     <packaging>war</packaging>
diff --git a/examples/pom.xml b/examples/pom.xml
index e0e1281..65a63a4 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-examples</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Examples</description>
     <name>Apache Oozie Examples</name>
     <packaging>jar</packaging>
diff --git a/fluent-job/fluent-job-api/pom.xml b/fluent-job/fluent-job-api/pom.xml
index f2a5229..819e8ad 100644
--- a/fluent-job/fluent-job-api/pom.xml
+++ b/fluent-job/fluent-job-api/pom.xml
@@ -23,11 +23,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-fluent-job</artifactId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-fluent-job-api</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Fluent Job API</description>
     <name>Apache Oozie Fluent Job API</name>
     <packaging>jar</packaging>
diff --git a/fluent-job/fluent-job-client/pom.xml b/fluent-job/fluent-job-client/pom.xml
index fe16a6b..0438a5b 100644
--- a/fluent-job/fluent-job-client/pom.xml
+++ b/fluent-job/fluent-job-client/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <artifactId>oozie-fluent-job</artifactId>
         <groupId>org.apache.oozie</groupId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>oozie-fluent-job-client</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Fluent Job Client</description>
     <name>Apache Oozie Fluent Job Client</name>
     <packaging>jar</packaging>
diff --git a/fluent-job/pom.xml b/fluent-job/pom.xml
index 43d9169..ae1d5e1 100644
--- a/fluent-job/pom.xml
+++ b/fluent-job/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>oozie-main</artifactId>
         <groupId>org.apache.oozie</groupId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/minitest/pom.xml b/minitest/pom.xml
index fb0dccc..82ed8cf 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <groupId>org.apache.oozie.test</groupId>
     <artifactId>oozie-mini</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie MiniOozie</description>
     <name>Apache Oozie MiniOozie</name>
 
diff --git a/pom.xml b/pom.xml
index 00818a4..f161b53 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.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Main</description>
     <name>Apache Oozie Main</name>
     <packaging>pom</packaging>
diff --git a/server/pom.xml b/server/pom.xml
index 7c2af98..40fbb33 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-server</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Server</description>
     <name>Apache Oozie Server</name>
     <packaging>jar</packaging>
diff --git a/sharelib/distcp/pom.xml b/sharelib/distcp/pom.xml
index 9c18aba..a6a4716 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-distcp</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Distcp</description>
     <name>Apache Oozie Share Lib Distcp</name>
     <packaging>jar</packaging>
diff --git a/sharelib/git/pom.xml b/sharelib/git/pom.xml
index 9a41a3b..8cf6855 100644
--- a/sharelib/git/pom.xml
+++ b/sharelib/git/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-git</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Git</description>
     <name>Apache Oozie Share Lib Git</name>
     <packaging>jar</packaging>
diff --git a/sharelib/hcatalog/pom.xml b/sharelib/hcatalog/pom.xml
index 5726488..9507df1 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-hcatalog</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib HCatalog</description>
     <name>Apache Oozie Share Lib HCatalog</name>
     <packaging>jar</packaging>
diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml
index 829df03..78343cd 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-hive</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Hive</description>
     <name>Apache Oozie Share Lib Hive</name>
     <packaging>jar</packaging>
diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml
index 743b6e9..6d1cae0 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-hive2</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Hive 2</description>
     <name>Apache Oozie Share Lib Hive 2</name>
     <packaging>jar</packaging>
diff --git a/sharelib/oozie/pom.xml b/sharelib/oozie/pom.xml
index 65041fa..7e687cd 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-oozie</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Oozie</description>
     <name>Apache Oozie Share Lib Oozie</name>
     <packaging>jar</packaging>
diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml
index 4793dd0..8b57e78 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-pig</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Pig</description>
     <name>Apache Oozie Share Lib Pig</name>
     <packaging>jar</packaging>
diff --git a/sharelib/pom.xml b/sharelib/pom.xml
index 39298d5..e5d7196 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-sharelib</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib</description>
     <name>Apache Oozie Share Lib</name>
     <packaging>pom</packaging>
diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml
index 4dd249a..e506c83 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-spark</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Spark</description>
     <name>Apache Oozie Share Lib Spark</name>
     <packaging>jar</packaging>
diff --git a/sharelib/sqoop/pom.xml b/sharelib/sqoop/pom.xml
index a939314..8c42feb 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-sqoop</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Sqoop</description>
     <name>Apache Oozie Share Lib Sqoop</name>
     <packaging>jar</packaging>
diff --git a/sharelib/streaming/pom.xml b/sharelib/streaming/pom.xml
index b8b6d4a..e8f102e 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>oozie-sharelib-streaming</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Share Lib Streaming</description>
     <name>Apache Oozie Share Lib Streaming</name>
     <packaging>jar</packaging>
diff --git a/tools/pom.xml b/tools/pom.xml
index b48947d..ad9bbb7 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-tools</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie Tools</description>
     <name>Apache Oozie Tools</name>
     <packaging>jar</packaging>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index d1a9306..6fa9b67 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-webapp</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie WebApp</description>
     <name>Apache Oozie WebApp</name>
     <packaging>war</packaging>
diff --git a/zookeeper-security-tests/pom.xml b/zookeeper-security-tests/pom.xml
index 59812aa..1be28bd 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.2.0-SNAPSHOT</version>
+        <version>5.2.0</version>
     </parent>
 
     <artifactId>oozie-zookeeper-security-tests</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.0</version>
     <description>Apache Oozie ZooKeeper Security Tests</description>
     <name>Apache Oozie ZooKeeper Security Tests</name>
     <packaging>jar</packaging>