Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1921CCDC1 for ; Thu, 11 Dec 2014 16:53:53 +0000 (UTC) Received: (qmail 19919 invoked by uid 500); 11 Dec 2014 16:53:42 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 19869 invoked by uid 500); 11 Dec 2014 16:53:42 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 18935 invoked by uid 99); 11 Dec 2014 16:53:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2014 16:53:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 07D72A26960; Thu, 11 Dec 2014 16:53:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Thu, 11 Dec 2014 16:54:01 -0000 Message-Id: In-Reply-To: <09c77af7375a48e6b3b435ad1c06a118@git.apache.org> References: <09c77af7375a48e6b3b435ad1c06a118@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/41] git commit: updated refs/heads/4.4 to 010a217 CLOUDSTACK-7679: Bump rabbitmq client library to latest 3.4.1 Signed-off-by: Rohit Yadav (cherry picked from commit 6ad2f384265de41751fd3f9c238b82bdbf933cfd) Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e850e8e5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e850e8e5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e850e8e5 Branch: refs/heads/4.4 Commit: e850e8e58fa46409bc0470e9880b4386497da3c0 Parents: e9311bf Author: Rohit Yadav Authored: Tue Nov 25 19:15:28 2014 +0530 Committer: Rohit Yadav Committed: Thu Dec 11 20:36:18 2014 +0530 ---------------------------------------------------------------------- plugins/event-bus/rabbitmq/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e850e8e5/plugins/event-bus/rabbitmq/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml index 0757a0e..2c691e1 100644 --- a/plugins/event-bus/rabbitmq/pom.xml +++ b/plugins/event-bus/rabbitmq/pom.xml @@ -31,7 +31,7 @@ com.rabbitmq amqp-client - 3.3.5 + 3.4.1 org.apache.cloudstack