Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from nicoo/0.2
Browse files Browse the repository at this point in the history
upgrade to 0.2
  • Loading branch information
ngrunwald committed May 16, 2012
2 parents 6acb740 + 739bbef commit df40160
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
@@ -1,8 +1,8 @@
(defproject clj-elasticsearch "0.1.0-SNAPSHOT"
(defproject clj-elasticsearch "0.2.0-SNAPSHOT"
:description "Native Java API client wrapper for Elasticsearch"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.elasticsearch/elasticsearch "0.19.2"]
[cheshire "3.0.0"]]
:dev-dependencies [[codox "0.5.0"]]
:dependencies [[org.clojure/clojure "1.4.0"]
[cheshire "4.0.0"]]
:dev-dependencies [[codox "0.5.0"]
[org.elasticsearch/elasticsearch "0.19.2"]]
:repositories { "sonatype.org" "http://oss.sonatype.org/content/repositories/releases/" }
:url "https://github.com/ngrunwald/clj-elasticsearch")

0 comments on commit df40160

Please sign in to comment.