Repository: falcon Updated Branches: refs/heads/master c31af6214 -> 949376197
FALCON-1116 Rule for Oozie 4+ doesn't match 5+ versions. Contibuted by Ruslan Ostafiychuk Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/94937619 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/94937619 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/94937619 Branch: refs/heads/master Commit: 949376197f8005cd0aded78c154fe13e97dc2749 Parents: c31af62 Author: Ruslan Ostafiychuk <[email protected]> Authored: Sat Jun 20 15:20:19 2015 +0300 Committer: Ruslan Ostafiychuk <[email protected]> Committed: Sat Jun 20 15:20:19 2015 +0300 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/94937619/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 99c3528..e81af1e 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,8 @@ Trunk (Unreleased) FALCON-1039 Add instance dependency API in falcon(Ajay Yadava) IMPROVEMENTS + FALCON-1116 Rule for Oozie 4+ doesn't match 5+ versions (Ruslan Ostafiychuk) + FALCON-1114 Oozie findBundles lists a directory and tries to match with the bundle's appPath (Pallavi Rao via Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/94937619/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0689899..31997e8 100644 --- a/pom.xml +++ b/pom.xml @@ -1110,7 +1110,7 @@ <rules> <requireProperty> <property>oozie.version</property> - <regex>^(4.*)</regex> + <regex>^([4-9].*)</regex> <regexMessage>Oozie version 3.* is not supported. Use a higher version of oozie</regexMessage> </requireProperty> </rules>
