Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ECBE6110FD for ; Tue, 2 Sep 2014 20:30:46 +0000 (UTC) Received: (qmail 20825 invoked by uid 500); 2 Sep 2014 20:30:46 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 20772 invoked by uid 500); 2 Sep 2014 20:30:46 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 20763 invoked by uid 99); 2 Sep 2014 20:30:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2014 20:30:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 788B59B060E; Tue, 2 Sep 2014 20:30:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: couch-log commit: updated refs/heads/master to ca232e6 Date: Tue, 2 Sep 2014 20:30:46 +0000 (UTC) Repository: couchdb-couch-log Updated Branches: refs/heads/master 88b9718f2 -> ca232e6bf Specify a tag for the lager dependency 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/ca232e6b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/tree/ca232e6b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/diff/ca232e6b Branch: refs/heads/master Commit: ca232e6bfb1e81ee351cedd6a886854f718863aa Parents: 88b9718 Author: Paul J. Davis Authored: Tue Sep 2 15:30:24 2014 -0500 Committer: Paul J. Davis Committed: Tue Sep 2 15:30:24 2014 -0500 ---------------------------------------------------------------------- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/blob/ca232e6b/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index 3dfaee5..0a63932 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", {branch, "import-master"}}} + {lager, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-lager.git", {tag, "2.0.2"}}} ]}. {erl_opts, [debug_info, {parse_transform, lager_transform}]}.