Skip to content

Commit

Permalink
Update for Elasticsearch v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elie Prudhomme committed Sep 7, 2016
1 parent ad47b60 commit 8a91103
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This plugin add a multi-value metrics aggregation which can define and reuse sev
| 2.2+ | 2.2.0 |
| 2.3.2 | 2.3.1 |
| 2.3.5 | 2.3.5.1 |
| 2.4.0 | 2.4.0.0 |

### Install as plugin

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

<groupId>fr.v3d.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-multiple-metric-aggregation</artifactId>
<version>2.3.5.1</version>
<version>2.4.0.0</version>

<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lucene.version>5.5.0</lucene.version>
<elasticsearch.version>2.3.5</elasticsearch.version>
<lucene.version>5.5.2</lucene.version>
<elasticsearch.version>2.4.0</elasticsearch.version>
<elasticsearch.plugin.name>multiple-metric</elasticsearch.plugin.name>
<elasticsearch.plugin.jvm>true</elasticsearch.plugin.jvm>
<elasticsearch.plugin.classname>fr.v3d.elasticsearch.plugin.multiplemetric.MultipleMetricPlugin</elasticsearch.plugin.classname>
Expand Down

0 comments on commit 8a91103

Please sign in to comment.