release 1.2.0
This commit is contained in:
parent
fc789a20a4
commit
94a4a3e49a
|
@ -3,14 +3,16 @@ JavaScript lang Plugin for ElasticSearch
|
|||
|
||||
The JavaScript language plugin allows to have `javascript` as the language of scripts to execute.
|
||||
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.1.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.2.0`.
|
||||
|
||||
----------------------------------------
|
||||
| JavaScript Plugin | ElasticSearch |
|
||||
----------------------------------------
|
||||
| master | 0.19 -> master |
|
||||
----------------------------------------
|
||||
| 1.0.0 | 0.19 -> master |
|
||||
| 1.2.0 | 0.19 -> master |
|
||||
----------------------------------------
|
||||
| 1.1.0 | 0.19 -> master |
|
||||
----------------------------------------
|
||||
| 1.0.0 | 0.18 |
|
||||
----------------------------------------
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-lang-javascript</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.2.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>JavaScript lang plugin for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
|
Loading…
Reference in New Issue