Repository: falcon
Updated Branches:
  refs/heads/0.10 0e16f5c67 -> f53f99a72


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

(cherry picked from commit f8707fdc6f512fdfc386b010e4dee0812f45cbd7)
Signed-off-by: bvellanki <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/f53f99a7
Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/f53f99a7
Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/f53f99a7

Branch: refs/heads/0.10
Commit: f53f99a7272d4241f221f759eac60db358671dbd
Parents: 0e16f5c
Author: yzheng-hortonworks <[email protected]>
Authored: Mon Jun 6 11:56:59 2016 -0700
Committer: bvellanki <[email protected]>
Committed: Mon Jun 6 11:57:12 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/f53f99a7/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>

Reply via email to