Skip to content

Commit

Permalink
Update to elasticsearch 2.0.0.beta2
Browse files Browse the repository at this point in the history
Closes elastic#161.
Closes elastic#162.

(cherry picked from commit 8583ce9)
  • Loading branch information
dadoonet committed Sep 30, 2015
1 parent f2eb0a3 commit 2d604ea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,18 @@

<properties>
<elasticsearch.version>2.1.0-SNAPSHOT</elasticsearch.version>

<elasticsearch.plugin.classname>org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin</elasticsearch.plugin.classname>

<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<tests.rest.suite>mapper_attachments</tests.rest.suite>
<tests.rest.load_packaged>false</tests.rest.load_packaged>
</properties>

<dependencies>
<dependency>
<groupId>org.elasticsearch.distribution.fully-loaded</groupId>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>
<type>pom</type>
<scope>test</scope>
<scope>provided</scope>
</dependency>

<!-- Tika -->
Expand Down

0 comments on commit 2d604ea

Please sign in to comment.