From cd5c71a37e5d0c0d2e646f9e0b89c2232e0ca690 Mon Sep 17 00:00:00 2001 From: Russell Brown Date: Wed, 11 Apr 2018 12:33:50 +0100 Subject: [PATCH] Work with basho riak --- groups/repl | 3 +-- rebar.config | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/groups/repl b/groups/repl index a13ec8a7..a1ec85f8 100644 --- a/groups/repl +++ b/groups/repl @@ -20,5 +20,4 @@ repl_fs_bench repl_location_failures repl_rt_pending replication_upgrade -repl_aae_bloom - +repl_aae_bloom \ No newline at end of file diff --git a/rebar.config b/rebar.config index 7921bbd5..bc5c8de6 100644 --- a/rebar.config +++ b/rebar.config @@ -15,8 +15,8 @@ {getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}}, {meck, "0.8.2", {git, "git://github.com/basho/meck.git", {tag, "0.8.2"}}}, {mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify", {branch, "master"}}}, - {riakc, ".*", {git, "git://github.com/nhs-riak/riak-erlang-client", {branch, "develop-2.2"}}}, - {riakhttpc, ".*", {git, "git://github.com/nhs-riak/riak-erlang-http-client", {branch, "develop-2.2"}}}, + {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-2.2"}}}, + {riakhttpc, ".*", {git, "git://github.com/basho/riak-erlang-http-client", {branch, "develop-2.2"}}}, {kvc, "1.3.0", {git, "https://github.com/etrepum/kvc", {tag, "v1.3.0"}}}, {druuid, ".*", {git, "git://github.com/kellymclaughlin/druuid.git", {tag, "0.2"}}}, {rebar_lock_deps_plugin, ".*", {git, "https://github.com/basho/rebar_lock_deps_plugin.git", {tag, "3.1.0p1"}}}