Skip to content

Commit

Permalink
1.0.0 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 11, 2012
1 parent c9d17fb commit e71bf4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,30 @@ when we are confident in the public API, reached feature completeness and docume

## Artifacts

Elastisch artifacts are [released to Clojars](https://clojars.org/clojurewerkz/elastisch).

If you are using Maven, add the following repository definition to your `pom.xml`:

``` xml
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
```

### The Most Recent Release

With Leiningen:

[clojurewerkz/elastisch "1.0.0-rc1"]
[clojurewerkz/elastisch "1.0.0-rc2"]


With Maven:

<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>elastisch</artifactId>
<version>1.0.0-rc1</version>
<version>1.0.0-rc2</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojurewerkz/elastisch "1.0.0-SNAPSHOT"
(defproject clojurewerkz/elastisch "1.0.0-rc2"
:url "http://clojureelasticsearch.info"
:description "Minimalistic fully featured well documented Clojure ElasticSearch client"
:license {:name "Eclipse Public License"}
Expand Down

0 comments on commit e71bf4d

Please sign in to comment.