We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618c107 commit fc6c0e5Copy full SHA for fc6c0e5
pom.xml
@@ -6,7 +6,7 @@
6
<modelVersion>4.0.0</modelVersion>
7
<groupId>org.elasticsearch</groupId>
8
<artifactId>elasticsearch-analysis-smartcn</artifactId>
9
- <version>1.9.0-SNAPSHOT</version>
+ <version>2.0.0.RC1-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
<description>Smart Chinese Analysis for ElasticSearch</description>
12
<inceptionYear>2009</inceptionYear>
@@ -31,7 +31,7 @@
31
</parent>
32
33
<properties>
34
- <elasticsearch.version>0.90.8</elasticsearch.version>
+ <elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
35
<lucene.version>4.6.0</lucene.version>
36
<tests.jvms>1</tests.jvms>
37
<tests.shuffle>true</tests.shuffle>
0 commit comments