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

Commit 9974a12

Browse files
committed
Groovy 2.0.1-SNAPSHOT release
1 parent 6ab0435 commit 9974a12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 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.1-SNAPSHOT | 2.0.1-SNAPSHOT | 7u60 or later | 2.4.4 |
5051
| 2.0.0 | 2.0.0 | 7u60 or later | 2.4.4 |
5152
| 2.0.0-rc1 | 2.0.0-rc1 | 7u60 or later | 2.4.4 |
5253
| 2.0.0-beta2 | 2.0.0-beta2 | 7u60 or later | 2.4.4 |

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',
58-
'elasticsearch-groovy' : '2.0.0',
57+
elasticsearch : '2.0.1-SNAPSHOT',
58+
'elasticsearch-groovy' : '2.0.1-SNAPSHOT',
5959
'elasticsearch-license' : '1.0.0',
6060
'elasticsearch-shield' : '1.0.1',
6161
groovy : '2.4.4',

0 commit comments

Comments
 (0)