Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed May 31, 2017
1 parent 4598fdf commit 83bf6e0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ The original Elasticsearch plugin relies on *Hibernate-specific* GORM components

image:https://travis-ci.org/noamt/elasticsearch-grails-plugin.svg?branch=master["Build Status", link="https://travis-ci.org/noamt/elasticsearch-grails-plugin"]

[NOTE]
====
The latest verion of plugin documentation can be found at http://noamt.github.io/elasticsearch-grails-plugin/docs/index.html
====

Just like any other Grails plugin, through the Grails Plugin center.
Edit your project's +build.gradle+ file, by adding the plugin's dependency declaration:


----
dependencies {
...
compile "org.grails.plugins:elasticsearch:1.2.0"
compile "org.grails.plugins:elasticsearch:1.2.1"
...
}
Expand All @@ -28,6 +34,11 @@ dependencies {
|===
|Plugin Version | Grails Version | Elasticsearch Version

|1.2.1
|3.2.y
|2.3.z


|1.2.0
|3.1.y
|2.3.z
Expand Down

0 comments on commit 83bf6e0

Please sign in to comment.