BIGTOP-1283. bump Solr version to 4.6.0
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8d2546ba Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8d2546ba Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8d2546ba Branch: refs/heads/master Commit: 8d2546ba8e3733998f1b68b85bd31626a9e3e8ab Parents: b1b22d9 Author: Konstantin Boudnik <[email protected]> Authored: Fri Apr 18 19:00:33 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Apr 18 19:00:33 2014 -0700 ---------------------------------------------------------------------- bigtop.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/8d2546ba/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index e3a2fdd..04942ea 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -198,8 +198,8 @@ $(eval $(call PACKAGE,datafu,DATAFU)) SOLR_NAME=solr SOLR_RELNOTES_NAME=Search engine server SOLR_PKG_NAME=solr -SOLR_BASE_VERSION=4.5.0 -SOLR_PKG_VERSION=4.5.0 +SOLR_BASE_VERSION=4.6.0 +SOLR_PKG_VERSION=$(SOLR_BASE_VERSION) SOLR_RELEASE_VERSION=1 SOLR_TARBALL_DST=solr-$(SOLR_BASE_VERSION)-src.tgz SOLR_TARBALL_SRC=$(SOLR_TARBALL_DST)
