You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/11/25 14:48:32 UTC

git commit: updated refs/heads/4.5 to c775728

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 1bc13f753 -> c77572805


CLOUDSTACK-7679: Bump rabbitmq client library to latest 3.4.1

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit 6ad2f384265de41751fd3f9c238b82bdbf933cfd)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.5
Commit: c7757280585061899c7714355a853ded9ae88f94
Parents: 1bc13f7
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Tue Nov 25 19:15:28 2014 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Nov 25 19:18:19 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/c7757280/plugins/event-bus/rabbitmq/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml
index ab7c267..aeeda08 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.3.5</version>
+        <version>3.4.1</version>
     </dependency>
     <dependency>
     <groupId>org.apache.cloudstack</groupId>