From 3a7f8f040af7e88e683b29a79febf5c43a517143 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Wed, 16 Oct 2013 11:19:24 +0300 Subject: [PATCH] solr: Update to solr 4.5.0 --- solr/Makefile | 2 +- solr/templates/solr.xml.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/Makefile b/solr/Makefile index 465c082..3493226 100644 --- a/solr/Makefile +++ b/solr/Makefile @@ -1,6 +1,6 @@ include $(CURDIR)/../Makefile.inc -VERSION = 4.4.0 +VERSION = 4.5.0 TARGET = solr-$(VERSION).tgz SOURCE = http://ftp.funet.fi/pub/mirrors/apache.org/lucene/solr/$(VERSION)/solr-$(VERSION).tgz diff --git a/solr/templates/solr.xml.erb b/solr/templates/solr.xml.erb index cac8507..dd0faf8 100644 --- a/solr/templates/solr.xml.erb +++ b/solr/templates/solr.xml.erb @@ -1,6 +1,6 @@ - + <% @solr_core.each do |core| -%>