diff --git a/rebar.config b/rebar.config index d170083266..ce0417172c 100644 --- a/rebar.config +++ b/rebar.config @@ -32,12 +32,12 @@ {bitcask, ".*", {git, "git://github.com/basho/bitcask.git", {tag, "2.0.8"}}}, {eper, ".*", {git, "git://github.com/basho/eper.git", {tag, "0.97.6p1"}}}, {sext, ".*", {git, "git://github.com/basho/sext.git", {tag, "1.1p3"}}}, - {riak_pipe, ".*", {git, "git://github.com/basho/riak_pipe.git", {branch, "develop-2.9"}}}, + {riak_pipe, ".*", {git, "git://github.com/basho/riak_pipe.git", {tag, "riak_kv-2.9.0"}}}, {riak_dt, ".*", {git, "git://github.com/basho/riak_dt.git", {tag, "2.1.3-225"}}}, {eunit_formatters, ".*", {git, "git://github.com/seancribbs/eunit_formatters", {tag, "0.1.2"}}}, - {leveled, ".*", {git, "https://github.com/martinsumner/leveled.git", {branch, "develop-2.9"}}}, - {kv_index_tictactree, ".*", {git, "https://github.com/martinsumner/kv_index_tictactree.git", {branch, "develop-2.9"}}}, - {riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {branch, "develop-2.9"}}}, - {riak_api, ".*", {git, "git://github.com/basho/riak_api.git", {branch, "develop-2.9"}}}, + {leveled, ".*", {git, "https://github.com/martinsumner/leveled.git", {tag, "0.9.14"}}}, + {kv_index_tictactree, ".*", {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "0.9.6"}}}, + {riak_core, ".*", {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-2.9.0"}}}, + {riak_api, ".*", {git, "git://github.com/basho/riak_api.git", {tag, "riak_kv-2.9.0"}}}, {hyper, ".*", {git, "git://github.com/basho/hyper", {tag, "1.0.1"}}} ]}.