Skip to content

Commit

Permalink
Tag for release 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner authored May 11, 2019
1 parent 66bbf9d commit 5afa6df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}]}.
{eunit_opts, [verbose]}.
{deps, [
{riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {branch, "develop-2.9"}}},
{webmachine, ".*", {git, "git://github.com/basho/webmachine.git", {branch, "develop-2.9"}}},
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {branch, "develop-2.9"}}}
{riak_pb, ".*", {git, "git://github.com/basho/riak_pb.git", {tag, "riak_kv-2.9.0"}}},
{webmachine, ".*", {git, "git://github.com/basho/webmachine.git", {tag, "riak_kv-2.9.0"}}},
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-2.9.0"}}}
]}.

{xref_checks, [undefined_function_calls]}.

0 comments on commit 5afa6df

Please sign in to comment.