Skip to content

Commit c656fb4

Browse files
committed
Tags for release
1 parent c28826b commit c656fb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rebar.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
]}.
4343

4444
{deps, [
45-
{riak_core, {git, "https://github.com/basho/riak_core.git", {branch, "develop-3.0"}}},
45+
{riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.10"}}},
4646
{sidejob, {git, "https://github.com/basho/sidejob.git", {tag, "2.1.0"}}},
47-
{bitcask, {git, "https://github.com/basho/bitcask.git", {branch, "develop-3.0"}}},
47+
{bitcask, {git, "https://github.com/basho/bitcask.git", {tag, "2.1.0"}}},
4848
{redbug, {git, "https://github.com/massemanet/redbug", {tag, "1.2.2"}}},
4949
{recon, {git, "https://github.com/ferd/recon", {tag, "2.5.2"}}},
5050
{sext, {git, "https://github.com/uwiger/sext.git", {tag, "1.4.1"}}},
5151
{riak_pipe, {git, "https://github.com/basho/riak_pipe.git", {tag, "riak_kv-3.0.9"}}},
5252
{riak_dt, {git, "https://github.com/basho/riak_dt.git", {tag, "riak_kv-3.0.0"}}},
53-
{riak_api, {git, "https://github.com/basho/riak_api.git", {branch, "develop-3.0"}}},
53+
{riak_api, {git, "https://github.com/basho/riak_api.git", {tag, "riak_kv-3.0.10"}}},
5454
{hyper, {git, "https://github.com/basho/hyper", {tag, "1.1.0"}}},
55-
{kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {branch, "mas-i1824-corruptedobj"}}},
56-
{riakhttpc, {git, "https://github.com/basho/riak-erlang-http-client", {branch, "develop-3.0"}}}
55+
{kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "1.0.2"}}},
56+
{riakhttpc, {git, "https://github.com/basho/riak-erlang-http-client", {tag, "3.0.10"}}}
5757
]}.

0 commit comments

Comments
 (0)