Skip to content

Commit 4721fc4

Browse files
committed
Merge commit 'b53d999529626301c36fa3efa22b2b0165217556' into develop
2 parents 9dfdf0b + b53d999 commit 4721fc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rebar.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
{deps,
1212
[
1313
{kvc, ".*", {git, "https://github.com/basho/kvc.git", {tag, "v1.5.0"}}},
14-
{riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "develop"}}},
14+
{riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {tag, "2.1.8"}}},
1515
{ibrowse, "4.*", {git, "https://github.com/basho/ibrowse.git", {tag, "v4.3"}}},
1616
{fuse, "2.1.0", {git, "https://github.com/basho/fuse.git", {tag, "v2.1.0"}}},
1717
%% Needed for testing ONLY
18-
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "2.5.2"}}}
18+
{riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", {tag, "2.5.2"}}}
1919
]}.
2020

2121
{pre_hooks, [{compile, "./tools/grab-solr.sh"}]}.

src/yz_solr_proc.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ check_index_solrconfig(SolrConfigIndexPath, DefaultSolrConfigPath, DefaultSolrCo
401401
upgrade_solr_config(SolrConfigIndexPath, DefaultSolrConfigPath, Version) ->
402402
yz_misc:copy_files([DefaultSolrConfigPath], filename:dirname(SolrConfigIndexPath)),
403403
lager:info(
404-
"Upgraded ~s from ~s to the latest version.", [SolrConfigIndexPath, Version]
404+
"Upgraded ~s from ~s (or higher) to the latest version.", [SolrConfigIndexPath, Version]
405405
).
406406

407407
-spec check_index_solrconfig_version(path()) -> ok.

0 commit comments

Comments
 (0)