Add support for Solr 6.1.0. Update dev deployment, documentation.
[lui-solr.git] / dev-install.sh
index f546a0d..2e20d7b 100755 (executable)
@@ -4,7 +4,7 @@
 # Set up solr.in.sh with reasonable defaults
 # Link in the lui-solr configuration
 
-SOLR_VERSION=5.5.1
+SOLR_VERSION=6.1.0
 SOLR_DIR=solr-$SOLR_VERSION
 
 echo "Unpacking Solr $SOLR_VERSION archive..."