Skip to content

Commit 9ea5234

Browse files
committed
prepare release elasticsearch-lang-javascript-2.0.0.RC1
1 parent 6567fdc commit 9ea5234

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ JavaScript lang Plugin for Elasticsearch
33

44
The JavaScript language plugin allows to have `javascript` as the language of scripts to execute.
55

6-
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.4.0`.
6+
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/2.0.0.RC1`.
77

88
| JavaScript Lang Plugin | elasticsearch | rhino | Release date |
99
|-----------------------------|---------------------|----------|:------------:|
10-
| 2.0.0.RC1-SNAPSHOT (master) | 1.0.0.RC1 -> master | 1.7R4 | |
10+
| 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | 1.7R4 | |
11+
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 1.7R4 | 2014-01-15 |
1112
| 1.5.0-SNAPSHOT (1.x) | 0.90 | 1.7R4 | |
1213
| 1.4.0 | 0.90 | 1.7R4 | 2013-06-05 |
1314
| 1.3.0 | 0.90 | 1.7R4 | 2013-02-26 |

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-lang-javascript</artifactId>
9-
<version>1.5.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1</version>
1010
<packaging>jar</packaging>
1111
<description>JavaScript lang plugin for ElasticSearch</description>
1212
<inceptionYear>2009</inceptionYear>
@@ -31,7 +31,7 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
34+
<elasticsearch.version>1.0.0.RC1</elasticsearch.version>
3535
<lucene.version>4.6.0</lucene.version>
3636
<tests.jvms>1</tests.jvms>
3737
<tests.shuffle>true</tests.shuffle>

0 commit comments

Comments
 (0)