Skip to content

Commit 5af2a4d

Browse files
committed
[build] Update to elasticsearch 2.0.0
We need to define `<elasticsearch.version>` in `pom.xml` as we now inherit from elasticsearch project parent pom. But `elasticsearch.version` is set by default to `project.version` which is here `3.0.0-SNAPSHOT` for the mapper project. Related to elastic#148
1 parent 560a761 commit 5af2a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
<properties>
3535
<!-- If we need to define any specific property -->
36+
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
3637
</properties>
3738

3839
<dependencies>

0 commit comments

Comments
 (0)