Skip to content

Commit

Permalink
Use tags for 2.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Feb 13, 2020
1 parent 024900a commit 1c533e3
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 @@ -11,10 +11,10 @@
{deps,
[
{kvc, ".*", {git, "git://github.com/etrepum/kvc.git", {tag, "v1.5.0"}}},
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop-2.9"}}},
{ibrowse, ".*", {git, "git://github.com/basho/ibrowse.git", {branch, "develop-2.9"}}},
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {tag, "riak_kv-2.9.1"}}},
{ibrowse, ".*", {git, "git://github.com/basho/ibrowse.git", {tag, "riak_kv-2.9.1"}}},
{fuse, "2.1.0", {git, "https://github.com/jlouis/fuse.git", {tag, "v2.1.0"}}},
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-2.9"}}}
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {tag, "riak_kv-2.9.1"}}}
]}.

{pre_hooks, [{compile, "./tools/grab-solr.sh"}]}.
Expand Down

0 comments on commit 1c533e3

Please sign in to comment.