You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2016/01/20 15:07:01 UTC

[2/3] git commit: updated refs/heads/master to 0403a35

updating rabbitmq amqp client to 3.5.4 from 3.4.2


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

Branch: refs/heads/master
Commit: 693a001c63c1cd8e700f168b5c747f7246061d91
Parents: bf0c4f2
Author: Rajani Karuturi <ra...@citrix.com>
Authored: Mon Sep 21 10:15:37 2015 +0530
Committer: Rajani Karuturi <ra...@citrix.com>
Committed: Tue Nov 17 16:04:16 2015 +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/693a001c/plugins/event-bus/rabbitmq/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml
index 6f8120f..014e330 100644
--- a/plugins/event-bus/rabbitmq/pom.xml
+++ b/plugins/event-bus/rabbitmq/pom.xml
@@ -31,7 +31,7 @@
     <dependency>
     <groupId>com.rabbitmq</groupId>
       <artifactId>amqp-client</artifactId>
-        <version>3.4.2</version>
+        <version>3.5.4</version>
     </dependency>
     <dependency>
     <groupId>org.apache.cloudstack</groupId>