We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858596b commit 4282fdfCopy full SHA for 4282fdf
README.md
@@ -26,7 +26,7 @@ License
26
27
This software is licensed under the Apache 2 license, quoted below.
28
29
- Copyright 2009-2012 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
+ Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
30
31
Licensed under the Apache License, Version 2.0 (the "License"); you may not
32
use this file except in compliance with the License. You may obtain a copy of
pom.xml
@@ -31,8 +31,8 @@
</parent>
33
<properties>
34
- <elasticsearch.version>0.90.0</elasticsearch.version>
35
- <lucene.version>4.2.1</lucene.version>
+ <elasticsearch.version>0.90.1</elasticsearch.version>
+ <lucene.version>4.3.0</lucene.version>
36
</properties>
37
38
<repositories>
0 commit comments