Skip to content

Commit

Permalink
Use tags for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Aug 18, 2020
1 parent 7a2cda2 commit f0f9568
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 @@ -3,16 +3,16 @@
{deps,
[
%% ibrowse for doing HTTP requests
{ibrowse, {git, "git://github.com/basho/ibrowse.git", {branch, "develop-3.0"}}},
{ibrowse, {git, "git://github.com/basho/ibrowse.git", {tag, "riak_kv-3.0.0"}}},

%% webmachine for multipart content parsing, will pull in mochiweb as a dep
{webmachine, {git, "git://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}},

%% mochiweb needed due to issues with webmachine version used
{mochiweb, {git, "git://github.com/martinsumner/mochiweb.git", {branch, "develop-3.0"}}},
{mochiweb, {git, "git://github.com/basho/mochiweb.git", {tag, "riak_kv-3.0.0"}}},

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

0 comments on commit f0f9568

Please sign in to comment.