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:23 UTC

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

pin to bear 0.8.0


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

Branch: refs/heads/import-master
Commit: bc0b9efbb191ed9b35388a7e6de355422748b05d
Parents: d3bed30
Author: Joe Williams <jo...@github.com>
Authored: Wed Nov 6 08:06:13 2013 -0800
Committer: Joe Williams <jo...@github.com>
Committed: Wed Nov 6 08:06:13 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/couchdb-folsom/blob/bc0b9efb/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index b3fff28..b4adc6e 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.0"}}},
     {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.7.2"}}}
 ]}.