Repository: oozie Updated Branches: refs/heads/master a4e2674d9 -> 4145a9dc8
Changed version to 5.2.0-SNAPSHOT Change-Id: I33b39d868ea8ee966d167a00324140c2bf7d3eaa Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/1e7e9e9a Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/1e7e9e9a Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/1e7e9e9a Branch: refs/heads/master Commit: 1e7e9e9a6417e1d42542a89747382ff1821425bd Parents: a4e2674 Author: Andras Piros <[email protected]> Authored: Thu Oct 4 14:15:57 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Thu Oct 4 14:15:57 2018 +0200 ---------------------------------------------------------------------- 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/1e7e9e9a/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 118f1c3..f0f6a1b 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-client</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 92236bc..87851ec 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-core</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index 5228596..f53a7c8 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-distro</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 35b868f..b4801c0 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-docs</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 680e3fb..8900535 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-examples</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/fluent-job/fluent-job-api/pom.xml ---------------------------------------------------------------------- diff --git a/fluent-job/fluent-job-api/pom.xml b/fluent-job/fluent-job-api/pom.xml index a41ca25..f303b45 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-fluent-job-api</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <description>Apache Oozie Fluent Job API</description> <name>Apache Oozie Fluent Job API</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/1e7e9e9a/fluent-job/fluent-job-client/pom.xml ---------------------------------------------------------------------- diff --git a/fluent-job/fluent-job-client/pom.xml b/fluent-job/fluent-job-client/pom.xml index 612fabb..c2d70c0 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>oozie-fluent-job-client</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <description>Apache Oozie Fluent Job Client</description> <name>Apache Oozie Fluent Job Client</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/1e7e9e9a/fluent-job/pom.xml ---------------------------------------------------------------------- diff --git a/fluent-job/pom.xml b/fluent-job/pom.xml index 1af60a4..3128ca7 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/oozie/blob/1e7e9e9a/minitest/pom.xml ---------------------------------------------------------------------- diff --git a/minitest/pom.xml b/minitest/pom.xml index 56afddb..fb0dccc 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie.test</groupId> <artifactId>oozie-mini</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <description>Apache Oozie MiniOozie</description> <name>Apache Oozie MiniOozie</name> http://git-wip-us.apache.org/repos/asf/oozie/blob/1e7e9e9a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a9a6cf4..3d27080 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.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 84681f2..e502438 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-server</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <description>Apache Oozie Server</description> <name>Apache Oozie Server</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/1e7e9e9a/sharelib/distcp/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/distcp/pom.xml b/sharelib/distcp/pom.xml index 3201570..9c18aba 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-distcp</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/git/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/git/pom.xml b/sharelib/git/pom.xml index 85234ac..e5ffb6f 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-git</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <description>Apache Oozie Share Lib Git</description> <name>Apache Oozie Share Lib Git</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/1e7e9e9a/sharelib/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hcatalog/pom.xml b/sharelib/hcatalog/pom.xml index 3a29548..70ebd69 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-hcatalog</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/hive/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml index 77d4ad1..4102d1f 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-hive</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/hive2/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml index d3aa859..0ce0c67 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-hive2</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/oozie/pom.xml b/sharelib/oozie/pom.xml index a791ae8..6883729 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-oozie</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/pig/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml index e548247..afa8ab8 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-pig</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pom.xml b/sharelib/pom.xml index 1c51bfe..55f2c8f 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-sharelib</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/spark/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml index 3b9c756..66d4080 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-spark</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/sqoop/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/sqoop/pom.xml b/sharelib/sqoop/pom.xml index 0be600e..9a21ec4 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-sqoop</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/sharelib/streaming/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/streaming/pom.xml b/sharelib/streaming/pom.xml index 8aab9e4..b8b6d4a 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>oozie-sharelib-streaming</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 94e3cc7..76dc0d9 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-tools</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 938b0c9..bd805d7 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-webapp</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.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/1e7e9e9a/zookeeper-security-tests/pom.xml ---------------------------------------------------------------------- diff --git a/zookeeper-security-tests/pom.xml b/zookeeper-security-tests/pom.xml index f1ff5b3..59812aa 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.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> </parent> <artifactId>oozie-zookeeper-security-tests</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.2.0-SNAPSHOT</version> <description>Apache Oozie ZooKeeper Security Tests</description> <name>Apache Oozie ZooKeeper Security Tests</name> <packaging>jar</packaging>
