Skip to content

Commit fc6c0e5

Browse files
committed
Update to elasticsearch 1.0.0.RC1
Closes #8.
1 parent 618c107 commit fc6c0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
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-analysis-smartcn</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111
<description>Smart Chinese Analysis for ElasticSearch</description>
1212
<inceptionYear>2009</inceptionYear>
@@ -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)