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