Updated Branches: refs/heads/master b6d7942cd -> 9d10075a6
OOZIE-1608 Update Curator to 2.4.0 when its available to fix security hole (rkanter) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/9d10075a Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/9d10075a Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/9d10075a Branch: refs/heads/master Commit: 9d10075a64c26e77cdd900831b01c1ad2d0832a1 Parents: b6d7942 Author: Robert Kanter <[email protected]> Authored: Mon Feb 10 13:23:56 2014 -0800 Committer: Robert Kanter <[email protected]> Committed: Mon Feb 10 13:23:56 2014 -0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- release-log.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/9d10075a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 68748cc..f5540e1 100644 --- a/pom.xml +++ b/pom.xml @@ -709,19 +709,19 @@ <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-recipes</artifactId> - <version>2.3.0</version> + <version>2.4.0</version> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-x-discovery</artifactId> - <version>2.3.0</version> + <version>2.4.0</version> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-test</artifactId> - <version>2.3.0</version> + <version>2.4.0</version> </dependency> <!-- examples --> http://git-wip-us.apache.org/repos/asf/oozie/blob/9d10075a/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index b73e6e7..c685ace 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.1.0 release (trunk - unreleased) +OOZIE-1608 Update Curator to 2.4.0 when its available to fix security hole (rkanter) OOZIE-1687 Bundle can still be in RUNNINGWITHERROR status after bundle kill (rohini) OOZIE-1684 DB upgrade from 3.3.0 to trunk fails on Oracle (rkanter) OOZIE-1675 Adding absolute URI of local cluster to dist cache not working with hadoop version 0.20.2 and before (satish via ryota)
