Skip to content

Commit 40b8a45

Browse files
author
Doug Rohrer
committed
Updated rebar.config to point to branches for riak* repos.
1 parent 0a4b9f7 commit 40b8a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
{lager, "2.0.3", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}},
1313
{ranch, "0.4.0-p1", {git, "git://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}},
1414
{ebloom, ".*", {git, "git://github.com/basho/ebloom.git", {tag, "2.0.0"}}},
15-
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop"}}},
16-
{riak_repl_pb_api, ".*", {git, "[email protected]:basho/riak_repl_pb_api.git", {branch, "develop"}}}
15+
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "2.1"}}},
16+
{riak_repl_pb_api, ".*", {git, "[email protected]:basho/riak_repl_pb_api.git", {branch, "2.1"}}}
1717
]}.
1818

1919
{edoc_opts, [{preprocess, true}]}.

0 commit comments

Comments
 (0)