Skip to content

Commit 4282fdf

Browse files
committed
Update to Elasticsearch 0.90.1 / Lucene 4.3.0
Closes #4.
1 parent 858596b commit 4282fdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ License
2626

2727
This software is licensed under the Apache 2 license, quoted below.
2828

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

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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>0.90.0</elasticsearch.version>
35-
<lucene.version>4.2.1</lucene.version>
34+
<elasticsearch.version>0.90.1</elasticsearch.version>
35+
<lucene.version>4.3.0</lucene.version>
3636
</properties>
3737

3838
<repositories>

0 commit comments

Comments
 (0)