Skip to content

Commit e33d488

Browse files
committed
Merge pull request #703 from basho/dtr/branches_for_2.1_deps
Updated rebar.config to point to branches for riak* repos. Reviewed-by: JeetKunDoug
2 parents 989fb7f + 40b8a45 commit e33d488

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)