Skip to content

Commit bb41d2f

Browse files
committed
prepare release elasticsearch-lang-javascript-1.4.0
1 parent aa68294 commit bb41d2f

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ JavaScript lang Plugin for ElasticSearch
33

44
The JavaScript language plugin allows to have `javascript` as the language of scripts to execute.
55

6-
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.3.0`.
7-
8-
----------------------------------------
9-
| JavaScript Plugin | ElasticSearch |
10-
----------------------------------------
11-
| master | 0.90 -> master |
12-
----------------------------------------
13-
| 1.3.0 | 0.90 -> master |
14-
----------------------------------------
15-
| 1.2.0 | 0.19 -> 0.20 |
16-
----------------------------------------
17-
| 1.1.0 | 0.19 |
18-
----------------------------------------
19-
| 1.0.0 | 0.18 |
20-
----------------------------------------
6+
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.4.0`.
7+
8+
-----------------------------------------------
9+
| JavaScript Plugin | ElasticSearch |
10+
-----------------------------------------------
11+
| 1.5.0-SNAPSHOT (master) | 0.90 -> master |
12+
-----------------------------------------------
13+
| 1.4.0 | 0.90 -> master |
14+
-----------------------------------------------
15+
| 1.3.0 | 0.90 |
16+
-----------------------------------------------
17+
| 1.2.0 | 0.19 -> 0.20 |
18+
-----------------------------------------------
19+
| 1.1.0 | 0.19 |
20+
-----------------------------------------------
21+
| 1.0.0 | 0.18 |
22+
-----------------------------------------------
2123

2224
License
2325
-------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-lang-javascript</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.4.0</version>
1010
<packaging>jar</packaging>
1111
<description>JavaScript lang plugin for ElasticSearch</description>
1212
<inceptionYear>2009</inceptionYear>

0 commit comments

Comments
 (0)