Skip to content

Commit 9dbe30a

Browse files
committed
Release 0.20.0
1 parent e3d81d8 commit 9dbe30a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.textile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ h2. Compatibility
55
The following table shows the versions of elasticsearch and jetty that Jetty Plugin was built with.
66

77
|_. Jetty Plugin |_. Elasticsearch |_. Jetty |
8+
| 0.20.0 | 0.20.2 | 8.1.4.v20120524 |
89
| 0.19.9-master | 0.19.9 | 8.1.4.v20120524 |
910
| 0.19.6-0.19.8 | 0.19.8 | 8.1.4.v20120524 |
1011
| 0.19.0-0.19.5 | 0.19.2 | 7.4.5.v20110725 |
@@ -22,7 +23,7 @@ h3. Installation
2223
The elasticsearch-jetty plugin can be installed as any other ES plugin using bin/plugin utility:
2324

2425
<pre>
25-
$ bin/plugin -install sonian/elasticsearch-jetty/0.19.9
26+
$ bin/plugin -install sonian/elasticsearch-jetty/0.20.0
2627
</pre>
2728

2829
The core of the plugin is JettyHttpServerTransport module that works as a replacement for NettyHttpServerTransport. To enable the elasticsearch-jetty plugin, the default netty http transport should be replaced with jetty http transport by adding the following line to @elasticsearch.yml@.

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>com.sonian</groupId>
88
<artifactId>elasticsearch-jetty</artifactId>
9-
<version>0.19.10-SNAPSHOT</version>
9+
<version>0.20.0</version>
1010
<packaging>jar</packaging>
1111
<description>Jetty plugin for ElasticSearch</description>
1212
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)