We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20192eb commit f5865b7Copy full SHA for f5865b7
pom.xml
@@ -6,7 +6,7 @@
6
<modelVersion>4.0.0</modelVersion>
7
<groupId>org.elasticsearch</groupId>
8
<artifactId>elasticsearch-lang-python</artifactId>
9
- <version>1.3.0-SNAPSHOT</version>
+ <version>2.0.0.RC1-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
<description>JavaScript lang plugin for ElasticSearch</description>
12
<inceptionYear>2009</inceptionYear>
@@ -30,7 +30,7 @@
30
</parent>
31
32
<properties>
33
- <elasticsearch.version>0.90.10</elasticsearch.version>
+ <elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
34
<lucene.version>4.6.0</lucene.version>
35
<tests.jvms>1</tests.jvms>
36
<tests.shuffle>true</tests.shuffle>
0 commit comments