File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ Python lang Plugin for Elasticsearch
3
3
4
4
The Python (jython) language plugin allows to have ` python ` as the language of scripts to execute.
5
5
6
- In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-lang-python/1. 2.0 ` .
6
+ In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-lang-python/2.0.0.RC1 ` .
7
7
8
- | Python Lang Plugin | elasticsearch | jython | Release date |
8
+ | Python Lang Plugin | elasticsearch | jython | Release date |
9
9
| -----------------------------| ---------------------| ----------| :------------:|
10
- | 2.0.0.RC1-SNAPSHOT (master) | 1.0.0.RC1 -> master | 2.5.3 | |
10
+ | 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | 2.5.3 | |
11
+ | 2.0.0.RC1 | 1.0.0.RC1 -> master | 2.5.3 | 2014-01-15 |
11
12
| 1.3.0-SNAPSHOT (1.x) | 0.90 | 2.5.3 | |
12
13
| 1.2.0 | 0.90 | 2.5.2 | 2013-02-26 |
13
14
| 1.1.0 | 0.19 -> 0.20 | 2.5.2 | 2012-02-07 |
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >org.elasticsearch</groupId >
8
8
<artifactId >elasticsearch-lang-python</artifactId >
9
- <version >2.0.0.RC1-SNAPSHOT </version >
9
+ <version >2.0.0.RC1</version >
10
10
<packaging >jar</packaging >
11
11
<description >JavaScript lang plugin for ElasticSearch</description >
12
12
<inceptionYear >2009</inceptionYear >
30
30
</parent >
31
31
32
32
<properties >
33
- <elasticsearch .version>1.0.0.RC1-SNAPSHOT </elasticsearch .version>
33
+ <elasticsearch .version>1.0.0.RC1</elasticsearch .version>
34
34
<lucene .version>4.6.0</lucene .version>
35
35
<tests .jvms>1</tests .jvms>
36
36
<tests .shuffle>true</tests .shuffle>
You can’t perform that action at this time.
0 commit comments