Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Commit 6ab0435

Browse files
committed
Releasing Groovy client 2.0.0
1 parent 25b7d32 commit 6ab0435

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ In general, the version number will match the release of Elasticsearch.
4747

4848
| Elasticsearch | Groovy Client | Java | Groovy |
4949
|---------------------|-----------------------------|---------------|--------|
50+
| 2.0.0 | 2.0.0 | 7u60 or later | 2.4.4 |
5051
| 2.0.0-rc1 | 2.0.0-rc1 | 7u60 or later | 2.4.4 |
5152
| 2.0.0-beta2 | 2.0.0-beta2 | 7u60 or later | 2.4.4 |
5253
| 2.0.0-beta1 | 2.0.0-beta1 | 7u60 or later | 2.4.4 |
@@ -99,7 +100,7 @@ repositories {
99100
}
100101
101102
dependencies {
102-
compile 'org.elasticsearch:elasticsearch-groovy:2.0.0-rc1'
103+
compile 'org.elasticsearch:elasticsearch-groovy:2.0.0'
103104
}
104105
```
105106

@@ -110,7 +111,7 @@ dependencies {
110111
<dependency>
111112
<groupId>org.elasticsearch</groupId>
112113
<artifactId>elasticsearch-groovy</artifactId>
113-
<version>2.0.0-rc1</version>
114+
<version>2.0.0</version>
114115
<scope>compile</scope>
115116
</dependency>
116117
</dependencies>
@@ -129,7 +130,7 @@ repositories {
129130
130131
dependencies {
131132
// You may be able to use the 'runtime' scope
132-
compile group: 'org.elasticsearch', name: 'elasticsearch-groovy', version: '2.0.0-rc1', classifier: 'grails'
133+
compile group: 'org.elasticsearch', name: 'elasticsearch-groovy', version: '2.0.0', classifier: 'grails'
133134
}
134135
```
135136

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ allprojects {
5454

5555
// A map that is defined to contain version numbers for all dependencies in the current release.
5656
versions = [
57-
elasticsearch : '2.0.0-rc1',
58-
'elasticsearch-groovy' : '2.0.0-rc1',
57+
elasticsearch : '2.0.0',
58+
'elasticsearch-groovy' : '2.0.0',
5959
'elasticsearch-license' : '1.0.0',
6060
'elasticsearch-shield' : '1.0.1',
6161
groovy : '2.4.4',

0 commit comments

Comments
 (0)