Update to elasticsearch 1.0.0.RC1

Closes #14.
This commit is contained in:
David Pilato 2014-01-10 22:52:12 +01:00
parent 1b38009e5d
commit dc6c88a17c
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-stempel</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>2.0.0.RC1-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Stempel (Polish) Analysis for ElasticSearch</description>
<description>Stempel (Polish) Analysis for Elasticsearch</description>
<inceptionYear>2009</inceptionYear>
<licenses>
<license>
@ -31,7 +31,7 @@
</parent>
<properties>
<elasticsearch.version>0.90.8</elasticsearch.version>
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
<lucene.version>4.6.0</lucene.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>