prepare release elasticsearch-lang-python-2.0.0.RC1
This commit is contained in:
parent
f5865b71af
commit
5a43c62d3b
|
@ -3,11 +3,12 @@ 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.2.0`.
|
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/2.0.0.RC1`.
|
||||||
|
|
||||||
| Python Lang Plugin | elasticsearch | jython |Release date |
|
| Python Lang Plugin | elasticsearch | jython | Release date |
|
||||||
|-----------------------------|---------------------|----------|:------------:|
|
|-----------------------------|---------------------|----------|:------------:|
|
||||||
| 2.0.0.RC1-SNAPSHOT (master) | 1.0.0.RC1 -> master | 2.5.3 | |
|
| 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | 2.5.3 | |
|
||||||
|
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2.5.3 | 2014-01-15 |
|
||||||
| 1.3.0-SNAPSHOT (1.x) | 0.90 | 2.5.3 | |
|
| 1.3.0-SNAPSHOT (1.x) | 0.90 | 2.5.3 | |
|
||||||
| 1.2.0 | 0.90 | 2.5.2 | 2013-02-26 |
|
| 1.2.0 | 0.90 | 2.5.2 | 2013-02-26 |
|
||||||
| 1.1.0 | 0.19 -> 0.20 | 2.5.2 | 2012-02-07 |
|
| 1.1.0 | 0.19 -> 0.20 | 2.5.2 | 2012-02-07 |
|
||||||
|
|
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>2.0.0.RC1-SNAPSHOT</version>
|
<version>2.0.0.RC1</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>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
|
<elasticsearch.version>1.0.0.RC1</elasticsearch.version>
|
||||||
<lucene.version>4.6.0</lucene.version>
|
<lucene.version>4.6.0</lucene.version>
|
||||||
<tests.jvms>1</tests.jvms>
|
<tests.jvms>1</tests.jvms>
|
||||||
<tests.shuffle>true</tests.shuffle>
|
<tests.shuffle>true</tests.shuffle>
|
||||||
|
|
Loading…
Reference in New Issue