From fdd1a5d0bc48b49b0df5c9217beff9574011283c Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Fri, 12 Aug 2011 21:53:57 -0400 Subject: Reset tracking branches to master --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 9fdca73e..6fb5113f 100644 --- a/rebar.config +++ b/rebar.config @@ -22,11 +22,11 @@ {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", master}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", - {branch, "couch_1.1"}}}, + master}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", - {branch, "couch_1.1"}}}, + master}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", - {branch, "couch_1.1"}}} + master}} ]}. % needed for a clean transition to the deps model {clean_files, [ -- cgit v1.2.3