Skip to content

Commit 8036c4f

Browse files
committed
Move to Elasticsearch 0.90.1
And update licence Closes #5.
1 parent f3d0d30 commit 8036c4f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
1414
----------------------------------------
1515
| 1.2.0 | 0.19 -> 0.20 |
1616
----------------------------------------
17-
| 1.1.0 | 0.19 -> master |
17+
| 1.1.0 | 0.19 |
1818
----------------------------------------
1919
| 1.0.0 | 0.18 |
2020
----------------------------------------
@@ -24,7 +24,7 @@ License
2424

2525
This software is licensed under the Apache 2 license, quoted below.
2626

27-
Copyright 2009-2012 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
27+
Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
2828

2929
Licensed under the Apache License, Version 2.0 (the "License"); you may not
3030
use this file except in compliance with the License. You may obtain a copy of

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>0.90.0.Beta1</elasticsearch.version>
34+
<elasticsearch.version>0.90.1</elasticsearch.version>
3535
</properties>
3636

3737
<repositories>
@@ -46,14 +46,12 @@
4646
<groupId>org.elasticsearch</groupId>
4747
<artifactId>elasticsearch</artifactId>
4848
<version>${elasticsearch.version}</version>
49-
<scope>compile</scope>
5049
</dependency>
5150

5251
<dependency>
5352
<groupId>org.mozilla</groupId>
5453
<artifactId>rhino</artifactId>
5554
<version>1.7R4</version>
56-
<scope>compile</scope>
5755
<exclusions>
5856
</exclusions>
5957
</dependency>

0 commit comments

Comments
 (0)