diff --git a/.hgignore b/.hgignore deleted file mode 100644 index adf4ceac4..000000000 --- a/.hgignore +++ /dev/null @@ -1,5 +0,0 @@ -syntax regex -.*~ -^ebin/.*.beam -include/riak_core_pb.hrl -^.eunit \ No newline at end of file diff --git a/.hgtags b/.hgtags deleted file mode 100644 index 366e5250d..000000000 --- a/.hgtags +++ /dev/null @@ -1,9 +0,0 @@ -1be0ce0200a7ac51cc3e0ca7ee9c244a539e409f riak_core-0.13.0rc1 -1e43d42258bcc02b5797ee73f02fae60bfeac67e riak_core-0.13.0rc2 -69b0f62c1f01b7a3c48d9379f6fe0e152331deee riak_core-0.13.0rc3 -82ebfed1e301bff550f9690de874ca1ffb55cd17 riak_core-0.13.0rc5 -1048210d6c679d3599b362b6df9a0002cf3c60a7 riak_core-0.13.0rc6 -c1b5e936c950aa4e29b4ffdc760e5a2651349018 riak_core-0.13.0rc7 -cb8c8703125a21e2eb3454236449ca957b26bacb riak_core-0.13.0rc8 -063f7cdf287721f4d160c0c99192667a653a237f riak_core-0.13.0rc9 -5b2683c697e6f322920fd276177c08764c722c98 riak_core-0.13.0 diff --git a/rebar.config b/rebar.config index 910619057..5eaa9408a 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ {poolboy, {git, "https://github.com/basho/poolboy.git", {tag, "riak_kv-3.0.0"}}}, {riak_sysmon, {git, "https://github.com/basho/riak_sysmon.git", {tag, "2.2.1"}}}, {clique, {git, "https://github.com/basho/clique.git", {tag, "0.3.12"}}}, - {eleveldb, {git, "https://github.com/basho/eleveldb.git", {branch, "develop-3.0"}}}, + {eleveldb, {git, "https://github.com/basho/eleveldb.git", {tag, "riak_kv-3.0.12"}}}, {riak_ensemble, {git, "https://github.com/basho/riak_ensemble", {tag, "riak_kv-3.0.10"}}}, {pbkdf2, {git, "https://github.com/basho/erlang-pbkdf2.git", {tag, "2.1.0"}}}, {cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}},