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 8070E1048A for ; Fri, 2 Aug 2013 20:08:22 +0000 (UTC) Received: (qmail 64856 invoked by uid 500); 2 Aug 2013 20:08:17 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 64558 invoked by uid 500); 2 Aug 2013 20:08:17 -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 63061 invoked by uid 99); 2 Aug 2013 20:08:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2013 20:08:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1E4948B78D9; Fri, 2 Aug 2013 20:08:16 +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: Fri, 02 Aug 2013 20:08:50 -0000 Message-Id: <6cb4e4e33e2a46ea9c625d3c7f057b86@git.apache.org> In-Reply-To: <21a221d2535e4177b21fad294051d756@git.apache.org> References: <21a221d2535e4177b21fad294051d756@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/49] git commit: updated refs/heads/1867-feature-plugins to d269b53 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/f5d2311d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f5d2311d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f5d2311d Branch: refs/heads/1867-feature-plugins Commit: f5d2311d575dcd2f6c5944c1c1679ef6b6cd1aa7 Parents: af166c8 Author: Jan Lehnardt Authored: Wed Jul 31 19:43:53 2013 +0200 Committer: Jan Lehnardt Committed: Fri Aug 2 21:17:04 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/f5d2311d/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 }