prepare release elasticsearch-lang-javascript-1.4.0
This commit is contained in:
parent
aa68294c85
commit
bb41d2fc7f
30
README.md
30
README.md
|
@ -3,21 +3,23 @@ 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.3.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.4.0`.
|
||||
|
||||
----------------------------------------
|
||||
| JavaScript Plugin | ElasticSearch |
|
||||
----------------------------------------
|
||||
| master | 0.90 -> master |
|
||||
----------------------------------------
|
||||
| 1.3.0 | 0.90 -> master |
|
||||
----------------------------------------
|
||||
| 1.2.0 | 0.19 -> 0.20 |
|
||||
----------------------------------------
|
||||
| 1.1.0 | 0.19 |
|
||||
----------------------------------------
|
||||
| 1.0.0 | 0.18 |
|
||||
----------------------------------------
|
||||
-----------------------------------------------
|
||||
| JavaScript Plugin | ElasticSearch |
|
||||
-----------------------------------------------
|
||||
| 1.5.0-SNAPSHOT (master) | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.4.0 | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.3.0 | 0.90 |
|
||||
-----------------------------------------------
|
||||
| 1.2.0 | 0.19 -> 0.20 |
|
||||
-----------------------------------------------
|
||||
| 1.1.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.0.0 | 0.18 |
|
||||
-----------------------------------------------
|
||||
|
||||
License
|
||||
-------
|
||||
|
|
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.4.0-SNAPSHOT</version>
|
||||
<version>1.4.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>JavaScript lang plugin for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
|
Loading…
Reference in New Issue