prepare release elasticsearch-lang-javascript-1.4.0

This commit is contained in:
David Pilato 2013-06-05 16:53:10 +02:00
parent aa68294c85
commit bb41d2fc7f
2 changed files with 17 additions and 15 deletions

View File

@ -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
-------

View File

@ -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>