[build] update to elasticsearch 2.1.0

Closes #151.
This commit is contained in:
David Pilato 2015-08-25 13:51:05 +02:00
parent f31d37b6bb
commit 554e2121e9
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>org.elasticsearch</groupId> <groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-mapper-attachments</artifactId> <artifactId>elasticsearch-mapper-attachments</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<name>Elasticsearch Mapper Attachment plugin</name> <name>Elasticsearch Mapper Attachment plugin</name>
<description>The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.</description> <description>The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.</description>
<url>https://github.com/elastic/elasticsearch-mapper-attachments/</url> <url>https://github.com/elastic/elasticsearch-mapper-attachments/</url>
@ -27,11 +27,11 @@
<parent> <parent>
<groupId>org.elasticsearch.plugin</groupId> <groupId>org.elasticsearch.plugin</groupId>
<artifactId>plugins</artifactId> <artifactId>plugins</artifactId>
<version>2.0.0-beta1-SNAPSHOT</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<properties> <properties>
<elasticsearch.version>2.0.0-beta1-SNAPSHOT</elasticsearch.version> <elasticsearch.version>2.1.0-SNAPSHOT</elasticsearch.version>
<elasticsearch.plugin.classname>org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin</elasticsearch.plugin.classname> <elasticsearch.plugin.classname>org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin</elasticsearch.plugin.classname>