Skip to content

Commit 5a2b745

Browse files
committedMar 26, 2012
Updated to RabbitMQ 2.8.1
1 parent 7bf8a5f commit 5a2b745

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin provides a "webhook" functionality to a RabbitMQ broker.
44
Any message processed by this plugin will be forwarded to the URL
55
you configure, using the method you give it.
66

7-
Tested against RabbitMQ versions up to 2.7.
7+
Tested against RabbitMQ versions up to 2.8.1.
88

99
### Changes
1010

‎rebar.config

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{lib_dirs, ["deps"]}.
22

33
{deps, [
4-
{rabbit_common, ".*", {git, "git://github.com/jbrisbin/rabbit_common.git", "HEAD"}},
5-
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", "HEAD"}},
4+
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-2.8.1"}}},
65
{lhttpc, ".*", {git, "git://github.com/benoitc/lhttpc.git", "HEAD"}}
76
]}.

0 commit comments

Comments
 (0)
Please sign in to comment.