From 3303878d9a2993a22fe5ed50711f4f01f3c3b12a Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 7 Mar 2014 17:37:59 +0100 Subject: [PATCH] prepare release elasticsearch-lang-python-2.0.0 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5612362720..c711c7f7386 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ Python lang Plugin for Elasticsearch 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/2.0.0.RC1`. +In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/2.0.0`. * For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/master). * For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/1.x). | Python Lang Plugin | elasticsearch | jython | Release date | |-----------------------------|---------------------|----------|:------------:| -| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | 2.5.3 | XXXX-XX-XX | +| 2.0.0 | 1.0.0.RC1 -> master | 2.5.3 | 2014-03-07 | | 2.0.0.RC1 | 1.0.0.RC1 -> master | 2.5.3 | 2014-01-15 | Using python with function_score diff --git a/pom.xml b/pom.xml index 235bf06c691..3cd789f5425 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.elasticsearch elasticsearch-lang-python - 2.0.0-SNAPSHOT + 2.0.0 jar Elasticsearch Python language plugin The Python language plugin allows to have python as the language of scripts to execute.