Skip to content

Commit 94a4a3e

Browse files
committed
release 1.2.0
1 parent fc789a2 commit 94a4a3e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ 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.1.0`.
6+
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.2.0`.
77

88
----------------------------------------
99
| JavaScript Plugin | ElasticSearch |
1010
----------------------------------------
1111
| master | 0.19 -> master |
1212
----------------------------------------
13-
| 1.0.0 | 0.19 -> master |
13+
| 1.2.0 | 0.19 -> master |
14+
----------------------------------------
15+
| 1.1.0 | 0.19 -> master |
1416
----------------------------------------
1517
| 1.0.0 | 0.18 |
1618
----------------------------------------

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.2.0-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
<packaging>jar</packaging>
1111
<description>JavaScript lang plugin for ElasticSearch</description>
1212
<inceptionYear>2009</inceptionYear>

0 commit comments

Comments
 (0)