diff --git a/README.md b/README.md index c717da7..26be15a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/project.clj b/project.clj index 2decb4a..c0bfce4 100644 --- a/project.clj +++ b/project.clj @@ -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 "git@github.com: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"]