File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ JavaScript lang Plugin for Elasticsearch
33
44The 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 |
Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments