Skip to content

Commit

Permalink
Upgrade to RabbitMQ Java client 2.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 24, 2012
1 parent 699f1cd commit 741fd22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
@@ -1,5 +1,9 @@
## Changes between Langohr 1.0.0-beta1 and 1.0.0-beta2

### RabbitMQ Java Client 2.8.x

RabbitMQ Java Client which Langohr is based on has been upgraded to version 2.8.1.

### Leiningen 2

Langohr now uses [Leiningen 2](https://github.com/technomancy/leiningen/wiki/Upgrading).
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -85,7 +85,7 @@ Langohr is built from the ground up for Clojure 1.3 and up.

## Supported RabbitMQ versions

Langohr depends on RabbitMQ Java client 2.7.x and thus should work with RabbitMQ versions 2.0 and later.
Langohr depends on RabbitMQ Java client 2.8.x and thus should work with RabbitMQ versions 2.0 and later.


## The Road to 1.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -3,7 +3,7 @@
:min-lein-version "2.0.0"
:license {:name "Eclipse Public License"}
:dependencies [[org.clojure/clojure "1.3.0"]
[com.rabbitmq/amqp-client "2.7.1"]]
[com.rabbitmq/amqp-client "2.8.1"]]
:profiles {:dev { :dependencies [[org.clojure/tools.cli "0.2.1" :exclusions [org.clojure/clojure]]] }
:1.4 { :dependencies [[org.clojure/clojure "1.4.0-beta5"]] }}
:url "https://github.com/michaelklishin/langohr"
Expand Down

0 comments on commit 741fd22

Please sign in to comment.