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 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'rebar.config') 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, [ -- cgit v1.2.3