Skip to content

Commit 471cd29

Browse files
authored
Merge branch 'develop-2.9' into develop-2.9
2 parents 3829cfe + 1d65cf7 commit 471cd29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rebar.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
{deps, [
1313
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "3.2.4"}}},
14-
{poolboy, ".*", {git, "git://github.com/basho/poolboy.git", {branch, "develop-2.2.5"}}},
15-
{basho_stats, ".*", {git, "git://github.com/basho/basho_stats.git", {branch, "master"}}},
14+
{poolboy, ".*", {git, "git://github.com/basho/poolboy.git", {tag, "0.8.2"}}},
15+
{basho_stats, ".*", {git, "git://github.com/basho/basho_stats.git", {tag, "1.0.3.5"}}},
1616
{riak_sysmon, ".*", {git, "https://github.com/basho/riak_sysmon.git", {tag, "2.1.5"}}},
1717
{eleveldb, ".*", {git, "git://github.com/martinsumner/eleveldb.git", {branch, "mas-2.0.34-ee"}}},
18-
{riak_ensemble, ".*", {git, "https://github.com/basho/riak_ensemble", {branch, "develop-2.2"}}},
19-
{pbkdf2, ".*", {git, "git://github.com/basho/erlang-pbkdf2.git", {branch, "master"}}},
20-
{exometer_core, ".*", {git, "git://github.com/basho/exometer_core.git", {branch, "master"}}},
21-
{clique, ".*", {git, "https://github.com/basho/clique.git", {branch, "develop-2.2"}}}
18+
{riak_ensemble, ".*", {git, "https://github.com/basho/riak_ensemble", {tag, "2.1.9"}}},
19+
{pbkdf2, ".*", {git, "git://github.com/basho/erlang-pbkdf2.git", {tag, "2.0.1"}}},
20+
{exometer_core, ".*", {git, "git://github.com/basho/exometer_core.git", {tag, "1.0.1-basho10"}}},
21+
{clique, ".*", {git, "https://github.com/basho/clique.git", {tag, "0.3.10"}}}
2222
]}.

0 commit comments

Comments
 (0)