Skip to content

Commit

Permalink
Update to elasticsearch 1.0.0.RC1
Browse files Browse the repository at this point in the history
Closes #14.
  • Loading branch information
dadoonet committed Jan 10, 2014
1 parent 1b38009 commit dc6c88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit dc6c88a

Please sign in to comment.