Repository: lucy Updated Branches: refs/heads/master 90c7b4711 -> 6759c8bde
Update .cfp files after Clownfish changes Add "major_version" and "installed" properties. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/03b8995d Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/03b8995d Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/03b8995d Branch: refs/heads/master Commit: 03b8995dccbf988e53ba52a72088495c1608265b Parents: 90c7b47 Author: Nick Wellnhofer <[email protected]> Authored: Fri Jul 22 14:30:24 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Fri Jul 22 14:30:24 2016 +0200 ---------------------------------------------------------------------- core/Lucy.cfp | 1 + test/TestLucy.cfp | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/03b8995d/core/Lucy.cfp ---------------------------------------------------------------------- diff --git a/core/Lucy.cfp b/core/Lucy.cfp index f5589a0..599257b 100644 --- a/core/Lucy.cfp +++ b/core/Lucy.cfp @@ -1,6 +1,7 @@ { "name": "Lucy", "version": "v0.5.0", + "major_version": "v0.5.0", "prerequisites": { "Clownfish": "v0.5.0" } http://git-wip-us.apache.org/repos/asf/lucy/blob/03b8995d/test/TestLucy.cfp ---------------------------------------------------------------------- diff --git a/test/TestLucy.cfp b/test/TestLucy.cfp index a3aef6e..c9541cd 100644 --- a/test/TestLucy.cfp +++ b/test/TestLucy.cfp @@ -1,5 +1,6 @@ { "name": "TestLucy", + "installed": false, "version": "v0.5.0", "prerequisites": { "Clownfish": "v0.5.0",
