Skip to content

Commit

Permalink
Release version 0.11.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDrogalis committed Oct 16, 2017
1 parent ba19af3 commit d705ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Onyx plugin for Amazon SQS.
In your project file:

```clojure
[org.onyxplatform/onyx-amazon-sqs "0.11.1.0-SNAPSHOT"]
[org.onyxplatform/onyx-amazon-sqs "0.11.1.0"]
```

In your peer boot-up namespace:
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.onyxplatform/onyx-amazon-sqs "0.11.1.0-SNAPSHOT"
(defproject org.onyxplatform/onyx-amazon-sqs "0.11.1.0"
:description "Onyx plugin for Amazon SQS"
:url "https://github.com/onyx-platform/onyx-amazon-sqs"
:license {:name "Eclipse Public License"
Expand All @@ -13,7 +13,7 @@
:sign-releases false}}
:dependencies [[org.clojure/clojure "1.8.0"]
^{:voom {:repo "git@github.com:onyx-platform/onyx.git" :branch "master"}}
[org.onyxplatform/onyx "0.11.1-alpha2"]
[org.onyxplatform/onyx "0.11.1"]
[com.amazonaws/aws-java-sdk "1.11.76"]]
:global-vars {*warn-on-reflection* true}
:resource-paths ["resources/"]
Expand Down

0 comments on commit d705ef9

Please sign in to comment.