From 282ed2c3288d0346e507adefedb67a959c27f235 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 12 Oct 2011 15:55:06 -0400 Subject: Freeze dependencies, this is 0.4.0pre1 --- rebar.config | 14 +++++++------- rel/reltool.config | 2 +- 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, -- cgit v1.2.3