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:47:23 UTC

git commit: updated refs/heads/master to 6ad2f38

Repository: cloudstack
Updated Branches:
  refs/heads/master d0ca2d5d8 -> 6ad2f3842


CLOUDSTACK-7679: Bump rabbitmq client library to latest 3.4.1

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/6ad2f384
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6ad2f384
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6ad2f384

Branch: refs/heads/master
Commit: 6ad2f384265de41751fd3f9c238b82bdbf933cfd
Parents: d0ca2d5
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:16:23 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/6ad2f384/plugins/event-bus/rabbitmq/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml
index a109578..5f002a0 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>