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 04622109BC for ; Thu, 3 Oct 2013 14:13:33 +0000 (UTC) Received: (qmail 29554 invoked by uid 500); 3 Oct 2013 14:13:26 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 28596 invoked by uid 500); 3 Oct 2013 14:13:20 -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 28384 invoked by uid 99); 3 Oct 2013 14:13:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 14:13:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B9A3C90E727; Thu, 3 Oct 2013 14:13:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jan@apache.org To: commits@couchdb.apache.org Date: Thu, 03 Oct 2013 14:13:21 -0000 Message-Id: <2f671c1130184c0089282858ada8304a@git.apache.org> In-Reply-To: <9351b938e1204588abbb8b05c490028f@git.apache.org> References: <9351b938e1204588abbb8b05c490028f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/42] git commit: updated refs/heads/master to a4d6cd4 Use the same version hash in the entire readme. Thanks @etrepum. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/84fd3c19 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/84fd3c19 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/84fd3c19 Branch: refs/heads/master Commit: 84fd3c19d3f2dc675d2b111ccd5ea599112c3fa2 Parents: 06cd38e Author: Jan Lehnardt Authored: Wed Jul 31 19:43:53 2013 +0200 Committer: Jan Lehnardt Committed: Thu Oct 3 16:04:51 2013 +0200 ---------------------------------------------------------------------- src/couch_plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/84fd3c19/src/couch_plugins/README.md ---------------------------------------------------------------------- diff --git a/src/couch_plugins/README.md b/src/couch_plugins/README.md index 8384a97..de06309 100644 --- a/src/couch_plugins/README.md +++ b/src/couch_plugins/README.md @@ -108,7 +108,7 @@ Futon (or you) post an object to `/_plugins` with four properties: { "name": "geocouch", // name of the plugin, must be unique "url": "http://people.apache.org/~jan", // “base URL” for plugin releases (see below) - "version": "couchdb1.2.x_v0.3.0-11-gd83ba22", // whatever version internal to the plugin + "version": "couchdb1.2.x_v0.3.0-11-g4ea0bea", // whatever version internal to the plugin "checksums": { "R15B03": "ZetgdHj2bY2w37buulWVf3USOZs=" // base64’d sha hash over the binary }