Skip to content

Commit

Permalink
Update to release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Feb 12, 2020
1 parent eef3530 commit 74fb2c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
[
%% ibrowse for doing HTTP requests
{ibrowse, ".*",
{git, "git://github.com/basho/ibrowse.git", {branch, "develop-2.9"}}},
{git, "git://github.com/basho/ibrowse.git", {tag, "riak_kv-2.9.1"}}},

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

%% riak-erlang-client for riakc_obj
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-2.9"}}}
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "riak_kv-2.9.1"}}}
]}.
{edoc_opts,
[
Expand Down

0 comments on commit 74fb2c5

Please sign in to comment.