Skip to content

Commit

Permalink
Update for Elasticsearch 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fghamsary committed Feb 19, 2017
1 parent e71306c commit 192cbfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This plugin add a multi-value metrics aggregation which can define and reuse sev
| 2.4.1 | 2.4.1.0 |
| 2.4.2 | 2.4.2.0 |
| 2.4.3 | 2.4.3.0 |
| 2.4.4 | 2.4.4.0 |

### Install as plugin

Expand Down
4 changes: 2 additions & 2 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.4.3.0</version>
<version>2.4.4.0</version>

<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lucene.version>5.5.2</lucene.version>
<elasticsearch.version>2.4.3</elasticsearch.version>
<elasticsearch.version>2.4.4</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 192cbfb

Please sign in to comment.