Skip to content

Commit 6b1c2e9

Browse files
author
Olivier Favre
committed
Update README for v1.2.0
1 parent a7f906b commit 6b1c2e9

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,35 @@ Installation
1111

1212
Simply run at the root of your ElasticSearch v0.20.2+ installation:
1313

14-
bin/plugin -install com.yakaz.elasticsearch.plugins/elasticsearch-action-updatebyquery/1.1.0
14+
bin/plugin -install com.yakaz.elasticsearch.plugins/elasticsearch-action-updatebyquery/1.2.0
1515

1616
This will download the plugin from the Central Maven Repository.
1717

1818
For older versions of ElasticSearch, you can still use the longer:
1919

20-
bin/plugin -url http://oss.sonatype.org/content/repositories/releases/com/yakaz/elasticsearch/plugins/elasticsearch-action-updatebyquery/1.1.0/elasticsearch-action-updatebyquery-1.1.0.zip install elasticsearch-action-updatebyquery
20+
bin/plugin -url http://oss.sonatype.org/content/repositories/releases/com/yakaz/elasticsearch/plugins/elasticsearch-action-updatebyquery/1.2.0/elasticsearch-action-updatebyquery-1.2.0.zip install elasticsearch-action-updatebyquery
2121

2222
In order to declare this plugin as a dependency, add the following to your `pom.xml`:
2323

2424
<dependency>
2525
<groupId>com.yakaz.elasticsearch.plugins</groupId>
2626
<artifactId>elasticsearch-action-updatebyquery/artifactId>
27-
<version>1.1.0</version>
27+
<version>1.2.0</version>
2828
</dependency>
2929

3030
Version matrix:
3131

32-
--------------------------------------------------
33-
| Update By Query Action Plugin | ElasticSearch |
34-
--------------------------------------------------
35-
| master | 0.90 -> master |
36-
--------------------------------------------------
37-
| 1.1.0 | 0.90 -> master |
38-
--------------------------------------------------
39-
| 1.0.0 | 0.20 -> master |
40-
--------------------------------------------------
32+
┌───────────────────────────────┬────────────────────────┐
33+
│ Update By Query Action Plugin │ ElasticSearch │
34+
├───────────────────────────────┼────────────────────────┤
35+
│ master │ 0.90.3 ─► master │
36+
├───────────────────────────────┼────────────────────────┤
37+
│ 1.2.0 │ 0.90.3 ─► master │
38+
├───────────────────────────────┼────────────────────────┤
39+
│ 1.1.0 │ 0.90.0.beta1 ─► 0.90.2 │
40+
├───────────────────────────────┼────────────────────────┤
41+
│ 1.0.0 │ 0.20.0 ─► 0.20.4 │
42+
└───────────────────────────────┴────────────────────────┘
4143

4244
Description
4345
-----------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.yakaz.elasticsearch.plugins</groupId>
1212
<artifactId>elasticsearch-action-updatebyquery</artifactId>
13-
<version>1.1.1-SNAPSHOT</version>
13+
<version>1.2.0-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<url>http://github.com/yakaz/elasticsearch-action-updatebyquery</url>

0 commit comments

Comments
 (0)