Repository: oozie Updated Branches: refs/heads/master b3b75189e -> bf95aa354
OOZIE-1714 Update Derby driver version to latest (rkanter) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/bf95aa35 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/bf95aa35 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/bf95aa35 Branch: refs/heads/master Commit: bf95aa35439dd345c9b43c034e08ce9775588af1 Parents: b3b7518 Author: Robert Kanter <[email protected]> Authored: Thu Feb 27 14:05:34 2014 -0800 Committer: Robert Kanter <[email protected]> Committed: Thu Feb 27 14:05:34 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/bf95aa35/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1ff4a0e..1223ec2 100644 --- a/pom.xml +++ b/pom.xml @@ -647,7 +647,7 @@ <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <version>10.6.1.0</version> + <version>10.10.1.1</version> <scope>compile</scope> </dependency> http://git-wip-us.apache.org/repos/asf/oozie/blob/bf95aa35/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index be20154..fa411e2 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.1.0 release (trunk - unreleased) +OOZIE-1714 Update Derby driver version to latest (rkanter) OOZIE-1680 Add a check for a maximum frequency of 5 min on Coord jobs (rkanter) OOZIE-1699 Some of the commands submitted to Oozie internal queue are never executed (sriksun via virag) OOZIE-1671 add an option to limit # of coordinator actions for log retrieval (ryota)
