Author: asavu
Date: Wed Nov  9 20:43:15 2011
New Revision: 1199956

URL: http://svn.apache.org/viewvc?rev=1199956&view=rev
Log:
WHIRR-408. Upgrade elasticsearch to 0.18.2 (asavu)

Modified:
    whirr/trunk/CHANGES.txt
    
whirr/trunk/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh

Modified: whirr/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1199956&r1=1199955&r2=1199956&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Wed Nov  9 20:43:15 2011
@@ -75,6 +75,8 @@ Trunk (unreleased changes)
     WHIRR-409. Add an integration test that shows that there is no overlap 
     between install & configure scripts on the remote machine (asavu)
 
+    WHIRR-408. Upgrade elasticsearch to 0.18.2 (asavu)
+
   BUG FIXES
 
     WHIRR-377. Fix broken CLI logging config. (asavu via tomwhite)

Modified: 
whirr/trunk/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh
URL: 
http://svn.apache.org/viewvc/whirr/trunk/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh?rev=1199956&r1=1199955&r2=1199956&view=diff
==============================================================================
--- 
whirr/trunk/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh
 (original)
+++ 
whirr/trunk/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh
 Wed Nov  9 20:43:15 2011
@@ -16,7 +16,7 @@
 #
 function install_elasticsearch() {
 
-    local 
ES_URL=${1:-https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.17.6.tar.gz}
+    local 
ES_URL=${1:-https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.18.2.tar.gz}
     install_tarball $ES_URL
 
     # get the name of the home folder


Reply via email to