Repository: oozie Updated Branches: refs/heads/master 4f4049347 -> af69c8c9f
Changed version to 5.1.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/af69c8c9 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/af69c8c9 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/af69c8c9 Branch: refs/heads/master Commit: af69c8c9f85f29dfbf7f798052a49b4c40e647e8 Parents: 4f40493 Author: Andras Piros <[email protected]> Authored: Tue Mar 27 13:09:07 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Tue Mar 27 13:09:07 2018 +0200 ---------------------------------------------------------------------- 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 +- 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 ++-- 21 files changed, 41 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/af69c8c9/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 31cd43f..dc18ae5 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-client</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 12e426e..a2e2363 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-core</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index a079ef2..cc57c94 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-distro</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 70f6e28..0657fcb 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-docs</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 63894fa..869f3a1 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-examples</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/minitest/pom.xml ---------------------------------------------------------------------- diff --git a/minitest/pom.xml b/minitest/pom.xml index 220cdfd..1847838 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie.test</groupId> <artifactId>oozie-mini</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie MiniOozie</description> <name>Apache Oozie MiniOozie</name> http://git-wip-us.apache.org/repos/asf/oozie/blob/af69c8c9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 274a047..d9fe1b2 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-beta1</version> + <version>5.1.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/af69c8c9/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 50b167f..27848b1 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-server</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/distcp/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/distcp/pom.xml b/sharelib/distcp/pom.xml index 77cb389..bcb10dc 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-distcp</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hcatalog/pom.xml b/sharelib/hcatalog/pom.xml index 0b43fbe..dba308d 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-hcatalog</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/hive/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml index f2611b9..e01eec3 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-hive</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/hive2/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml index 10e9c07..1a66a15 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-hive2</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/oozie/pom.xml b/sharelib/oozie/pom.xml index 4787612..801de29 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-oozie</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/pig/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml index c2da617..03d3b4a 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-pig</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pom.xml b/sharelib/pom.xml index 9d2a38c..edbad44 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/spark/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml index 4975736..60033ff 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-spark</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/sqoop/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/sqoop/pom.xml b/sharelib/sqoop/pom.xml index cac1b98..b8747ee 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-sqoop</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/sharelib/streaming/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/streaming/pom.xml b/sharelib/streaming/pom.xml index 808386b..5902b61 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-streaming</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index bdc736d..6efb3c4 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-tools</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index 2c839ba..35afa74 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-webapp</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.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/af69c8c9/zookeeper-security-tests/pom.xml ---------------------------------------------------------------------- diff --git a/zookeeper-security-tests/pom.xml b/zookeeper-security-tests/pom.xml index b0d25af..276f58f 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-beta1</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-zookeeper-security-tests</artifactId> - <version>5.0.0-beta1</version> + <version>5.1.0-SNAPSHOT</version> <description>Apache Oozie ZooKeeper Security Tests</description> <name>Apache Oozie ZooKeeper Security Tests</name> <packaging>jar</packaging>
