Skip to content

Commit 74fb2c5

Browse files
committed
Update to release tags
1 parent eef3530 commit 74fb2c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rebar.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
[
55
%% ibrowse for doing HTTP requests
66
{ibrowse, ".*",
7-
{git, "git://github.com/basho/ibrowse.git", {branch, "develop-2.9"}}},
7+
{git, "git://github.com/basho/ibrowse.git", {tag, "riak_kv-2.9.1"}}},
88

99
%% webmachine for multipart content parsing, will pull in mochiweb as a dep
10-
{webmachine, ".*", {git, "git://github.com/basho/webmachine", {branch, "develop-2.9"}}},
10+
{webmachine, ".*", {git, "git://github.com/basho/webmachine", {tag, "riak_kv-2.9.1"}}},
1111

1212
%% riak-erlang-client for riakc_obj
13-
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-2.9"}}}
13+
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "riak_kv-2.9.1"}}}
1414
]}.
1515
{edoc_opts,
1616
[

0 commit comments

Comments
 (0)