Skip to content

Commit f5865b7

Browse files
committed
Update to elasticsearch 1.0.0.RC1
Closes #5.
1 parent 20192eb commit f5865b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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-lang-python</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>2.0.0.RC1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111
<description>JavaScript lang plugin for ElasticSearch</description>
1212
<inceptionYear>2009</inceptionYear>
@@ -30,7 +30,7 @@
3030
</parent>
3131

3232
<properties>
33-
<elasticsearch.version>0.90.10</elasticsearch.version>
33+
<elasticsearch.version>1.0.0.RC1-SNAPSHOT</elasticsearch.version>
3434
<lucene.version>4.6.0</lucene.version>
3535
<tests.jvms>1</tests.jvms>
3636
<tests.shuffle>true</tests.shuffle>

0 commit comments

Comments
 (0)