Skip to content

Commit 46edb0c

Browse files
author
Andrei Zavada
committed
upgrade rebar3_cuttlefish (to a version that supports fqdn data type)
1 parent 56fc743 commit 46edb0c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{deps, [
1212
{lager_syslog, {git, "https://github.com/basho/lager_syslog.git", {tag, "3.1.0"}}},
1313
{cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}},
14-
{riak_kv, {git, "https://github.com/basho/riak_kv.git", {tag, "riak_kv-3.0.9"}}},
14+
{riak_kv, {git, "https://github.com/TI-Tokyo/riak_kv.git", {tag, "riak_kv-3.0.9.1"}}},
1515
{riak_auth_mods, {git, "https://github.com/basho/riak_auth_mods.git", {tag, "riak_kv-3.0.0"}}},
1616
{riaknostic, {git, "https://github.com/basho/riaknostic.git", {tag, "riak_kv-3.0.2"}}},
1717

@@ -21,7 +21,7 @@
2121
]}.
2222

2323
{project_plugins, [
24-
{rebar3_cuttlefish, {git, "https://github.com/basho/rebar3_cuttlefish", {tag, "0.2.0"}}}
24+
{rebar3_cuttlefish, {git, "https://github.com/TI-Tokyo/rebar3_cuttlefish", {tag, "2.1.2"}}}
2525
]}.
2626

2727
{cuttlefish, [

rebar.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
{ref,"2cd39378442f3dc727de22289243b3c4d56f25fd"}},
1414
1},
1515
{<<"clique">>,
16-
{git,"https://github.com/basho/clique.git",
17-
{ref,"4014357e4e677164b890fdad08a45cfa54b3e8f3"}},
16+
{git,"https://github.com/TI-Tokyo/clique.git",
17+
{ref,"002dc72d3ea38dc037df93edbaffee716eb40892"}},
1818
2},
1919
{<<"cluster_info">>,
2020
{git,"https://github.com/basho/cluster_info.git",
2121
{ref,"389d43af7ac1550b3c01cd55b8147bcc0e20022f"}},
2222
0},
2323
{<<"cuttlefish">>,
24-
{git,"https://github.com/basho/cuttlefish.git",
25-
{ref,"e84070b6cf08196ece2ae54083eefae4dc4e4ecc"}},
24+
{git,"https://github.com/TI-Tokyo/cuttlefish.git",
25+
{ref,"e9069c1ecd7fe25e971e4621c597eaec4856af20"}},
2626
3},
2727
{<<"ebloom">>,
2828
{git,"git://github.com/basho/ebloom.git",
@@ -113,8 +113,8 @@
113113
{ref,"1eccaef8e9e6200f0b75ea9312f0a731c8d572bf"}},
114114
0},
115115
{<<"riak_core">>,
116-
{git,"https://github.com/basho/riak_core.git",
117-
{ref,"7e0aa310ecf5ec7b9fd03df61b996c2823591950"}},
116+
{git,"https://github.com/TI-Tokyo/riak_core.git",
117+
{ref,"f197db606acab855b2a7d99021daff3beee95882"}},
118118
1},
119119
{<<"riak_dt">>,
120120
{git,"https://github.com/basho/riak_dt.git",
@@ -125,8 +125,8 @@
125125
{ref,"573a271aa546dcdcaeaaf09b3de6949a3130e021"}},
126126
2},
127127
{<<"riak_kv">>,
128-
{git,"https://github.com/basho/riak_kv.git",
129-
{ref,"0af857d57d0206b100db59043a926df2ada8f7db"}},
128+
{git,"https://github.com/TI-Tokyo/riak_kv.git",
129+
{ref,"ce783a18219acf14a9c400522fef7fc0604509a3"}},
130130
0},
131131
{<<"riak_pb">>,
132132
{git,"https://github.com/basho/riak_pb.git",

0 commit comments

Comments
 (0)