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/09/02 23:13:31 UTC

couch-log commit: updated refs/heads/master to a1c9c00

Repository: couchdb-couch-log
Updated Branches:
  refs/heads/master ca232e6bf -> a1c9c00ed


Use the master branch of lager

We need to tag lager with something so that we're using the ASF mirror
of Goldrush.


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

Branch: refs/heads/master
Commit: a1c9c00ed974b06bdac227b86906c5661332cba0
Parents: ca232e6
Author: Paul J. Davis <pa...@gmail.com>
Authored: Tue Sep 2 16:12:56 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Tue Sep 2 16:12:56 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/blob/a1c9c00e/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 0a63932..dee56d4 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,5 +1,5 @@
 {deps, [
-    {lager, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-lager.git", {tag, "2.0.2"}}}
+    {lager, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-lager.git", {branch, "master"}}}
 ]}.
 
 {erl_opts, [debug_info, {parse_transform, lager_transform}]}.