You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 16:50:48 UTC

[15/50] couchdb commit: updated refs/heads/master to 6526051

Point to old, stable ibrowse for now


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9fe33611
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9fe33611
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9fe33611

Branch: refs/heads/master
Commit: 9fe33611d2e4ae7bd5b5fd375d5266326f5b34e5
Parents: 78aabab
Author: Robert Newson <rn...@apache.org>
Authored: Wed May 14 15:09:05 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed May 14 15:09:05 2014 +0100

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9fe33611/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index f6ad139..5a6d501 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -27,7 +27,7 @@ DepDescs = [
     {ddoc_cache, "couchdb-ddoc-cache", {branch, "1843-feature-bigcouch"}},
     {ets_lru, "couchdb-ets-lru", {branch, "1843-feature-bigcouch"}},
     {fabric, "couchdb-fabric", {branch,  "master"}},
-    {ibrowse, "couchdb-ibrowse", {branch,  "master"}},
+    {ibrowse, "couchdb-ibrowse", {tag,  "CouchDB-1.1.0"}},
     {jiffy, "couchdb-jiffy", {branch, "master"}},
     {mem3, "couchdb-mem3", {branch, "1843-feature-bigcouch"}},
     {mochiweb, "couchdb-mochiweb", {branch, "master"}},