Skip to content

Commit

Permalink
hibari v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jan 26, 2013
1 parent 4e875e7 commit 01478fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

%% Depends
{deps_dir, "lib"}.
{deps, [{gmt_util, "0.1.6", "lib/gmt_util"}
, {riak_err, "1.0.1", "lib/riak_err"}
, {cluster_info, "0.1.1", "lib/cluster_info"}
, {partition_detector, "0.1.2", "lib/partition_detector"}
, {congestion_watcher, "0.1.1", "lib/congestion_watcher"}
{deps, [{gmt_util, "0.1.7.1", "lib/gmt_util"}
, {riak_err, "1.0.1.hibari.1", "lib/riak_err"}
, {cluster_info, "0.1.1.1", "lib/cluster_info"}
, {partition_detector, "0.1.3.1", "lib/partition_detector"}
, {congestion_watcher, "0.1.1.1", "lib/congestion_watcher"}
, {meck, "0.7.1", "lib/meck"}
, {edown, "0.2.9", "lib/edown"}
, {asciiedoc, "0.1.2", "lib/asciiedoc"}
, {ubf, "1.15.11", "lib/ubf"}
, {ubf, "1.15.11.hibari.1", "lib/ubf"}
, {ubf_thrift, "0.1.6", "lib/ubf_thrift"}
, {gdss_brick, "0.1.6", "lib/gdss_brick"}
, {gdss_client, "0.1.6", "lib/gdss_client"}
, {gdss_admin, "0.1.5", "lib/gdss_admin"}
, {gdss_ubf_proto, "0.1.7", "lib/gdss_ubf_proto"}
, {gdss_brick, "0.1.6.1", "lib/gdss_brick"}
, {gdss_client, "0.1.6.1", "lib/gdss_client"}
, {gdss_admin, "0.1.6.1", "lib/gdss_admin"}
, {gdss_ubf_proto, "0.1.8.1", "lib/gdss_ubf_proto"}
]}.
2 changes: 1 addition & 1 deletion rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{lib_dirs, ["../lib"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "hibari", "0.1.9",
{rel, "hibari", "0.1.10",
[
kernel,
stdlib,
Expand Down

0 comments on commit 01478fd

Please sign in to comment.