You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:25:36 UTC

[48/50] folsom commit: updated refs/heads/import-master to 4824aec

bear bump


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

Branch: refs/heads/import-master
Commit: 015c646487f48f2dd1bba721f39d36f0c330626e
Parents: 99cbf58
Author: Joe Williams <jo...@github.com>
Authored: Tue Jan 28 15:52:40 2014 -0800
Committer: Joe Williams <jo...@github.com>
Committed: Tue Jan 28 15:52:40 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/couchdb-folsom/blob/015c6464/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index deda9f1..54d1b8f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,7 +1,7 @@
 {sub_dirs, ["deps"]}.
 
 {deps, [
-    {'bear', ".*", {git, "git://github.com/boundary/bear.git", master}},
+    {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.8.1"}}},
     {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.8.1"}}}
 ]}.