Skip to content

Commit f0f9568

Browse files
committed
Use tags for release
1 parent 7a2cda2 commit f0f9568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rebar.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
{deps,
44
[
55
%% ibrowse for doing HTTP requests
6-
{ibrowse, {git, "git://github.com/basho/ibrowse.git", {branch, "develop-3.0"}}},
6+
{ibrowse, {git, "git://github.com/basho/ibrowse.git", {tag, "riak_kv-3.0.0"}}},
77

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

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

1414
%% riak-erlang-client for riakc_obj
15-
{riakc, {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-3.0"}}}
15+
{riakc, {git, "git://github.com/basho/riak-erlang-client", {tag, "riak_kv-3.0.0"}}}
1616
]}.
1717
{edoc_opts,
1818
[

0 commit comments

Comments
 (0)