Skip to content

Commit 95680eb

Browse files
author
Robert Levy
committed
Merge branch 'ods-810-upgrade-to-1.1.0'
2 parents ddc3874 + 95ac17f commit 95680eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.textile

Lines changed: 1 addition & 0 deletions
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+
| 1.1.0-beta | 1.1.0 | 8.1.14.v20131031 |
89
| 1.0.1 | 1.0.1 | 8.1.14.v20131031 |
910
| 0.90.12 | 0.90.12 | 8.1.14.v20131031 |
1011
| 0.90.0 | 0.90.0 | 8.1.4.v20120524 |

pom.xml

Lines changed: 2 additions & 2 deletions
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>1.0.1-beta</version>
9+
<version>1.1.0-beta</version>
1010
<packaging>jar</packaging>
1111
<description>Jetty plugin for ElasticSearch</description>
1212
<inceptionYear>2011</inceptionYear>
@@ -70,7 +70,7 @@
7070
</parent>
7171

7272
<properties>
73-
<elasticsearch.version>1.0.1</elasticsearch.version>
73+
<elasticsearch.version>1.1.0</elasticsearch.version>
7474
<jetty.version>8.1.14.v20131031</jetty.version>
7575
<github.global.server>github</github.global.server>
7676
</properties>

0 commit comments

Comments
 (0)