Skip to content

Commit dc6c88a

Browse files
committed
Update to elasticsearch 1.0.0.RC1
Closes #14.
1 parent 1b38009 commit dc6c88a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-analysis-stempel</artifactId>
9-
<version>1.10.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
11-
<description>Stempel (Polish) Analysis for ElasticSearch</description>
11+
<description>Stempel (Polish) Analysis for Elasticsearch</description>
1212
<inceptionYear>2009</inceptionYear>
1313
<licenses>
1414
<license>
@@ -31,7 +31,7 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>0.90.8</elasticsearch.version>
34+
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
3535
<lucene.version>4.6.0</lucene.version>
3636
<tests.jvms>1</tests.jvms>
3737
<tests.shuffle>true</tests.shuffle>

0 commit comments

Comments
 (0)