Repository: falcon Updated Branches: refs/heads/master e84fca7ff -> f8707fdc6
FALCON-1965 Update ActiveMQ version to 5.13.3 to avoid Falcon start error after rolling upgrade Upgraded ActiveMQ version to the latest 5.13.3. Tested Falcon server upgrade with ActiveMQ history works with 0.6, 0.7 and trunk. Split the fix for two test failures due to upgrade to https://github.com/apache/falcon/pull/169, per vrangan 's suggestion. Author: yzheng-hortonworks <[email protected]> Reviewers: "Balu Vellanki <[email protected]>, Venkat Ranganathan <[email protected]>, Pallavi Rao <[email protected]>" Closes #168 from yzheng-hortonworks/FALCON-1965 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/f8707fdc Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/f8707fdc Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/f8707fdc Branch: refs/heads/master Commit: f8707fdc6f512fdfc386b010e4dee0812f45cbd7 Parents: e84fca7 Author: yzheng-hortonworks <[email protected]> Authored: Mon Jun 6 11:56:59 2016 -0700 Committer: bvellanki <[email protected]> Committed: Mon Jun 6 11:56:59 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/f8707fdc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bd276dc..b011a36 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ <oozie.version>4.2.0</oozie.version> <oozie.buildversion>${oozie.version}-falcon</oozie.buildversion> <oozie.forcebuild>false</oozie.forcebuild> - <activemq.version>5.12.0</activemq.version> + <activemq.version>5.13.3</activemq.version> <tinkerpop.version>2.6.0</tinkerpop.version> <titan.version>0.5.4</titan.version> <hbase.version>1.1.5</hbase.version>
