Skip to content

Commit 5a43c62

Browse files
committed
prepare release elasticsearch-lang-python-2.0.0.RC1
1 parent f5865b7 commit 5a43c62

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Python lang Plugin for Elasticsearch
33

44
The Python (jython) language plugin allows to have `python` as the language of scripts to execute.
55

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`.
77

8-
| Python Lang Plugin | elasticsearch | jython |Release date |
8+
| Python Lang Plugin | elasticsearch | jython | Release date |
99
|-----------------------------|---------------------|----------|:------------:|
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 |
1112
| 1.3.0-SNAPSHOT (1.x) | 0.90 | 2.5.3 | |
1213
| 1.2.0 | 0.90 | 2.5.2 | 2013-02-26 |
1314
| 1.1.0 | 0.19 -> 0.20 | 2.5.2 | 2012-02-07 |

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-lang-python</artifactId>
9-
<version>2.0.0.RC1-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>
@@ -30,7 +30,7 @@
3030
</parent>
3131

3232
<properties>
33-
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
33+
<elasticsearch.version>1.0.0.RC1</elasticsearch.version>
3434
<lucene.version>4.6.0</lucene.version>
3535
<tests.jvms>1</tests.jvms>
3636
<tests.shuffle>true</tests.shuffle>

0 commit comments

Comments
 (0)