Update to elasticsearch 1.0.0.RC1

Closes .
This commit is contained in:
David Pilato 2014-01-14 19:16:19 +01:00
parent 20192eb678
commit f5865b71af

@ -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.3.0-SNAPSHOT</version> <version>2.0.0.RC1-SNAPSHOT</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.90.10</elasticsearch.version> <elasticsearch.version>1.0.0.RC1-SNAPSHOT</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>