prepare release elasticsearch-lang-javascript-2.0.0.RC1

This commit is contained in:
David Pilato 2014-01-15 18:45:46 +01:00
parent 6567fdcaff
commit 9ea52340b0
2 changed files with 5 additions and 4 deletions

View File

@ -3,11 +3,12 @@ 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.4.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/2.0.0.RC1`.
| JavaScript Lang Plugin | elasticsearch | rhino | Release date |
|-----------------------------|---------------------|----------|:------------:|
| 2.0.0.RC1-SNAPSHOT (master) | 1.0.0.RC1 -> master | 1.7R4 | |
| 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | 1.7R4 | |
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 1.7R4 | 2014-01-15 |
| 1.5.0-SNAPSHOT (1.x) | 0.90 | 1.7R4 | |
| 1.4.0 | 0.90 | 1.7R4 | 2013-06-05 |
| 1.3.0 | 0.90 | 1.7R4 | 2013-02-26 |

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-lang-javascript</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>2.0.0.RC1</version>
<packaging>jar</packaging>
<description>JavaScript lang plugin for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>
@ -31,7 +31,7 @@
</parent>
<properties>
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
<elasticsearch.version>1.0.0.RC1</elasticsearch.version>
<lucene.version>4.6.0</lucene.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>