summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config14
-rw-r--r--rel/reltool.config2
2 files changed, 8 insertions, 8 deletions
diff --git a/rebar.config b/rebar.config
index 6fb5113f..417ddb2f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -14,19 +14,19 @@
{deps, [
{oauth, ".*", {git, "https://github.com/cloudant/erlang-oauth.git",
- {branch, "couch"}}},
+ {tag, "BigCouch-0.4.0"}}},
{ibrowse, ".*", {git, "https://github.com/cloudant/ibrowse.git",
- {branch, "couch_1.1"}}},
+ {tag, "CouchDB-1.1.0"}}},
{mochiweb, ".*", {git, "https://github.com/cloudant/mochiweb.git",
- {branch, "couch_1.1"}}},
+ {tag, "CouchDB-1.1.0"}}},
{rexi, ".*", {git, "https://github.com/cloudant/rexi.git",
- master}},
+ {tag, "1.5.5"}}},
{fabric, ".*", {git, "https://github.com/cloudant/fabric.git",
- master}},
+ {tag, "2.0.1"}}},
{mem3, ".*", {git, "https://github.com/cloudant/mem3.git",
- master}},
+ {tag, "2.0.0"}}},
{chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git",
- master}}
+ {tag, "1.4.0"}}}
]}.
% needed for a clean transition to the deps model
{clean_files, [
diff --git a/rel/reltool.config b/rel/reltool.config
index d8403865..6aa8735c 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -14,7 +14,7 @@
{sys, [
{lib_dirs, ["../apps", "../deps"]},
- {rel, "bigcouch", "0.4a", [
+ {rel, "bigcouch", "0.4.0pre1", [
kernel,
stdlib,
sasl,