release 1.2.0
This commit is contained in:
parent
935e512c31
commit
008532da15
|
@ -3,12 +3,14 @@ Python lang Plugin for ElasticSearch
|
||||||
|
|
||||||
The Python (jython) language plugin allows to have `python` as the language of scripts to execute.
|
The Python (jython) language plugin allows to have `python` as the language of scripts to execute.
|
||||||
|
|
||||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/1.1.0`.
|
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/1.2.0`.
|
||||||
|
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
| Python Plugin | ElasticSearch |
|
| Python Plugin | ElasticSearch |
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
| master | 0.21 -> master |
|
| master | 0.90 -> master |
|
||||||
|
---------------------------------------
|
||||||
|
| 1.2.0 | 0.90 -> master |
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
| 1.1.0 | 0.19 -> 0.20 |
|
| 1.1.0 | 0.19 -> 0.20 |
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-lang-python</artifactId>
|
<artifactId>elasticsearch-lang-python</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.2.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>JavaScript lang plugin for ElasticSearch</description>
|
<description>JavaScript lang plugin for ElasticSearch</description>
|
||||||
<inceptionYear>2009</inceptionYear>
|
<inceptionYear>2009</inceptionYear>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<elasticsearch.version>0.21.0.Beta1-SNAPSHOT</elasticsearch.version>
|
<elasticsearch.version>0.90.0.Beta1</elasticsearch.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
Loading…
Reference in New Issue