[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 #148
This commit is contained in:
David Pilato 2015-08-19 10:24:09 +02:00
parent 560a761b2f
commit 5af2a4d63d
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
<properties>
<!-- If we need to define any specific property -->
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
</properties>
<dependencies>