diff --git a/abusesa/manifests/init.pp b/abusesa/manifests/init.pp index e5dfe12..2edd18d 100644 --- a/abusesa/manifests/init.pp +++ b/abusesa/manifests/init.pp @@ -160,7 +160,7 @@ class abusesa::search { mode => "0660", owner => "solr", group => "solr", - source => "/usr/local/src/abusesa-search/bin/solr-4.4.0-analysis-clarified.jar", + source => "/usr/local/src/abusesa-search/bin/solr-4.6.0-analysis-clarified.jar", require => [ File["/srv/solr/cores/lib"], Util::Extract::Tar["/usr/local/src/abusesa-search"], diff --git a/solr/Makefile b/solr/Makefile index f79959f..c6a0fdb 100644 --- a/solr/Makefile +++ b/solr/Makefile @@ -1,6 +1,6 @@ include $(CURDIR)/../Makefile.inc -VERSION = 4.5.0 +VERSION = 4.6.0 TARGET = solr-$(VERSION).tgz SOURCE = http://ftp.funet.fi/pub/mirrors/apache.org/lucene/solr/$(VERSION)/solr-$(VERSION).tgz