Skip to content

Commit 7cc97ef

Browse files
committed
prepare release elasticsearch-lang-javascript-2.1.0
1 parent 6d6aa6e commit 7cc97ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ JavaScript lang Plugin for Elasticsearch
33

44
The JavaScript language plugin allows to have `javascript` (or `js`) as the language of scripts to execute.
55

6-
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/2.0.0.RC1`.
6+
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/2.1.0`.
77

88
* For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-lang-javascript/tree/master).
99
* For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-lang-javascript/tree/es-1.1).
@@ -12,11 +12,11 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
1212

1313
| JavaScript Lang Plugin | elasticsearch | rhino | Release date |
1414
|-----------------------------|---------------------|----------|:------------:|
15-
| 2.1.0-SNAPSHOT | 1.1.0 -> 1.1 | 1.7R4 | XXXX-XX-XX |
15+
| 2.1.0 | 1.1.0 -> 1.1 | 1.7R4 | 2014-03-28 |
1616

1717
Please read documentation relative to the version you are using:
1818

19-
* [2.1.0-SNAPSHOT](https://github.com/elasticsearch/elasticsearch-lang-javascript/blob/es-1.1/README.md)
19+
* [2.1.0](https://github.com/elasticsearch/elasticsearch-lang-javascript/blob/v2.1.0/README.md)
2020

2121
Using javascript with function_score
2222
------------------------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.elasticsearch</groupId>
77
<artifactId>elasticsearch-lang-javascript</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
99
<packaging>jar</packaging>
1010
<name>Elasticsearch JavaScript language plugin</name>
1111
<description>The JavaScript language plugin allows to have javascript as the language of scripts to execute.</description>

0 commit comments

Comments
 (0)