diff options
author | Adam Kocoloski <adam@cloudant.com> | 2011-08-12 21:53:57 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2011-08-12 21:53:57 -0400 |
commit | fdd1a5d0bc48b49b0df5c9217beff9574011283c (patch) | |
tree | f0480c8826d6bd2fe89829ebbd062e050e35c165 /rebar.config | |
parent | c78b19296031168aef4142fbe409a0e7d2edda82 (diff) |
Reset tracking branches to master
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 6 |
1 files changed, 3 insertions, 3 deletions
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, [ |