Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Feb 14, 2014
1 parent ba36434 commit 418087e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,18 @@ JSON libraries such as Jackson without having to unmarshall.

#### Release

The latest release is 0.90.10.0 which is compatible with elasticsearch 0.90.10.
##### 1.0 is here !!

The latest release is 1.0.0.0 which is compatible with elasticsearch 1.0.0
For releases that are compatible with earlier versions of elasticsearch,
[search maven central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.sksamuel.elastic4s%22%20AND%20a%3A%22elastic4s_2.10%22). The general format is that release 0.90.x.y is compatible with elasticsearch 0.90.x.

Version 1.0.0-SNAPSHOT is currently in progress and will be released once Elasticsearch 1.0 is released.
If you wish to use elastic4s with a 1.0.0 release candidate then you will need to use this snapshot.
The snapshot is located on Sonatype Snapshots Repository, so add this to your pom or sbt build.
https://oss.sonatype.org/content/repositories/snapshots/

```scala
resolvers += "Sonatype Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

libraryDependencies ++= Seq(
"com.sksamuel.elastic4s" %% "elastic4s" % "1.0.0-SNAPSHOT"
"com.sksamuel.elastic4s" %% "elastic4s" % "1.0.0.0"
)
```

Expand Down Expand Up @@ -366,7 +364,7 @@ Note: Only available for scala 2.10.
For SBT users simply add:

```scala
libraryDependencies += "com.sksamuel.elastic4s" % "elastic4s_2.10" % "0.90.10.0"
libraryDependencies += "com.sksamuel.elastic4s" % "elastic4s_2.10" % "1.0.0.0"
```

For Maven users simply add:
Expand All @@ -375,7 +373,7 @@ For Maven users simply add:
<dependency>
<groupId>com.sksamuel.elastic4s</groupId>
<artifactId>elastic4s_2.10</artifactId>
<version>0.90.10.0</version>
<version>1.0.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 418087e

Please sign in to comment.