Updated groovy docs to point to the new groovy repo

This commit is contained in:
Clinton Gormley 2014-05-14 12:08:02 +02:00
parent 2912e1cce3
commit 98dfc26fb1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ For example, you can define the latest version in your `pom.xml` file:
--------------------------------------------------
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-client-groovy</artifactId>
<artifactId>elasticsearch-lang-groovy</artifactId>
<version>${es.version}</version>
</dependency>
--------------------------------------------------