Skip to content

Commit

Permalink
Upgrade ElasticSearch dependency to v1.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
sacummins committed Mar 12, 2015
1 parent fe284fb commit 4747afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Segue and Isaac Server project
=============
Required Software to Run (Pre-requisites)
=================
* Elastic Search - [Windows Installation](http://www.elasticsearch.org/overview/elkdownloads/), [Linux Installation](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-repositories.html)
* Elastic Search (v1.4.x) - [Windows Installation](http://www.elasticsearch.org/overview/elkdownloads/), [Linux Installation](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-repositories.html)
* Git
* MongoDb (optional depending on configuration)
* Tomcat 8
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>1.0.1</version>
<version>1.4.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 4747afd

Please sign in to comment.