Skip to content

Commit

Permalink
Release version 0.14.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDrogalis committed May 12, 2019
1 parent da37043 commit 1101f8a
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 @@ -11,7 +11,7 @@ This library exposes an HTTP server to service replica and cluster queries acros

To use it, add onyx-peer-http-query to your dependencies:
```
[org.onyxplatform/onyx-peer-http-query "0.14.4.2-SNAPSHOT"]
[org.onyxplatform/onyx-peer-http-query "0.14.5.0"]
```

Require onyx.http-query in your peer bootup namespace:
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject org.onyxplatform/onyx-peer-http-query "0.14.4.2-SNAPSHOT"
(defproject org.onyxplatform/onyx-peer-http-query "0.14.5.0"
:description "An Onyx health and query HTTP server"
:url "https://github.com/onyx-platform/onyx-peer-http-query"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
^{:voom {:repo "[email protected]:onyx-platform/onyx.git" :branch "master"}}
[org.onyxplatform/onyx "0.14.4"]
[org.onyxplatform/onyx "0.14.5"]
[ring/ring-core "1.6.2"]
[org.clojure/java.jmx "0.3.4"]
[ring-jetty-component "0.3.1"]
Expand Down

0 comments on commit 1101f8a

Please sign in to comment.