release 1.2.0

This commit is contained in:
Shay Banon 2012-06-23 21:51:48 +02:00
parent fc789a20a4
commit 94a4a3e49a
2 changed files with 5 additions and 3 deletions

View File

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

View File

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