Repository: oozie Updated Branches: refs/heads/branch-4.3 fababc4f6 -> 79fac26ab
Changed version to 4.3.1 Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/79fac26a Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/79fac26a Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/79fac26a Branch: refs/heads/branch-4.3 Commit: 79fac26abec116fe06de8fec14d2428493b6374a Parents: fababc4 Author: satishsaley <[email protected]> Authored: Fri Dec 8 16:24:57 2017 -0800 Committer: satishsaley <[email protected]> Committed: Fri Dec 8 16:24:57 2017 -0800 ---------------------------------------------------------------------- client/pom.xml | 4 ++-- core/pom.xml | 4 ++-- distro/pom.xml | 4 ++-- docs/pom.xml | 4 ++-- examples/pom.xml | 4 ++-- hadooplibs/hadoop-auth-1/pom.xml | 4 ++-- hadooplibs/hadoop-auth-2/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-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 | 2 ++ 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 ++-- 31 files changed, 61 insertions(+), 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index b815dbc..7618664 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-client</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie Client</description> <name>Apache Oozie Client</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index a3934fa..3383e56 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-core</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie Core</description> <name>Apache Oozie Core</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index 06dc62f..d44647f 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-distro</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie Distro</description> <name>Apache Oozie Distro</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 490705b..b9050de 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-docs</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie Docs</description> <name>Apache Oozie Docs</name> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 3e36ec1..609277e 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-examples</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie Examples</description> <name>Apache Oozie Examples</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/hadooplibs/hadoop-auth-1/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/hadoop-auth-1/pom.xml b/hadooplibs/hadoop-auth-1/pom.xml index 8a1e43c..3403155 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.3.0</version> + <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadoop-auth</artifactId> - <version>hadoop-1-4.3.0</version> + <version>hadoop-1-4.3.1</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/79fac26a/hadooplibs/hadoop-auth-2/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/hadoop-auth-2/pom.xml b/hadooplibs/hadoop-auth-2/pom.xml index 5377f5b..58a2cf0 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.3.0</version> + <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadoop-auth</artifactId> - <version>hadoop-2-4.3.0</version> + <version>hadoop-2-4.3.1</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/79fac26a/hadooplibs/hadoop-distcp-1/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/hadoop-distcp-1/pom.xml b/hadooplibs/hadoop-distcp-1/pom.xml index 7469373..6986222 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.3.0</version> + <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadoop-distcp</artifactId> - <version>hadoop-1-4.3.0</version> + <version>hadoop-1-4.3.1</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/79fac26a/hadooplibs/hadoop-distcp-2/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/hadoop-distcp-2/pom.xml b/hadooplibs/hadoop-distcp-2/pom.xml index 0d62401..5f93ce2 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.3.0</version> + <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadoop-distcp</artifactId> - <version>hadoop-2-4.3.0</version> + <version>hadoop-2-4.3.1</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/79fac26a/hadooplibs/hadoop-distcp-3/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/hadoop-distcp-3/pom.xml b/hadooplibs/hadoop-distcp-3/pom.xml index c471cbb..97b0a0a 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.3.0</version> + <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadoop-distcp</artifactId> - <version>hadoop-3-4.3.0</version> + <version>hadoop-3-4.3.1</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/79fac26a/hadooplibs/hadoop-utils-1/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/hadoop-utils-1/pom.xml b/hadooplibs/hadoop-utils-1/pom.xml index 286d5bb..e5eb5e4 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.3.0</version> + <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadoop-utils</artifactId> - <version>hadoop-1-4.3.0</version> + <version>hadoop-1-4.3.1</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/79fac26a/hadooplibs/hadoop-utils-2/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/hadoop-utils-2/pom.xml b/hadooplibs/hadoop-utils-2/pom.xml index f3538e7..85f6c28 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.3.0</version> + <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadoop-utils</artifactId> - <version>hadoop-2-4.3.0</version> + <version>hadoop-2-4.3.1</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/79fac26a/hadooplibs/hadoop-utils-3/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/hadoop-utils-3/pom.xml b/hadooplibs/hadoop-utils-3/pom.xml index 25c7ddb..cc53197 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.3.0</version> + <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadoop-utils</artifactId> - <version>hadoop-3-4.3.0</version> + <version>hadoop-3-4.3.1</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/79fac26a/hadooplibs/pom.xml ---------------------------------------------------------------------- diff --git a/hadooplibs/pom.xml b/hadooplibs/pom.xml index 0135468..473a3d0 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-hadooplibs</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/login/pom.xml ---------------------------------------------------------------------- diff --git a/login/pom.xml b/login/pom.xml index 260c36c..5715f43 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-login</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie Login</description> <name>Apache Oozie Login</name> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/minitest/pom.xml ---------------------------------------------------------------------- diff --git a/minitest/pom.xml b/minitest/pom.xml index d12c7cb..216c857 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie.test</groupId> <artifactId>oozie-mini</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie MiniOozie</description> <name>Apache Oozie MiniOozie</name> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9daf6b1..bfd0af7 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.3.0</version> + <version>4.3.1</version> <description>Apache Oozie Main</description> <name>Apache Oozie Main</name> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index a803c28..29173e59 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,3 +1,5 @@ +-- Oozie 4.3.1 release + -- Oozie 4.3.0 release OOZIE-2742 Unable to kill applications based on tag (satishsaley via rohini) http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/sharelib/distcp/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/distcp/pom.xml b/sharelib/distcp/pom.xml index 55bb5b1..e17e3e4 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-distcp</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hcatalog/pom.xml b/sharelib/hcatalog/pom.xml index 762374e..b8b323e 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-hcatalog</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/hive/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive/pom.xml b/sharelib/hive/pom.xml index 297f2a9..2df0c90 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-hive</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/hive2/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/hive2/pom.xml b/sharelib/hive2/pom.xml index 9760133..d0af590 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-hive2</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/oozie/pom.xml b/sharelib/oozie/pom.xml index dd257d8..8dfebd4 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-oozie</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/pig/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pig/pom.xml b/sharelib/pig/pom.xml index 666ad41..f0ed83b 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-pig</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/pom.xml b/sharelib/pom.xml index 9f8aff1..9110fb0 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/spark/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/spark/pom.xml b/sharelib/spark/pom.xml index d828113..e5f694c 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-spark</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/sqoop/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/sqoop/pom.xml b/sharelib/sqoop/pom.xml index d216c17..3a4b8b3 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-sqoop</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/sharelib/streaming/pom.xml ---------------------------------------------------------------------- diff --git a/sharelib/streaming/pom.xml b/sharelib/streaming/pom.xml index 5c5c295..26d419b 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.3.0</version> + <version>4.3.1</version> <relativePath>../..</relativePath> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-sharelib-streaming</artifactId> - <version>4.3.0</version> + <version>4.3.1</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/79fac26a/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index c84c63a..9c6f868 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-tools</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie Tools</description> <name>Apache Oozie Tools</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index dc2298c..c74d2bb 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-webapp</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie WebApp</description> <name>Apache Oozie WebApp</name> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/oozie/blob/79fac26a/zookeeper-security-tests/pom.xml ---------------------------------------------------------------------- diff --git a/zookeeper-security-tests/pom.xml b/zookeeper-security-tests/pom.xml index e80839d..6e54474 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.3.0</version> + <version>4.3.1</version> </parent> <groupId>org.apache.oozie</groupId> <artifactId>oozie-zookeeper-security-tests</artifactId> - <version>4.3.0</version> + <version>4.3.1</version> <description>Apache Oozie ZooKeeper Security Tests</description> <name>Apache Oozie ZooKeeper Security Tests</name> <packaging>jar</packaging>
