Skip to content

Commit

Permalink
Set version 1.0.0 and fix depends versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Sep 7, 2011
1 parent dbd990c commit d3ea91d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions rebar.config
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
{erl_opts, [debug_info, fail_on_warning]}. {erl_opts, [debug_info, fail_on_warning]}.


{deps, [ {deps, [
{cluster_info, "1.1.*", {git, "git://github.com/basho/cluster_info", {branch, "master"}}}, {cluster_info, "1.2.0", {git, "git://github.com/basho/cluster_info", {tag, "1.2.0"}}},
{luwak, "1.*", {git, "git://github.com/basho/luwak", {branch, "master"}}}, {luwak, "1.1.0", {git, "git://github.com/basho/luwak", {branch, "1.1"}}},
{riak_kv, "0.14.*", {git, "git://github.com/basho/riak_kv", {branch, "master"}}}, {riak_kv, "1.0.0", {git, "git://github.com/basho/riak_kv", {branch, "1.0"}}},
{riak_search, "0.14.*", {git, "git://github.com/basho/riak_search", {riak_search, "1.0.0", {git, "git://github.com/basho/riak_search",
{branch, "master"}}} {branch, "1.0"}}}
]}. ]}.
2 changes: 1 addition & 1 deletion rel/reltool.config
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%% ex: ts=4 sw=4 et %% ex: ts=4 sw=4 et
{sys, [ {sys, [
{lib_dirs, ["../deps", "../deps/riak_search/apps"]}, {lib_dirs, ["../deps", "../deps/riak_search/apps"]},
{rel, "riak", "0.14.2", {rel, "riak", "1.0.0",
[ [
kernel, kernel,
stdlib, stdlib,
Expand Down

0 comments on commit d3ea91d

Please sign in to comment.