Repository: couchdb-peruser Updated Branches: refs/heads/master 473471907 -> 8d81a8f76
Clean up src/couchdb_peruser.app.src Project: http://git-wip-us.apache.org/repos/asf/couchdb-peruser/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-peruser/commit/8d81a8f7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-peruser/tree/8d81a8f7 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-peruser/diff/8d81a8f7 Branch: refs/heads/master Commit: 8d81a8f76527558355eaa19b46ef7419e72f3beb Parents: 4734719 Author: Klaus Trainer <[email protected]> Authored: Tue Aug 18 17:52:05 2015 +0200 Committer: Klaus Trainer <[email protected]> Committed: Tue Aug 18 17:52:05 2015 +0200 ---------------------------------------------------------------------- src/couchdb_peruser.app.src | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-peruser/blob/8d81a8f7/src/couchdb_peruser.app.src ---------------------------------------------------------------------- diff --git a/src/couchdb_peruser.app.src b/src/couchdb_peruser.app.src index 19b1a78..0bbf0cf 100644 --- a/src/couchdb_peruser.app.src +++ b/src/couchdb_peruser.app.src @@ -12,9 +12,7 @@ {application, couchdb_peruser, [ {description, "couchdb_peruser - maintains per-user databases in CouchDB"}, - {vsn, "1.1.0"}, - {modules, []}, - {registered, [couchdb_peruser]}, - {applications, [kernel, stdlib, config, couch, fabric]}, - {env, []} + {vsn, git}, + {registered, []}, + {applications, [kernel, stdlib, config, couch, fabric]} ]}.
